diff options
author | taca <taca> | 2016-10-17 14:27:37 +0000 |
---|---|---|
committer | taca <taca> | 2016-10-17 14:27:37 +0000 |
commit | 60fc14163e666d751804fe0856db93f3278694c9 (patch) | |
tree | 376fca0d7b6aa676fc163c3fd751878486a8932c /misc | |
parent | 339ac9d285760cee2c103b6e9fcd41e76de382b8 (diff) | |
download | pkgsrc-60fc14163e666d751804fe0856db93f3278694c9.tar.gz |
Update ruby-progressbar to 1.8.1.
Version v1.8.1 - May 13, 2016
Fixed
* no dynamic length when working with spring
Version v1.8.0 - April 24, 2016
Added
* Gem signing via certificate
* ActiveSupport Time-Traveling Compatibility
Changed
* ProgressBar::Time to an instantiated class
Fixed
* Progress#finish causing an exception when total was unknown
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-progressbar/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-progressbar/PLIST | 5 | ||||
-rw-r--r-- | misc/ruby-progressbar/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile index 9b8f7b6da0c..9d72d1f8d4d 100644 --- a/misc/ruby-progressbar/Makefile +++ b/misc/ruby-progressbar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:18 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2016/10/17 14:27:37 taca Exp $ -DISTNAME= ruby-progressbar-1.7.5 +DISTNAME= ruby-progressbar-1.8.1 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} CATEGORIES= misc ruby diff --git a/misc/ruby-progressbar/PLIST b/misc/ruby-progressbar/PLIST index f771373f7c2..4bfeb168426 100644 --- a/misc/ruby-progressbar/PLIST +++ b/misc/ruby-progressbar/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2016/01/20 22:57:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/10/17 14:27:37 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/lib/ruby-progressbar.rb @@ -29,6 +29,7 @@ ${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 diff --git a/misc/ruby-progressbar/distinfo b/misc/ruby-progressbar/distinfo index 1dc29995eca..5c3b3ff9776 100644 --- a/misc/ruby-progressbar/distinfo +++ b/misc/ruby-progressbar/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/01/20 22:57:38 wiz Exp $ +$NetBSD: distinfo,v 1.4 2016/10/17 14:27:37 taca Exp $ -SHA1 (ruby-progressbar-1.7.5.gem) = 0d1f59d15e812fa2ff8e233d7148af4f271f8fb9 -RMD160 (ruby-progressbar-1.7.5.gem) = 2d5b3a25b25411405044bf7e9ddbf0339e44e8aa -SHA512 (ruby-progressbar-1.7.5.gem) = 1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741 -Size (ruby-progressbar-1.7.5.gem) = 21504 bytes +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 |