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 Feb  3 14:25:36 UTC 2021

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

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

2.2.8 (2021-02-02)

Enhancements:
* Add a CHANGELOG.md file to gems generated by bundle gem #4093
* Support gemified set #4297

Bug fixes:
* Fix standalone Kernel.require visibility #4337

Performance:
* Fix resolver edge cases and speed up bundler #4277

2.2.7 (2021-01-27)

Enhancements:
* Improve error messages when dependency on bundler conflicts with running
  version #4308
* Avoid showing platforms with requirements in error messages #4310
* Introduce disable_local_revision_check config #4237
* Reverse rubygems require mixin with bundler standalone #4299

Bug fixes:
* Fix releasing from a not yet pushed branch #4309
* Install cache only once if it already exists #4304
* Fix force_ruby_platform no longer being respected #4302

Performance:
* Fix resolver dependency comparison #4289


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/misc/ruby-bundler/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/ruby-bundler/PLIST
cvs rdiff -u -r1.36 -r1.37 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.39 pkgsrc/misc/ruby-bundler/Makefile:1.40
--- pkgsrc/misc/ruby-bundler/Makefile:1.39      Tue Jan 26 15:37:24 2021
+++ pkgsrc/misc/ruby-bundler/Makefile   Wed Feb  3 14:25:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2021/01/26 15:37:24 taca Exp $
+# $NetBSD: Makefile,v 1.40 2021/02/03 14:25:36 taca Exp $
 
-DISTNAME=      bundler-2.2.6
+DISTNAME=      bundler-2.2.8
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/misc/ruby-bundler/PLIST
diff -u pkgsrc/misc/ruby-bundler/PLIST:1.28 pkgsrc/misc/ruby-bundler/PLIST:1.29
--- pkgsrc/misc/ruby-bundler/PLIST:1.28 Mon Jan 11 14:03:53 2021
+++ pkgsrc/misc/ruby-bundler/PLIST      Wed Feb  3 14:25:36 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2021/01/11 14:03:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.29 2021/02/03 14:25:36 taca Exp $
 bin/bundle2-${RUBY_SUFFIX}
 bin/bundler2-${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -179,6 +179,7 @@ ${GEM_LIBDIR}/lib/bundler/templates/Exec
 ${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone
 ${GEM_LIBDIR}/lib/bundler/templates/Gemfile
 ${GEM_LIBDIR}/lib/bundler/templates/gems.rb
+${GEM_LIBDIR}/lib/bundler/templates/newgem/CHANGELOG.md.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/LICENSE.txt.tt

Index: pkgsrc/misc/ruby-bundler/distinfo
diff -u pkgsrc/misc/ruby-bundler/distinfo:1.36 pkgsrc/misc/ruby-bundler/distinfo:1.37
--- pkgsrc/misc/ruby-bundler/distinfo:1.36      Tue Jan 26 15:37:24 2021
+++ pkgsrc/misc/ruby-bundler/distinfo   Wed Feb  3 14:25:36 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2021/01/26 15:37:24 taca Exp $
+$NetBSD: distinfo,v 1.37 2021/02/03 14:25:36 taca Exp $
 
-SHA1 (bundler-2.2.6.gem) = f0d34ab92180322c00c865421dbf3409b3c48259
-RMD160 (bundler-2.2.6.gem) = 0be30d230fc8802893890fe447711201384afaa5
-SHA512 (bundler-2.2.6.gem) = 58e80bb313c132125e2b601113e6e262d00f768ca75adbacbff2e98cdcd83e40aa68a8f92aa56e477c66cd396687ad6d9f54f4df9366fd6b51424b6ff5429504
-Size (bundler-2.2.6.gem) = 386560 bytes
+SHA1 (bundler-2.2.8.gem) = 6703c9681e687e80383db7012d74048284960ada
+RMD160 (bundler-2.2.8.gem) = 82c5990ce02dbbd383aca74bb910d3add271c576
+SHA512 (bundler-2.2.8.gem) = 09e671d09041acebf81b4d00e2d86ad6f267cb80a712875387f6ce56b1776906dbd462015ca0a5a243d850bc2165eb46d5255dee08ef9e11e2ba032bb01b1e35
+Size (bundler-2.2.8.gem) = 387584 bytes



Home | Main Index | Thread Index | Old Index