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:           Mon Jan 11 14:03:53 UTC 2021

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

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

2.2.4 (December 31, 2020)

Bug fixes:
* Fix bundle man pages display on truffleruby #4209
* Fix Windows + JRuby no longer being able to install git sources #4196

2.2.3 (December 22, 2020)

Bug fixes:
* Restore full compatibility with previous lockfiles #4179
* Add all matching variants with the same platform specificity to the
  lockfile #4180
* Fix bundler installing gems for a different platform when running in
  frozen mode and current platform not in the lockfile #4172
* Fix crash when bundle exec'ing to bundler #4175

2.2.2 (December 17, 2020)

Bug fixes:
* Fix resolver crash when a candidate has 0 matching platforms #4163
* Restore change to copy global with/without config locally upon bundle
  install #4154

2.2.1 (December 14, 2020)

Bug fixes:
* Ad-hoc fix for platform regression #4127
* Workaround JRuby + Windows issue with net-http-persistent vendored code
  #4138
* Reset also root when in a nested invocation #4140
* Restore 2.1.4 resolution times #4134
* Fix bundle outdated --strict crash #4133
* Autoload Bundler::RemoteSpecification to workaround crash on jruby #4114

2.2.0 (December 7, 2020)

Enhancements:
* New gem template: prefer require_relative to require #4066
* Always show underlying error when fetching specs fails #4061
* Add --all-platforms flag to bundle binstubs to generate binstubs for all
  platforms #3886
* Improve gem not found in source error messages #4019
* Revert resolving all Gemfile platforms automatically #4052
* Remove extra empty line from README template #4041
* Lazily load erb #4011

Bug fixes:

* Fix Bundler::Plugin::API::Source#to_s having empty source type #4084
* Raise consistent errors with or without bundle exec #4063
* Fix edge case resulting in a crash when using zeitwerk inside a nested
  bundle exec invocation #4062
* Enable specific_platform by default #4015
* Prevent remove command from deleting gemfile lines that are comments
  #4045
* Fix issue with cache_all_platforms and specific_platform configured
  #4042
* Fix incorrect error message on Windows #4039
* Make printed drive letters consistent on Windows #4038
* Load rubygems plugins from RUBYLIB during bundle install and bundle
  update #3534
* Fix specific_platform and cache_all with bundle cache --all-platforms #4022
* Bring back the possibility to install a plugin from path #4020
* Move ronn pages to lib #3997
* Fix fileutils double load when using bundler/inline #3991
* Accept responses with no etag header #3865

Documentation:
* Fix typo of bundle-install.1 (v2.1) #4079
* Add commented out example and more information link to generated gemspec
  #4034

Please refer
<https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md>
for changes prior to 2.2.0 release.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/misc/ruby-bundler/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/ruby-bundler/PLIST
cvs rdiff -u -r1.33 -r1.34 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.36 pkgsrc/misc/ruby-bundler/Makefile:1.37
--- pkgsrc/misc/ruby-bundler/Makefile:1.36      Mon Mar 23 16:34:26 2020
+++ pkgsrc/misc/ruby-bundler/Makefile   Mon Jan 11 14:03:53 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/03/23 16:34:26 taca Exp $
+# $NetBSD: Makefile,v 1.37 2021/01/11 14:03:53 taca Exp $
 
-DISTNAME=      bundler-2.1.4
+DISTNAME=      bundler-2.2.4
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/misc/ruby-bundler/PLIST
diff -u pkgsrc/misc/ruby-bundler/PLIST:1.27 pkgsrc/misc/ruby-bundler/PLIST:1.28
--- pkgsrc/misc/ruby-bundler/PLIST:1.27 Mon Mar 23 16:34:26 2020
+++ pkgsrc/misc/ruby-bundler/PLIST      Mon Jan 11 14:03:53 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2020/03/23 16:34:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.28 2021/01/11 14:03:53 taca Exp $
 bin/bundle2-${RUBY_SUFFIX}
 bin/bundler2-${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -22,6 +22,7 @@ ${GEM_LIBDIR}/lib/bundler/cli/config.rb
 ${GEM_LIBDIR}/lib/bundler/cli/console.rb
 ${GEM_LIBDIR}/lib/bundler/cli/doctor.rb
 ${GEM_LIBDIR}/lib/bundler/cli/exec.rb
+${GEM_LIBDIR}/lib/bundler/cli/fund.rb
 ${GEM_LIBDIR}/lib/bundler/cli/gem.rb
 ${GEM_LIBDIR}/lib/bundler/cli/info.rb
 ${GEM_LIBDIR}/lib/bundler/cli/init.rb
@@ -41,6 +42,7 @@ ${GEM_LIBDIR}/lib/bundler/cli/update.rb
 ${GEM_LIBDIR}/lib/bundler/cli/viz.rb
 ${GEM_LIBDIR}/lib/bundler/compact_index_client.rb
 ${GEM_LIBDIR}/lib/bundler/compact_index_client/cache.rb
+${GEM_LIBDIR}/lib/bundler/compact_index_client/gem_parser.rb
 ${GEM_LIBDIR}/lib/bundler/compact_index_client/updater.rb
 ${GEM_LIBDIR}/lib/bundler/constants.rb
 ${GEM_LIBDIR}/lib/bundler/current_ruby.rb
@@ -78,6 +80,58 @@ ${GEM_LIBDIR}/lib/bundler/installer/stan
 ${GEM_LIBDIR}/lib/bundler/lazy_specification.rb
 ${GEM_LIBDIR}/lib/bundler/lockfile_generator.rb
 ${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb
+${GEM_LIBDIR}/lib/bundler/man/.document
+${GEM_LIBDIR}/lib/bundler/man/bundle-add.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-add.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-binstubs.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-binstubs.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-cache.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-cache.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-check.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-check.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-clean.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-clean.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-config.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-config.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-doctor.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-doctor.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-exec.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-exec.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-gem.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-gem.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-info.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-info.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-init.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-init.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-inject.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-inject.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-install.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-install.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-list.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-list.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-lock.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-lock.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-open.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-open.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-outdated.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-outdated.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-platform.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-platform.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-pristine.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-pristine.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-remove.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-remove.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-show.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-show.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-update.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-update.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle-viz.1
+${GEM_LIBDIR}/lib/bundler/man/bundle-viz.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/bundle.1
+${GEM_LIBDIR}/lib/bundler/man/bundle.1.ronn
+${GEM_LIBDIR}/lib/bundler/man/gemfile.5
+${GEM_LIBDIR}/lib/bundler/man/gemfile.5.ronn
+${GEM_LIBDIR}/lib/bundler/man/index.txt
 ${GEM_LIBDIR}/lib/bundler/match_platform.rb
 ${GEM_LIBDIR}/lib/bundler/mirror.rb
 ${GEM_LIBDIR}/lib/bundler/plugin.rb
@@ -132,19 +186,25 @@ ${GEM_LIBDIR}/lib/bundler/templates/newg
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/console.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/setup.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/circleci/config.yml.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/exe/newgem.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/github/workflows/main.yml.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt
+${GEM_LIBDIR}/lib/bundler/templates/newgem/gitlab-ci.yml.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
 ${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/spec/newgem_spec.rb.tt
 ${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
-${GEM_LIBDIR}/lib/bundler/templates/newgem/test/newgem_test.rb.tt
-${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test_helper.rb.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/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
 ${GEM_LIBDIR}/lib/bundler/ui.rb
 ${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb
@@ -157,7 +217,6 @@ ${GEM_LIBDIR}/lib/bundler/vendor/connect
 ${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/fileutils/lib/fileutils.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.rb
-${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
@@ -212,6 +271,7 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/li
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/html.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/util.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/version.rb
+${GEM_LIBDIR}/lib/bundler/vendor/tmpdir/lib/tmpdir.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/common.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/file.rb
@@ -229,86 +289,11 @@ ${GEM_LIBDIR}/lib/bundler/vendored_fileu
 ${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb
 ${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb
 ${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
+${GEM_LIBDIR}/lib/bundler/vendored_tmpdir.rb
 ${GEM_LIBDIR}/lib/bundler/vendored_uri.rb
 ${GEM_LIBDIR}/lib/bundler/version.rb
 ${GEM_LIBDIR}/lib/bundler/version_ranges.rb
 ${GEM_LIBDIR}/lib/bundler/vlad.rb
 ${GEM_LIBDIR}/lib/bundler/worker.rb
 ${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb
-${GEM_LIBDIR}/man/bundle-add.1
-${GEM_LIBDIR}/man/bundle-add.1.txt
-${GEM_LIBDIR}/man/bundle-add.ronn
-${GEM_LIBDIR}/man/bundle-binstubs.1
-${GEM_LIBDIR}/man/bundle-binstubs.1.txt
-${GEM_LIBDIR}/man/bundle-binstubs.ronn
-${GEM_LIBDIR}/man/bundle-cache.1
-${GEM_LIBDIR}/man/bundle-cache.1.txt
-${GEM_LIBDIR}/man/bundle-cache.ronn
-${GEM_LIBDIR}/man/bundle-check.1
-${GEM_LIBDIR}/man/bundle-check.1.txt
-${GEM_LIBDIR}/man/bundle-check.ronn
-${GEM_LIBDIR}/man/bundle-clean.1
-${GEM_LIBDIR}/man/bundle-clean.1.txt
-${GEM_LIBDIR}/man/bundle-clean.ronn
-${GEM_LIBDIR}/man/bundle-config.1
-${GEM_LIBDIR}/man/bundle-config.1.txt
-${GEM_LIBDIR}/man/bundle-config.ronn
-${GEM_LIBDIR}/man/bundle-doctor.1
-${GEM_LIBDIR}/man/bundle-doctor.1.txt
-${GEM_LIBDIR}/man/bundle-doctor.ronn
-${GEM_LIBDIR}/man/bundle-exec.1
-${GEM_LIBDIR}/man/bundle-exec.1.txt
-${GEM_LIBDIR}/man/bundle-exec.ronn
-${GEM_LIBDIR}/man/bundle-gem.1
-${GEM_LIBDIR}/man/bundle-gem.1.txt
-${GEM_LIBDIR}/man/bundle-gem.ronn
-${GEM_LIBDIR}/man/bundle-info.1
-${GEM_LIBDIR}/man/bundle-info.1.txt
-${GEM_LIBDIR}/man/bundle-info.ronn
-${GEM_LIBDIR}/man/bundle-init.1
-${GEM_LIBDIR}/man/bundle-init.1.txt
-${GEM_LIBDIR}/man/bundle-init.ronn
-${GEM_LIBDIR}/man/bundle-inject.1
-${GEM_LIBDIR}/man/bundle-inject.1.txt
-${GEM_LIBDIR}/man/bundle-inject.ronn
-${GEM_LIBDIR}/man/bundle-install.1
-${GEM_LIBDIR}/man/bundle-install.1.txt
-${GEM_LIBDIR}/man/bundle-install.ronn
-${GEM_LIBDIR}/man/bundle-list.1
-${GEM_LIBDIR}/man/bundle-list.1.txt
-${GEM_LIBDIR}/man/bundle-list.ronn
-${GEM_LIBDIR}/man/bundle-lock.1
-${GEM_LIBDIR}/man/bundle-lock.1.txt
-${GEM_LIBDIR}/man/bundle-lock.ronn
-${GEM_LIBDIR}/man/bundle-open.1
-${GEM_LIBDIR}/man/bundle-open.1.txt
-${GEM_LIBDIR}/man/bundle-open.ronn
-${GEM_LIBDIR}/man/bundle-outdated.1
-${GEM_LIBDIR}/man/bundle-outdated.1.txt
-${GEM_LIBDIR}/man/bundle-outdated.ronn
-${GEM_LIBDIR}/man/bundle-platform.1
-${GEM_LIBDIR}/man/bundle-platform.1.txt
-${GEM_LIBDIR}/man/bundle-platform.ronn
-${GEM_LIBDIR}/man/bundle-pristine.1
-${GEM_LIBDIR}/man/bundle-pristine.1.txt
-${GEM_LIBDIR}/man/bundle-pristine.ronn
-${GEM_LIBDIR}/man/bundle-remove.1
-${GEM_LIBDIR}/man/bundle-remove.1.txt
-${GEM_LIBDIR}/man/bundle-remove.ronn
-${GEM_LIBDIR}/man/bundle-show.1
-${GEM_LIBDIR}/man/bundle-show.1.txt
-${GEM_LIBDIR}/man/bundle-show.ronn
-${GEM_LIBDIR}/man/bundle-update.1
-${GEM_LIBDIR}/man/bundle-update.1.txt
-${GEM_LIBDIR}/man/bundle-update.ronn
-${GEM_LIBDIR}/man/bundle-viz.1
-${GEM_LIBDIR}/man/bundle-viz.1.txt
-${GEM_LIBDIR}/man/bundle-viz.ronn
-${GEM_LIBDIR}/man/bundle.1
-${GEM_LIBDIR}/man/bundle.1.txt
-${GEM_LIBDIR}/man/bundle.ronn
-${GEM_LIBDIR}/man/gemfile.5
-${GEM_LIBDIR}/man/gemfile.5.ronn
-${GEM_LIBDIR}/man/gemfile.5.txt
-${GEM_LIBDIR}/man/index.txt
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/misc/ruby-bundler/distinfo
diff -u pkgsrc/misc/ruby-bundler/distinfo:1.33 pkgsrc/misc/ruby-bundler/distinfo:1.34
--- pkgsrc/misc/ruby-bundler/distinfo:1.33      Mon Mar 23 16:34:26 2020
+++ pkgsrc/misc/ruby-bundler/distinfo   Mon Jan 11 14:03:53 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2020/03/23 16:34:26 taca Exp $
+$NetBSD: distinfo,v 1.34 2021/01/11 14:03:53 taca Exp $
 
-SHA1 (bundler-2.1.4.gem) = d78f5cd87af76a3c5129c33028a0ea3716fe8acd
-RMD160 (bundler-2.1.4.gem) = ae3d6345db91bcb1a7e6f5dd5f941eb2a737c0d5
-SHA512 (bundler-2.1.4.gem) = 6c870061a78e17d97a9219433c7ef8fbf1112de17d0e0f3d8b6db1a518318528e3803184278412aabe65008e93f451ffa59465062856918ef488f9438399eff6
-Size (bundler-2.1.4.gem) = 396800 bytes
+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



Home | Main Index | Thread Index | Old Index