pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-bundler misc/ruby-bundler: update to 2.2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d55f93639d
branches:  trunk
changeset: 446024:92d55f93639d
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Feb 03 14:25:36 2021 +0000

description:
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

diffstat:

 misc/ruby-bundler/Makefile |   4 ++--
 misc/ruby-bundler/PLIST    |   3 ++-
 misc/ruby-bundler/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 3ce7cc7458bd -r 92d55f93639d misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile        Wed Feb 03 14:22:32 2021 +0000
+++ b/misc/ruby-bundler/Makefile        Wed Feb 03 14:25:36 2021 +0000
@@ -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
diff -r 3ce7cc7458bd -r 92d55f93639d misc/ruby-bundler/PLIST
--- a/misc/ruby-bundler/PLIST   Wed Feb 03 14:22:32 2021 +0000
+++ b/misc/ruby-bundler/PLIST   Wed Feb 03 14:25:36 2021 +0000
@@ -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/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
diff -r 3ce7cc7458bd -r 92d55f93639d misc/ruby-bundler/distinfo
--- a/misc/ruby-bundler/distinfo        Wed Feb 03 14:22:32 2021 +0000
+++ b/misc/ruby-bundler/distinfo        Wed Feb 03 14:25:36 2021 +0000
@@ -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