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: Sun Feb 13 06:47:15 UTC 2022
Modified Files:
pkgsrc/misc/ruby-bundler: Makefile PLIST distinfo
Log Message:
misc/ruby-bundler: update to 2.3.7
2.3.0 (2021-12-21)
Features:
* Change bundle install with a lockfile to respect the BUNDLED WITH bundler
version #4076
Enhancements:
* Print warning when running Bundler on potentially problematic RubyGems &
Ruby combinations #5177
* Error tracing should be printed to stderr #5179
* Add github and ref options to bundle add #5159
* Add require parameter to bundle add #5021
* Enable parallel installation on Windows by default #4822
* More logging when compact index is not used and we fallback to other APIs
#4546
* bundle gem generated MiniTest file and class now start with 'test' #3893
* Add Bundler::Definition.no_lock accessor for skipping lock file
creation/update #3401
Bug fixes:
* Fix crash when when no platform specific matches exist and show a proper
error #5168
* Ignore dependencies not actually locked from frozen check #5152
* Fix bundle cache --all-platforms on Windows #4552
Documentation:
* Fix gemspec template typo #4545
2.3.1 (2021-12-22)
Enhancements:
* Vendor latest thor with fixes for latest did_you_mean deprecations #5202
* Avoid unnecessary shellwords require on newer rubygems #5195
* Re-exec prepending command with Gem.ruby if $PROGRAM_NAME is not
executable #5193
2.3.2 (2021-12-24)
Enhancements:
* Remove unnecessary lockfile upgrade warning #5209
2.3.3 (2021-12-24)
Bug fixes:
* Fix locked bundler not installed to the right path when deployment is set
#5217
2.3.4 (2021-12-29)
Enhancements:
* Improve error message when BUNDLED WITH version does not exist #5205
Bug fixes:
* Fix bundle update --bundler no longer updating lockfile #5224
2.3.5 (2022-01-12)
Enhancements:
* Make bundle update --bundler actually lock to the latest bundler version
(even if not yet installed) #5182
* Use thor-1.2.1 #5260
* Exclude bin directory for newgem template #5259
Bug fixes:
* Fix metadata requirements being bypassed when custom gem servers are used
#5256
* Fix rake build:checksum writing checksum of package path, not package
contents #5250
2.3.6 (2022-01-26)
Enhancements:
* Use Gem::Platform.local instead of RUBY_PLATFORM when displaying local
platform #5306
* Lock standard.yml to the required ruby version #5284
* Use Fiddle in bundle doctor to check for dynamic library presence #5173
Bug fixes:
* Fix edge case where gems were incorrectly removed from the lockfile #5302
* Fix force_ruby_platform ignored when lockfile includes current specific
platform #5304
* Create minitest file to underscored path in "bundle gem" command with
dashed gem name #5273
* Fix regression with old marshaled specs having null
required_rubygems_version #5291
2.3.7 (2022-02-09)
Enhancements:
* Don't activate yaml gem from Bundler #5277
* Add Reverse Dependencies section to info command #3966
Bug fixes:
* Don't silently persist BUNDLE_WITH and BUNDLE_WITHOUT envs locally #5335
* Fix bundle config inside an application saving configuration globally
#4152
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/misc/ruby-bundler/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/ruby-bundler/PLIST
cvs rdiff -u -r1.51 -r1.52 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.52 pkgsrc/misc/ruby-bundler/Makefile:1.53
--- pkgsrc/misc/ruby-bundler/Makefile:1.52 Wed Dec 8 14:51:21 2021
+++ pkgsrc/misc/ruby-bundler/Makefile Sun Feb 13 06:47:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2021/12/08 14:51:21 taca Exp $
+# $NetBSD: Makefile,v 1.53 2022/02/13 06:47:15 taca Exp $
-DISTNAME= bundler-2.2.33
+DISTNAME= bundler-2.3.7
CATEGORIES= misc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-bundler/PLIST
diff -u pkgsrc/misc/ruby-bundler/PLIST:1.32 pkgsrc/misc/ruby-bundler/PLIST:1.33
--- pkgsrc/misc/ruby-bundler/PLIST:1.32 Wed Dec 8 14:51:21 2021
+++ pkgsrc/misc/ruby-bundler/PLIST Sun Feb 13 06:47:15 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2021/12/08 14:51:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.33 2022/02/13 06:47:15 taca Exp $
bin/bundle2-${RUBY_SUFFIX}
bin/bundler2-${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -9,6 +9,7 @@ ${GEM_LIBDIR}/bundler.gemspec
${GEM_LIBDIR}/exe/bundle
${GEM_LIBDIR}/exe/bundler
${GEM_LIBDIR}/lib/bundler.rb
+${GEM_LIBDIR}/lib/bundler/.document
${GEM_LIBDIR}/lib/bundler/build_metadata.rb
${GEM_LIBDIR}/lib/bundler/capistrano.rb
${GEM_LIBDIR}/lib/bundler/cli.rb
@@ -69,7 +70,6 @@ ${GEM_LIBDIR}/lib/bundler/gem_helper.rb
${GEM_LIBDIR}/lib/bundler/gem_helpers.rb
${GEM_LIBDIR}/lib/bundler/gem_tasks.rb
${GEM_LIBDIR}/lib/bundler/gem_version_promoter.rb
-${GEM_LIBDIR}/lib/bundler/gemdeps.rb
${GEM_LIBDIR}/lib/bundler/graph.rb
${GEM_LIBDIR}/lib/bundler/index.rb
${GEM_LIBDIR}/lib/bundler/injector.rb
@@ -146,7 +146,6 @@ ${GEM_LIBDIR}/lib/bundler/plugin/install
${GEM_LIBDIR}/lib/bundler/plugin/installer/rubygems.rb
${GEM_LIBDIR}/lib/bundler/plugin/source_list.rb
${GEM_LIBDIR}/lib/bundler/process_lock.rb
-${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb
${GEM_LIBDIR}/lib/bundler/remote_specification.rb
${GEM_LIBDIR}/lib/bundler/resolver.rb
${GEM_LIBDIR}/lib/bundler/resolver/spec_group.rb
@@ -157,6 +156,7 @@ ${GEM_LIBDIR}/lib/bundler/rubygems_ext.r
${GEM_LIBDIR}/lib/bundler/rubygems_gem_installer.rb
${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb
${GEM_LIBDIR}/lib/bundler/runtime.rb
+${GEM_LIBDIR}/lib/bundler/self_manager.rb
${GEM_LIBDIR}/lib/bundler/settings.rb
${GEM_LIBDIR}/lib/bundler/settings/validator.rb
${GEM_LIBDIR}/lib/bundler/setup.rb
@@ -207,8 +207,8 @@ ${GEM_LIBDIR}/lib/bundler/templates/newg
${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
-${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/newgem_test.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/travis.yml.tt
@@ -300,6 +300,8 @@ ${GEM_LIBDIR}/lib/bundler/vendor/uri/lib
${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/version.rb
+${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ws.rb
+${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/wss.rb
${GEM_LIBDIR}/lib/bundler/vendored_fileutils.rb
${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb
${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb
Index: pkgsrc/misc/ruby-bundler/distinfo
diff -u pkgsrc/misc/ruby-bundler/distinfo:1.51 pkgsrc/misc/ruby-bundler/distinfo:1.52
--- pkgsrc/misc/ruby-bundler/distinfo:1.51 Wed Dec 8 14:51:21 2021
+++ pkgsrc/misc/ruby-bundler/distinfo Sun Feb 13 06:47:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2021/12/08 14:51:21 taca Exp $
+$NetBSD: distinfo,v 1.52 2022/02/13 06:47:15 taca Exp $
-BLAKE2s (bundler-2.2.33.gem) = a4b751ab8d7750a83e6fe3f3787366af96a26aa54cf221f17858ed88f10eec52
-SHA512 (bundler-2.2.33.gem) = 8ac6bc00eb7a206fbd4e0d0de5d636583f48006b51352e50896230afba1098aeae2418694c8592f73af02612fe8e10dacd71b79804b724fad7633b23c81f1d14
-Size (bundler-2.2.33.gem) = 401920 bytes
+BLAKE2s (bundler-2.3.7.gem) = f4eb01398793fc179562109fadc1c95e67c24b8f3206d3daf7c6f5b110595b4b
+SHA512 (bundler-2.3.7.gem) = 9eb0e403c36fe0a65b857bef311748ff898955d9ad89b7d2d09031b23deec5a13eaa5f941deed58811a7f149dfb2f08d999b6d014f731af17653c375e4d18373
+Size (bundler-2.3.7.gem) = 403968 bytes
Home |
Main Index |
Thread Index |
Old Index