Skip to content

Commit

Permalink
devel/ruby-contracts: update to 0.16.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed May 4, 2021
1 parent 040cadb commit 61dbecd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
6 changes: 4 additions & 2 deletions devel/ruby-contracts/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $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
HOMEPAGE= https://github.com/egonSchiele/contracts.ruby
COMMENT= Contracts for Ruby
LICENSE= 2-clause-bsd

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
9 changes: 6 additions & 3 deletions devel/ruby-contracts/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -67,7 +71,6 @@ ${GEM_LIBDIR}/lib/contracts/method_reference.rb
${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
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-contracts/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 61dbecd

Please sign in to comment.