Tue Nov 23 14:47:35 2021 UTC ()
misc/ruby-bundler: update to 2.2.32

2.2.32 (2021-11-23)

Enhancements:

* Clarify bundle viz deprecation #5083
* Unlock dependencies that no longer match lockfile #5068
* Use shellsplit instead of array of strings for git push #5062
* Re-enable default_ignores option for standard #5003

Bug fixes:

* Fix downgrading dependencies by changing the Gemfile and running bundle
  update #5078

2.2.31 (2021-11-08)

Enhancements:

* Link to working bundler-graph plugin in bundle viz deprecation message
  #5061
* Memoize materialized specs when requiring bundler/setup #5033
* Allow custom LicenseRef #5013
* Better error when installing a lockfile with git sources and git is not
  installed #5036
* Only delete cached gem when it's corrupted #5031
* Support gemified tsort #5032
* Add standard option alongside rubocop to bundle gem #4411

Bug fixes:

* Fix system man pages no longer working after bundler overrides MANPATH
  #5039
* Don't warn when a lockfile is locked to a dev version #5018

2.2.30 (2021-10-26)

Enhancements:

* Add a custom SHA1 digest implementation to no longer depend on the digest
  gem before we know which version to activate #4989
* Ensure vendored gems have licenses #4998
* Update broken link in Bundler::Fetcher::CertificateFailureError #4987
* Give better errors for some permission issues #4965
* Print better errors when bundler/gem_tasks fail #4872
* Fix bundle install to reinstall deleted gems #4974
* Unify issue template and ISSUES.md document #4980
* Bump vendored connection_pool to 2.2.5 #4738

Bug fixes:

* Fix error message pointing to non existing file when using a global gem
  cache #4999
* Fix install crash when lockfile has missing dependencies for the current
  platform #4941
* Make bundle info show a proper warning every time it finds a deleted gem
  #4971

2.2.29 (2021-10-08)

Enhancements:

* Require at least Ruby 2.6.0 for gems created with recent rubies #4920
* Include glob information in string representation of git sources to make
  generated lockfiles deterministic #4947
* Add missing rubygem_push prerequisite #4930

2.2.28 (2021-09-23)

Enhancements:

* Use example.com in new gem template, since it will never have a
  potentially dangerous backing website #4918
* Deprecate --install flag to bundle remove and trigger install by default
  #4891


(taca)
diff -r1.50 -r1.51 pkgsrc/misc/ruby-bundler/Makefile
diff -r1.30 -r1.31 pkgsrc/misc/ruby-bundler/PLIST
diff -r1.49 -r1.50 pkgsrc/misc/ruby-bundler/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/misc/ruby-bundler/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/Makefile 2021/09/19 16:45:22 1.50
+++ pkgsrc/misc/ruby-bundler/Attic/Makefile 2021/11/23 14:47:35 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2021/09/19 16:45:22 taca Exp $ 1# $NetBSD: Makefile,v 1.51 2021/11/23 14:47:35 taca Exp $
2 2
3DISTNAME= bundler-2.2.27 3DISTNAME= bundler-2.2.32
4CATEGORIES= misc 4CATEGORIES= misc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://bundler.io/ 7HOMEPAGE= https://bundler.io/
8COMMENT= Manage your application's dependencies 8COMMENT= Manage your application's dependencies
9LICENSE= mit 9LICENSE= mit
10 10
11RUBYGEM_OPTIONS+= --format-executable 11RUBYGEM_OPTIONS+= --format-executable
12COMMANDS= bundle bundler 12COMMANDS= bundle bundler
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15post-install: 15post-install:
16 cd ${DESTDIR}${PREFIX}/bin && \ 16 cd ${DESTDIR}${PREFIX}/bin && \

cvs diff -r1.30 -r1.31 pkgsrc/misc/ruby-bundler/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/PLIST 2021/05/30 11:08:38 1.30
+++ pkgsrc/misc/ruby-bundler/Attic/PLIST 2021/11/23 14:47:35 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.30 2021/05/30 11:08:38 taca Exp $ 1@comment $NetBSD: PLIST,v 1.31 2021/11/23 14:47:35 taca Exp $
2bin/bundle2-${RUBY_SUFFIX} 2bin/bundle2-${RUBY_SUFFIX}
3bin/bundler2-${RUBY_SUFFIX} 3bin/bundler2-${RUBY_SUFFIX}
4${GEM_HOME}/cache/${GEM_NAME}.gem 4${GEM_HOME}/cache/${GEM_NAME}.gem
5${GEM_LIBDIR}/CHANGELOG.md 5${GEM_LIBDIR}/CHANGELOG.md
6${GEM_LIBDIR}/LICENSE.md 6${GEM_LIBDIR}/LICENSE.md
7${GEM_LIBDIR}/README.md 7${GEM_LIBDIR}/README.md
8${GEM_LIBDIR}/bundler.gemspec 8${GEM_LIBDIR}/bundler.gemspec
9${GEM_LIBDIR}/exe/bundle 9${GEM_LIBDIR}/exe/bundle
10${GEM_LIBDIR}/exe/bundler 10${GEM_LIBDIR}/exe/bundler
11${GEM_LIBDIR}/lib/bundler.rb 11${GEM_LIBDIR}/lib/bundler.rb
12${GEM_LIBDIR}/lib/bundler/build_metadata.rb 12${GEM_LIBDIR}/lib/bundler/build_metadata.rb
13${GEM_LIBDIR}/lib/bundler/capistrano.rb 13${GEM_LIBDIR}/lib/bundler/capistrano.rb
14${GEM_LIBDIR}/lib/bundler/cli.rb 14${GEM_LIBDIR}/lib/bundler/cli.rb
@@ -41,26 +41,27 @@ ${GEM_LIBDIR}/lib/bundler/cli/show.rb @@ -41,26 +41,27 @@ ${GEM_LIBDIR}/lib/bundler/cli/show.rb
41${GEM_LIBDIR}/lib/bundler/cli/update.rb 41${GEM_LIBDIR}/lib/bundler/cli/update.rb
42${GEM_LIBDIR}/lib/bundler/cli/viz.rb 42${GEM_LIBDIR}/lib/bundler/cli/viz.rb
43${GEM_LIBDIR}/lib/bundler/compact_index_client.rb 43${GEM_LIBDIR}/lib/bundler/compact_index_client.rb
44${GEM_LIBDIR}/lib/bundler/compact_index_client/cache.rb 44${GEM_LIBDIR}/lib/bundler/compact_index_client/cache.rb
45${GEM_LIBDIR}/lib/bundler/compact_index_client/gem_parser.rb 45${GEM_LIBDIR}/lib/bundler/compact_index_client/gem_parser.rb
46${GEM_LIBDIR}/lib/bundler/compact_index_client/updater.rb 46${GEM_LIBDIR}/lib/bundler/compact_index_client/updater.rb
47${GEM_LIBDIR}/lib/bundler/constants.rb 47${GEM_LIBDIR}/lib/bundler/constants.rb
48${GEM_LIBDIR}/lib/bundler/current_ruby.rb 48${GEM_LIBDIR}/lib/bundler/current_ruby.rb
49${GEM_LIBDIR}/lib/bundler/definition.rb 49${GEM_LIBDIR}/lib/bundler/definition.rb
50${GEM_LIBDIR}/lib/bundler/dep_proxy.rb 50${GEM_LIBDIR}/lib/bundler/dep_proxy.rb
51${GEM_LIBDIR}/lib/bundler/dependency.rb 51${GEM_LIBDIR}/lib/bundler/dependency.rb
52${GEM_LIBDIR}/lib/bundler/deployment.rb 52${GEM_LIBDIR}/lib/bundler/deployment.rb
53${GEM_LIBDIR}/lib/bundler/deprecate.rb 53${GEM_LIBDIR}/lib/bundler/deprecate.rb
 54${GEM_LIBDIR}/lib/bundler/digest.rb
54${GEM_LIBDIR}/lib/bundler/dsl.rb 55${GEM_LIBDIR}/lib/bundler/dsl.rb
55${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb 56${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb
56${GEM_LIBDIR}/lib/bundler/env.rb 57${GEM_LIBDIR}/lib/bundler/env.rb
57${GEM_LIBDIR}/lib/bundler/environment_preserver.rb 58${GEM_LIBDIR}/lib/bundler/environment_preserver.rb
58${GEM_LIBDIR}/lib/bundler/errors.rb 59${GEM_LIBDIR}/lib/bundler/errors.rb
59${GEM_LIBDIR}/lib/bundler/feature_flag.rb 60${GEM_LIBDIR}/lib/bundler/feature_flag.rb
60${GEM_LIBDIR}/lib/bundler/fetcher.rb 61${GEM_LIBDIR}/lib/bundler/fetcher.rb
61${GEM_LIBDIR}/lib/bundler/fetcher/base.rb 62${GEM_LIBDIR}/lib/bundler/fetcher/base.rb
62${GEM_LIBDIR}/lib/bundler/fetcher/compact_index.rb 63${GEM_LIBDIR}/lib/bundler/fetcher/compact_index.rb
63${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb 64${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb
64${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb 65${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb
65${GEM_LIBDIR}/lib/bundler/fetcher/index.rb 66${GEM_LIBDIR}/lib/bundler/fetcher/index.rb
66${GEM_LIBDIR}/lib/bundler/friendly_errors.rb 67${GEM_LIBDIR}/lib/bundler/friendly_errors.rb
@@ -194,65 +195,71 @@ ${GEM_LIBDIR}/lib/bundler/templates/newg @@ -194,65 +195,71 @@ ${GEM_LIBDIR}/lib/bundler/templates/newg
194${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt 195${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
195${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt 196${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
196${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt 197${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
197${GEM_LIBDIR}/lib/bundler/templates/newgem/github/workflows/main.yml.tt 198${GEM_LIBDIR}/lib/bundler/templates/newgem/github/workflows/main.yml.tt
198${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt 199${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt
199${GEM_LIBDIR}/lib/bundler/templates/newgem/gitlab-ci.yml.tt 200${GEM_LIBDIR}/lib/bundler/templates/newgem/gitlab-ci.yml.tt
200${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt 201${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt
201${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt 202${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
202${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt 203${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt
203${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt 204${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt
204${GEM_LIBDIR}/lib/bundler/templates/newgem/rubocop.yml.tt 205${GEM_LIBDIR}/lib/bundler/templates/newgem/rubocop.yml.tt
205${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt 206${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
206${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt 207${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
 208${GEM_LIBDIR}/lib/bundler/templates/newgem/standard.yml.tt
207${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/newgem_test.rb.tt 209${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/newgem_test.rb.tt
208${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt 210${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt
209${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt 211${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt
210${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt 212${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt
211${GEM_LIBDIR}/lib/bundler/templates/newgem/travis.yml.tt 213${GEM_LIBDIR}/lib/bundler/templates/newgem/travis.yml.tt
212${GEM_LIBDIR}/lib/bundler/ui.rb 214${GEM_LIBDIR}/lib/bundler/ui.rb
213${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb 215${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb
214${GEM_LIBDIR}/lib/bundler/ui/shell.rb 216${GEM_LIBDIR}/lib/bundler/ui/shell.rb
215${GEM_LIBDIR}/lib/bundler/ui/silent.rb 217${GEM_LIBDIR}/lib/bundler/ui/silent.rb
216${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb 218${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb
 219${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/LICENSE
217${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool.rb 220${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
218${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/monotonic_time.rb 
219${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb 221${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
220${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb 222${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
 223${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb
 224${GEM_LIBDIR}/lib/bundler/vendor/fileutils/LICENSE.txt
221${GEM_LIBDIR}/lib/bundler/vendor/fileutils/lib/fileutils.rb 225${GEM_LIBDIR}/lib/bundler/vendor/fileutils/lib/fileutils.rb
 226${GEM_LIBDIR}/lib/bundler/vendor/molinillo/LICENSE
222${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.rb 227${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.rb
223${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb 228${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
224${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb 229${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
225${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb 230${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
226${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb 231${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
227${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb 232${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
228${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb 233${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
229${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb 234${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
230${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb 235${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
231${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb 236${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
232${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb 237${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
233${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb 238${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
234${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb 239${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
235${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb 240${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
236${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb 241${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
237${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb 242${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
238${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb 243${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
239${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb 244${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
240${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb 245${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
241${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb 246${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
 247${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/README.rdoc
242${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb 248${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
243${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb 249${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
244${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb 250${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
245${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb 251${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb
 252${GEM_LIBDIR}/lib/bundler/vendor/thor/LICENSE.md
246${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb 253${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb
247${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb 254${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb
248${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb 255${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
249${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb 256${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
250${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/directory.rb 257${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
251${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb 258${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
252${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb 259${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
253${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb 260${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
254${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/base.rb 261${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/base.rb
255${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/command.rb 262${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/command.rb
256${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 263${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
257${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/error.rb 264${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/error.rb
258${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/group.rb 265${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/group.rb
@@ -265,38 +272,42 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/li @@ -265,38 +272,42 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/li
265${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/argument.rb 272${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
266${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb 273${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
267${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/option.rb 274${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/option.rb
268${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/options.rb 275${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/options.rb
269${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/rake_compat.rb 276${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
270${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/runner.rb 277${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/runner.rb
271${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell.rb 278${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell.rb
272${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/basic.rb 279${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
273${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/color.rb 280${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/color.rb
274${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/html.rb 281${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/html.rb
275${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/util.rb 282${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/util.rb
276${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/version.rb 283${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/version.rb
277${GEM_LIBDIR}/lib/bundler/vendor/tmpdir/lib/tmpdir.rb 284${GEM_LIBDIR}/lib/bundler/vendor/tmpdir/lib/tmpdir.rb
 285${GEM_LIBDIR}/lib/bundler/vendor/tsort/LICENSE.txt
 286${GEM_LIBDIR}/lib/bundler/vendor/tsort/lib/tsort.rb
 287${GEM_LIBDIR}/lib/bundler/vendor/uri/LICENSE.txt
278${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri.rb 288${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri.rb
279${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/common.rb 289${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/common.rb
280${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/file.rb 290${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/file.rb
281${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ftp.rb 291${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ftp.rb
282${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/generic.rb 292${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/generic.rb
283${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/http.rb 293${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/http.rb
284${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/https.rb 294${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/https.rb
285${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldap.rb 295${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldap.rb
286${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldaps.rb 296${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldaps.rb
287${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/mailto.rb 297${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/mailto.rb
288${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb 298${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
289${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb 299${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
290${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/version.rb 300${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/version.rb
291${GEM_LIBDIR}/lib/bundler/vendored_fileutils.rb 301${GEM_LIBDIR}/lib/bundler/vendored_fileutils.rb
292${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb 302${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb
293${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb 303${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb
294${GEM_LIBDIR}/lib/bundler/vendored_thor.rb 304${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
295${GEM_LIBDIR}/lib/bundler/vendored_tmpdir.rb 305${GEM_LIBDIR}/lib/bundler/vendored_tmpdir.rb
 306${GEM_LIBDIR}/lib/bundler/vendored_tsort.rb
296${GEM_LIBDIR}/lib/bundler/vendored_uri.rb 307${GEM_LIBDIR}/lib/bundler/vendored_uri.rb
297${GEM_LIBDIR}/lib/bundler/version.rb 308${GEM_LIBDIR}/lib/bundler/version.rb
298${GEM_LIBDIR}/lib/bundler/version_ranges.rb 309${GEM_LIBDIR}/lib/bundler/version_ranges.rb
299${GEM_LIBDIR}/lib/bundler/vlad.rb 310${GEM_LIBDIR}/lib/bundler/vlad.rb
300${GEM_LIBDIR}/lib/bundler/worker.rb 311${GEM_LIBDIR}/lib/bundler/worker.rb
301${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb 312${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb
302${GEM_HOME}/specifications/${GEM_NAME}.gemspec 313${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.49 -r1.50 pkgsrc/misc/ruby-bundler/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/distinfo 2021/10/26 10:59:28 1.49
+++ pkgsrc/misc/ruby-bundler/Attic/distinfo 2021/11/23 14:47:35 1.50
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.49 2021/10/26 10:59:28 nia Exp $ 1$NetBSD: distinfo,v 1.50 2021/11/23 14:47:35 taca Exp $
2 2
3BLAKE2s (bundler-2.2.27.gem) = c3b884571bddad2b0b15a9e53d7f9ffa72fcf3adcd8dcdf0cf295e2682e93090 3BLAKE2s (bundler-2.2.32.gem) = 5d07026ccf3bdbb929c27fe7d29c9104d1ec3e726ed3d512bf7bdbc9c5d4b349
4SHA512 (bundler-2.2.27.gem) = b3146854ff27738d4a8d8f9086f88aaf0cc9ef5d361050a3beba3524c01991af1273c86d6cfb71bc3020d41ea5f2fadb90af76a9ec8e21beee96c43422e9143a 4SHA512 (bundler-2.2.32.gem) = 4aeaacd147aa3f8202c317eb06e2709ed89f2669cbc37a2ad5bd7c4a3e8cc2506a0b03bee193b49f3e4cc2fd50eea431b4ae8705fe431df111d7cc24595b8e82
5Size (bundler-2.2.27.gem) = 391680 bytes 5Size (bundler-2.2.32.gem) = 401408 bytes