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.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/047b4fc43d42
branches:  trunk
changeset: 770764:047b4fc43d42
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 08 14:51:21 2021 +0000

description:
misc/ruby-bundler: update to 2.2.33

2.2.33 (2021-12-07)

Security fixes:

* Pass "--" to git commands to separate positional and optional args #5142

Enhancements:

* Accept pull request URLs as github source #5126
* Add --version parameter to bundle info command #5137
* Let original Errno::EACCES error be raised in compact index updater #5110
* Improve gemfile-lockfile source equivalence errors #5120
* Avoid float-to-string loss of characters in GitHub Actions configuration
  labels in new gem template #5089
* Add an initial rbs template to bundle gem skeleton #5041
* Avoid shared libraries not getting environment passed right after argv in
  memory when bundle exec is used #4815

Bug fixes:

* Don't cleanup paths from gems already activated from $LOAD_PATH #5111
* Fix handling prereleases of 0 versions, like 0.0.0.dev or 0.0.0.SNAPSHOT
  #5116
* Fix escape of filenames in bundle doctor #5102
* Don't unlock dependencies when running bundle install after changing
  global source #5090
* Fix missing locked specs when depended on another platform #5092
* Fix bundle info sometimes claiming that bundler has been deleted #5097

Documentation:

* Ignore to generate the documentation from vendored libraries #5118

diffstat:

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

diffs (50 lines):

diff -r b39912373dd4 -r 047b4fc43d42 misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile        Wed Dec 08 14:48:22 2021 +0000
+++ b/misc/ruby-bundler/Makefile        Wed Dec 08 14:51:21 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2021/11/23 14:47:35 taca Exp $
+# $NetBSD: Makefile,v 1.52 2021/12/08 14:51:21 taca Exp $
 
-DISTNAME=      bundler-2.2.32
+DISTNAME=      bundler-2.2.33
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b39912373dd4 -r 047b4fc43d42 misc/ruby-bundler/PLIST
--- a/misc/ruby-bundler/PLIST   Wed Dec 08 14:48:22 2021 +0000
+++ b/misc/ruby-bundler/PLIST   Wed Dec 08 14:51:21 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2021/11/23 14:47:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.32 2021/12/08 14:51:21 taca Exp $
 bin/bundle2-${RUBY_SUFFIX}
 bin/bundler2-${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -203,6 +203,7 @@
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/rubocop.yml.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/sig/newgem.rbs.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/standard.yml.tt
@@ -216,6 +217,7 @@
 ${GEM_LIBDIR}/lib/bundler/ui/shell.rb
 ${GEM_LIBDIR}/lib/bundler/ui/silent.rb
 ${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb
+${GEM_LIBDIR}/lib/bundler/vendor/.document
 ${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/LICENSE
 ${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
diff -r b39912373dd4 -r 047b4fc43d42 misc/ruby-bundler/distinfo
--- a/misc/ruby-bundler/distinfo        Wed Dec 08 14:48:22 2021 +0000
+++ b/misc/ruby-bundler/distinfo        Wed Dec 08 14:51:21 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2021/11/23 14:47:35 taca Exp $
+$NetBSD: distinfo,v 1.51 2021/12/08 14:51:21 taca Exp $
 
-BLAKE2s (bundler-2.2.32.gem) = 5d07026ccf3bdbb929c27fe7d29c9104d1ec3e726ed3d512bf7bdbc9c5d4b349
-SHA512 (bundler-2.2.32.gem) = 4aeaacd147aa3f8202c317eb06e2709ed89f2669cbc37a2ad5bd7c4a3e8cc2506a0b03bee193b49f3e4cc2fd50eea431b4ae8705fe431df111d7cc24595b8e82
-Size (bundler-2.2.32.gem) = 401408 bytes
+BLAKE2s (bundler-2.2.33.gem) = a4b751ab8d7750a83e6fe3f3787366af96a26aa54cf221f17858ed88f10eec52
+SHA512 (bundler-2.2.33.gem) = 8ac6bc00eb7a206fbd4e0d0de5d636583f48006b51352e50896230afba1098aeae2418694c8592f73af02612fe8e10dacd71b79804b724fad7633b23c81f1d14
+Size (bundler-2.2.33.gem) = 401920 bytes



Home | Main Index | Thread Index | Old Index