Skip to content

Commit

Permalink
misc/ruby-license-acceptance: update to 2.1.2
Browse files Browse the repository at this point in the history
Update ruby-license-acceptance package to 2.1.2.


2.1.2 (2020-09-09)

* Case insensitively check acceptance #88 (phiggins)

2.1.1 (2020-09-09)

* Update chefstyle requirement from 1.2.1 to 1.3.2 in /components/ruby #85
  (dependabot-preview[bot])

2.1.0 (2020-09-09)

* Update mixlib-cli requirement from ~> 1.7 to ~> 2.1 in /components/ruby
  #80 (dependabot-preview[bot])
* Fix product reader tests. #81 (phiggins)
* Fail license acceptance if the user provides an unrecognized value #86
  (phiggins)
* improve initial load perf with autoloading expensive gems #87 (mwrock)

2.0.0 (2020-08-12)

* Fix minor spelling mistakes #78 (tas50)
* Remove support for Ruby 2.3 and bump tty deps #79 (tas50)
  • Loading branch information
taca committed Sep 14, 2020
1 parent 4f13547 commit 7a7c2af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions misc/ruby-license-acceptance/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2020/04/27 15:38:48 taca Exp $
# $NetBSD: Makefile,v 1.4 2020/09/14 16:31:12 taca Exp $

DISTNAME= license-acceptance-1.0.19
DISTNAME= license-acceptance-2.1.2
CATEGORIES= misc

MAINTAINER= [email protected]
Expand All @@ -10,8 +10,8 @@ LICENSE= apache-2.0

DEPENDS+= ${RUBY_PKGPREFIX}-pastel>=0.7<1:../../devel/ruby-pastel
DEPENDS+= ${RUBY_PKGPREFIX}-tomlrb>=1.2<2:../../devel/ruby-tomlrb
DEPENDS+= ${RUBY_PKGPREFIX}-tty-box>=0.3<1:../../devel/ruby-tty-box
DEPENDS+= ${RUBY_PKGPREFIX}-tty-prompt>=0.18<1:../../devel/ruby-tty-prompt
DEPENDS+= ${RUBY_PKGPREFIX}-tty-box>=0.6<1:../../devel/ruby-tty-box
DEPENDS+= ${RUBY_PKGPREFIX}-tty-prompt>=0.20<1:../../devel/ruby-tty-prompt

USE_LANGUAGES= # none

Expand Down
10 changes: 5 additions & 5 deletions misc/ruby-license-acceptance/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/04/27 15:38:48 taca Exp $
$NetBSD: distinfo,v 1.4 2020/09/14 16:31:12 taca Exp $

SHA1 (license-acceptance-1.0.19.gem) = d7cfd032c6eb201cf0f976acf717225da3d55ce9
RMD160 (license-acceptance-1.0.19.gem) = e7d682e53ef452c031b7fdeb62846ea1dfceea5a
SHA512 (license-acceptance-1.0.19.gem) = 2b8ab755418924742f97b055f1b14b31394397d103cfd539c806be685038f89fe4bb3c11c67a20052f1564f7a52d1208577dbc7d81ff14a08aede71f0750d8f8
Size (license-acceptance-1.0.19.gem) = 15360 bytes
SHA1 (license-acceptance-2.1.2.gem) = 6a48c17c0284ea37906e762a69f76d98a0eed22d
RMD160 (license-acceptance-2.1.2.gem) = f8e8862d31b36780610823371a22281123ecba23
SHA512 (license-acceptance-2.1.2.gem) = f798ba278629dd0d5c28a2ecd9d5e8453225b38fb9b15ca7bb27c09fb6904a45085a6a56b41f7d2899ed0a03a790c73495d78f39fdd80d76e66d3281ffbaddd2
Size (license-acceptance-2.1.2.gem) = 15872 bytes

0 comments on commit 7a7c2af

Please sign in to comment.