pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-bundler



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jan 13 14:41:27 UTC 2021

Modified Files:
        pkgsrc/misc/ruby-bundler: Makefile distinfo

Log Message:
misc/ruby-bundler: update to 2.2.5

2.2.5 (January 11, 2021)

Enhancements:

* Improve rubocop setup in the new gem template #4220
* Support repositories with default branch not named master #4224

Bug fixes:

* Let Net::HTTP decompress the index instead of doing it manually #4081
* Workaround for another jruby crash when autoloading a constant #4252
* Fix another performance regression in the resolver #4243
* Restore support for old git versions #4233
* Give a proper error if cache path does not have write access #4215
* Fix running rake release from an ambiguous ref #4219


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/misc/ruby-bundler/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/misc/ruby-bundler/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-bundler/Makefile
diff -u pkgsrc/misc/ruby-bundler/Makefile:1.37 pkgsrc/misc/ruby-bundler/Makefile:1.38
--- pkgsrc/misc/ruby-bundler/Makefile:1.37      Mon Jan 11 14:03:53 2021
+++ pkgsrc/misc/ruby-bundler/Makefile   Wed Jan 13 14:41:27 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2021/01/11 14:03:53 taca Exp $
+# $NetBSD: Makefile,v 1.38 2021/01/13 14:41:27 taca Exp $
 
-DISTNAME=      bundler-2.2.4
+DISTNAME=      bundler-2.2.5
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/misc/ruby-bundler/distinfo
diff -u pkgsrc/misc/ruby-bundler/distinfo:1.34 pkgsrc/misc/ruby-bundler/distinfo:1.35
--- pkgsrc/misc/ruby-bundler/distinfo:1.34      Mon Jan 11 14:03:53 2021
+++ pkgsrc/misc/ruby-bundler/distinfo   Wed Jan 13 14:41:27 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2021/01/11 14:03:53 taca Exp $
+$NetBSD: distinfo,v 1.35 2021/01/13 14:41:27 taca Exp $
 
-SHA1 (bundler-2.2.4.gem) = 35cca06e38b35ce7db18de333bf647b055862da6
-RMD160 (bundler-2.2.4.gem) = 63c3c0419ffb18cdad9806532b3ae4b172dc791d
-SHA512 (bundler-2.2.4.gem) = f3c988278746896da276e5af5cf046c5910962c2022fc8d37ab00db1a81a69d77a1fd21fabd8a1d086891d18bfb4ac321dbb60f830b139aa7c3192ea879b4cf8
-Size (bundler-2.2.4.gem) = 386048 bytes
+SHA1 (bundler-2.2.5.gem) = ed01e4035328a700e4a656235504d2e150939611
+RMD160 (bundler-2.2.5.gem) = 8a05a8496fdc08f3a8b2bb05673e6dcf4a9c6dc4
+SHA512 (bundler-2.2.5.gem) = d985168531ad7415841535a496717faff2cbdcff04c8b701c0e29533f3fe5c87cb5815e6b219ab1d536c29c8c8d80b051f4f05aeb2b6fe279dc12404bf824742
+Size (bundler-2.2.5.gem) = 386560 bytes



Home | Main Index | Thread Index | Old Index