diff options
author | taca <taca@pkgsrc.org> | 2017-09-18 00:59:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-09-18 00:59:47 +0000 |
commit | 5eaaffa48f34efd52ea7be4ca6d4ce8e5604478e (patch) | |
tree | 2422d673a97624a865441dfe69c45851b294a053 /misc | |
parent | 491d8e2819b91df83b56f6b053bc407a1da50c0d (diff) | |
download | pkgsrc-5eaaffa48f34efd52ea7be4ca6d4ce8e5604478e.tar.gz |
misc/ruby-progressbar: update to 1.8.3
Version v1.8.3 - September 13, 2017
* Update warning_filter to fix require_relative
Version v1.8.2 - December 10, 2016
Fix
* Predicates not available on 1.8.7
Add
* progressbar as a gem build target
Removed
* reek
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-progressbar/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-progressbar/PLIST | 23 | ||||
-rw-r--r-- | misc/ruby-progressbar/distinfo | 10 |
3 files changed, 8 insertions, 29 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile index 5fa3aba0430..854fab5fa81 100644 --- a/misc/ruby-progressbar/Makefile +++ b/misc/ruby-progressbar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2017/05/30 14:22:40 taca Exp $ +# $NetBSD: Makefile,v 1.17 2017/09/18 00:59:47 taca Exp $ -DISTNAME= ruby-progressbar-1.8.1 +DISTNAME= ruby-progressbar-1.8.3 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} CATEGORIES= misc ruby diff --git a/misc/ruby-progressbar/PLIST b/misc/ruby-progressbar/PLIST index 4bfeb168426..dbf8249ecaa 100644 --- a/misc/ruby-progressbar/PLIST +++ b/misc/ruby-progressbar/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/10/17 14:27:37 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2017/09/18 00:59:47 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md @@ -27,25 +27,4 @@ ${GEM_LIBDIR}/lib/ruby-progressbar/throttle.rb ${GEM_LIBDIR}/lib/ruby-progressbar/time.rb ${GEM_LIBDIR}/lib/ruby-progressbar/timer.rb ${GEM_LIBDIR}/lib/ruby-progressbar/version.rb -${GEM_LIBDIR}/spec/fixtures/benchmark.rb -${GEM_LIBDIR}/spec/ruby-progressbar/base_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/calculators/length_calculator_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/calculators/running_average_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/bar_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/percentage_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/rate_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/throttle_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/time_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/title_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/format/formatter_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/format/molecule_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/format/string_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/output_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/outputs/non_tty_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/outputs/tty_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/progress_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/time_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/timer_spec.rb -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_LIBDIR}/spec/support/time.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-progressbar/distinfo b/misc/ruby-progressbar/distinfo index 5c3b3ff9776..7833a696e12 100644 --- a/misc/ruby-progressbar/distinfo +++ b/misc/ruby-progressbar/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/10/17 14:27:37 taca Exp $ +$NetBSD: distinfo,v 1.5 2017/09/18 00:59:47 taca Exp $ -SHA1 (ruby-progressbar-1.8.1.gem) = 995128111b2ded4cd62fa753d7e6a5635a7a1abe -RMD160 (ruby-progressbar-1.8.1.gem) = 45fba9ae7bdefa46159c988bb747d6f354a377d1 -SHA512 (ruby-progressbar-1.8.1.gem) = bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01 -Size (ruby-progressbar-1.8.1.gem) = 26112 bytes +SHA1 (ruby-progressbar-1.8.3.gem) = 5821c2884e0fd66b82a4e1b2531a6a14a90e6fe4 +RMD160 (ruby-progressbar-1.8.3.gem) = b32f9a0ad834ead41910e46acdb90788c52590e1 +SHA512 (ruby-progressbar-1.8.3.gem) = b6959c91e612e1cf2c806a8c81372e22a251431973abe133068be60cfa4f7fd0cc03dcc88e3b9fbd7b6559e5eb447e24013bf6cdd79cf393b2d6a5a16801443f +Size (ruby-progressbar-1.8.3.gem) = 16896 bytes |