pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/ruby-progressbar



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 17 14:27:37 UTC 2016

Modified Files:
        pkgsrc/misc/ruby-progressbar: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/ruby-progressbar/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ruby-progressbar/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ruby-progressbar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-progressbar/Makefile
diff -u pkgsrc/misc/ruby-progressbar/Makefile:1.13 pkgsrc/misc/ruby-progressbar/Makefile:1.14
--- pkgsrc/misc/ruby-progressbar/Makefile:1.13  Thu Sep  8 15:19:18 2016
+++ pkgsrc/misc/ruby-progressbar/Makefile       Mon Oct 17 14:27:37 2016
@@ -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
 

Index: pkgsrc/misc/ruby-progressbar/PLIST
diff -u pkgsrc/misc/ruby-progressbar/PLIST:1.4 pkgsrc/misc/ruby-progressbar/PLIST:1.5
--- pkgsrc/misc/ruby-progressbar/PLIST:1.4      Wed Jan 20 22:57:38 2016
+++ pkgsrc/misc/ruby-progressbar/PLIST  Mon Oct 17 14:27:37 2016
@@ -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
 ${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

Index: pkgsrc/misc/ruby-progressbar/distinfo
diff -u pkgsrc/misc/ruby-progressbar/distinfo:1.3 pkgsrc/misc/ruby-progressbar/distinfo:1.4
--- pkgsrc/misc/ruby-progressbar/distinfo:1.3   Wed Jan 20 22:57:38 2016
+++ pkgsrc/misc/ruby-progressbar/distinfo       Mon Oct 17 14:27:37 2016
@@ -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



Home | Main Index | Thread Index | Old Index