pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-contracts
Module Name: pkgsrc
Committed By: taca
Date: Tue May 4 08:19:51 UTC 2021
Modified Files:
pkgsrc/devel/ruby-contracts: Makefile PLIST distinfo
Log Message:
devel/ruby-contracts: update to 0.16.1
0.16.1 - 2021-04-17
* Enhancement: Pretty-print contracts in error messages - Corey Farwell #289
* Bugfix: Fix attr_accessor_with_contract with multiple attribute names
input - Kevin Yeh #259
* Bugfix: Fix "stack level too deep" in CI builds - md-work #283
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-contracts/Makefile \
pkgsrc/devel/ruby-contracts/PLIST pkgsrc/devel/ruby-contracts/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-contracts/Makefile
diff -u pkgsrc/devel/ruby-contracts/Makefile:1.2 pkgsrc/devel/ruby-contracts/Makefile:1.3
--- pkgsrc/devel/ruby-contracts/Makefile:1.2 Sun Jun 4 15:48:06 2017
+++ pkgsrc/devel/ruby-contracts/Makefile Tue May 4 08:19:51 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/06/04 15:48:06 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/04 08:19:51 taca Exp $
-DISTNAME= contracts-0.16.0
+DISTNAME= contracts-0.16.1
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
@@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/egonSchiele
COMMENT= Contracts for Ruby
LICENSE= 2-clause-bsd
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-contracts/PLIST
diff -u pkgsrc/devel/ruby-contracts/PLIST:1.2 pkgsrc/devel/ruby-contracts/PLIST:1.3
--- pkgsrc/devel/ruby-contracts/PLIST:1.2 Sun Jun 4 15:48:06 2017
+++ pkgsrc/devel/ruby-contracts/PLIST Tue May 4 08:19:51 2021
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/04 15:48:06 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/04 08:19:51 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/workflows/code_style_checks.yaml
+${GEM_LIBDIR}/.github/workflows/tests.yaml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
-${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/CHANGELOG.markdown
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
@@ -18,8 +20,10 @@ ${GEM_LIBDIR}/benchmarks/io.rb
${GEM_LIBDIR}/benchmarks/wrap_test.rb
${GEM_LIBDIR}/contracts.gemspec
${GEM_LIBDIR}/cucumber.yml
+${GEM_LIBDIR}/dependabot.yml
${GEM_LIBDIR}/features/README.md
${GEM_LIBDIR}/features/basics/functype.feature
+${GEM_LIBDIR}/features/basics/pretty-print.feature
${GEM_LIBDIR}/features/basics/simple_example.feature
${GEM_LIBDIR}/features/builtin_contracts/README.md
${GEM_LIBDIR}/features/builtin_contracts/and.feature
@@ -67,7 +71,6 @@ ${GEM_LIBDIR}/lib/contracts/method_refer
${GEM_LIBDIR}/lib/contracts/support.rb
${GEM_LIBDIR}/lib/contracts/validators.rb
${GEM_LIBDIR}/lib/contracts/version.rb
-${GEM_LIBDIR}/script/cucumber
${GEM_LIBDIR}/script/docs-release
${GEM_LIBDIR}/script/docs-staging
${GEM_LIBDIR}/script/rubocop.rb
Index: pkgsrc/devel/ruby-contracts/distinfo
diff -u pkgsrc/devel/ruby-contracts/distinfo:1.2 pkgsrc/devel/ruby-contracts/distinfo:1.3
--- pkgsrc/devel/ruby-contracts/distinfo:1.2 Sun Jun 4 15:48:06 2017
+++ pkgsrc/devel/ruby-contracts/distinfo Tue May 4 08:19:51 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/04 15:48:06 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/05/04 08:19:51 taca Exp $
-SHA1 (contracts-0.16.0.gem) = fbfdb98a420cfbb82ed706af0519170d62ae92b0
-RMD160 (contracts-0.16.0.gem) = b12cb449e5bcc467ec5704ddee1a062335c4137f
-SHA512 (contracts-0.16.0.gem) = 27d757c3a6d25920ada1b24842a5ed8521bc8902b1840b6060c94dc17e5eecb91501439eb764fa2fec97dedc6591d2c2978630f56d4b38e7b607e9fccfb60ad7
-Size (contracts-0.16.0.gem) = 55296 bytes
+SHA1 (contracts-0.16.1.gem) = 76c317d94abfbdfe09415f66d3642c01626589fd
+RMD160 (contracts-0.16.1.gem) = e04967eee737a01e36150e971649d379532e1e80
+SHA512 (contracts-0.16.1.gem) = bc182431de9efbc6d23603c68a64eddcd3f27ea1ac8c2c9ff00840cf38d2f58ba595304127e6b43e504d3aa387559a5c1429b671dadac175d3a4ad2c02edbf6a
+Size (contracts-0.16.1.gem) = 57856 bytes
Home |
Main Index |
Thread Index |
Old Index