Sun Feb 13 06:47:15 2022 UTC ()
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


(taca)
diff -r1.52 -r1.53 pkgsrc/misc/ruby-bundler/Makefile
diff -r1.32 -r1.33 pkgsrc/misc/ruby-bundler/PLIST
diff -r1.51 -r1.52 pkgsrc/misc/ruby-bundler/distinfo

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

--- pkgsrc/misc/ruby-bundler/Attic/Makefile 2021/12/08 14:51:21 1.52
+++ pkgsrc/misc/ruby-bundler/Attic/Makefile 2022/02/13 06:47:15 1.53
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.52 2021/12/08 14:51:21 taca Exp $ 1# $NetBSD: Makefile,v 1.53 2022/02/13 06:47:15 taca Exp $
2 2
3DISTNAME= bundler-2.2.33 3DISTNAME= bundler-2.3.7
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.32 -r1.33 pkgsrc/misc/ruby-bundler/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/PLIST 2021/12/08 14:51:21 1.32
+++ pkgsrc/misc/ruby-bundler/Attic/PLIST 2022/02/13 06:47:15 1.33
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1@comment $NetBSD: PLIST,v 1.32 2021/12/08 14:51:21 taca Exp $ 1@comment $NetBSD: PLIST,v 1.33 2022/02/13 06:47:15 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/.document
12${GEM_LIBDIR}/lib/bundler/build_metadata.rb 13${GEM_LIBDIR}/lib/bundler/build_metadata.rb
13${GEM_LIBDIR}/lib/bundler/capistrano.rb 14${GEM_LIBDIR}/lib/bundler/capistrano.rb
14${GEM_LIBDIR}/lib/bundler/cli.rb 15${GEM_LIBDIR}/lib/bundler/cli.rb
15${GEM_LIBDIR}/lib/bundler/cli/add.rb 16${GEM_LIBDIR}/lib/bundler/cli/add.rb
16${GEM_LIBDIR}/lib/bundler/cli/binstubs.rb 17${GEM_LIBDIR}/lib/bundler/cli/binstubs.rb
17${GEM_LIBDIR}/lib/bundler/cli/cache.rb 18${GEM_LIBDIR}/lib/bundler/cli/cache.rb
18${GEM_LIBDIR}/lib/bundler/cli/check.rb 19${GEM_LIBDIR}/lib/bundler/cli/check.rb
19${GEM_LIBDIR}/lib/bundler/cli/clean.rb 20${GEM_LIBDIR}/lib/bundler/cli/clean.rb
20${GEM_LIBDIR}/lib/bundler/cli/common.rb 21${GEM_LIBDIR}/lib/bundler/cli/common.rb
21${GEM_LIBDIR}/lib/bundler/cli/config.rb 22${GEM_LIBDIR}/lib/bundler/cli/config.rb
22${GEM_LIBDIR}/lib/bundler/cli/console.rb 23${GEM_LIBDIR}/lib/bundler/cli/console.rb
23${GEM_LIBDIR}/lib/bundler/cli/doctor.rb 24${GEM_LIBDIR}/lib/bundler/cli/doctor.rb
24${GEM_LIBDIR}/lib/bundler/cli/exec.rb 25${GEM_LIBDIR}/lib/bundler/cli/exec.rb
@@ -59,27 +60,26 @@ ${GEM_LIBDIR}/lib/bundler/environment_pr @@ -59,27 +60,26 @@ ${GEM_LIBDIR}/lib/bundler/environment_pr
59${GEM_LIBDIR}/lib/bundler/errors.rb 60${GEM_LIBDIR}/lib/bundler/errors.rb
60${GEM_LIBDIR}/lib/bundler/feature_flag.rb 61${GEM_LIBDIR}/lib/bundler/feature_flag.rb
61${GEM_LIBDIR}/lib/bundler/fetcher.rb 62${GEM_LIBDIR}/lib/bundler/fetcher.rb
62${GEM_LIBDIR}/lib/bundler/fetcher/base.rb 63${GEM_LIBDIR}/lib/bundler/fetcher/base.rb
63${GEM_LIBDIR}/lib/bundler/fetcher/compact_index.rb 64${GEM_LIBDIR}/lib/bundler/fetcher/compact_index.rb
64${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb 65${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb
65${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb 66${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb
66${GEM_LIBDIR}/lib/bundler/fetcher/index.rb 67${GEM_LIBDIR}/lib/bundler/fetcher/index.rb
67${GEM_LIBDIR}/lib/bundler/friendly_errors.rb 68${GEM_LIBDIR}/lib/bundler/friendly_errors.rb
68${GEM_LIBDIR}/lib/bundler/gem_helper.rb 69${GEM_LIBDIR}/lib/bundler/gem_helper.rb
69${GEM_LIBDIR}/lib/bundler/gem_helpers.rb 70${GEM_LIBDIR}/lib/bundler/gem_helpers.rb
70${GEM_LIBDIR}/lib/bundler/gem_tasks.rb 71${GEM_LIBDIR}/lib/bundler/gem_tasks.rb
71${GEM_LIBDIR}/lib/bundler/gem_version_promoter.rb 72${GEM_LIBDIR}/lib/bundler/gem_version_promoter.rb
72${GEM_LIBDIR}/lib/bundler/gemdeps.rb 
73${GEM_LIBDIR}/lib/bundler/graph.rb 73${GEM_LIBDIR}/lib/bundler/graph.rb
74${GEM_LIBDIR}/lib/bundler/index.rb 74${GEM_LIBDIR}/lib/bundler/index.rb
75${GEM_LIBDIR}/lib/bundler/injector.rb 75${GEM_LIBDIR}/lib/bundler/injector.rb
76${GEM_LIBDIR}/lib/bundler/inline.rb 76${GEM_LIBDIR}/lib/bundler/inline.rb
77${GEM_LIBDIR}/lib/bundler/installer.rb 77${GEM_LIBDIR}/lib/bundler/installer.rb
78${GEM_LIBDIR}/lib/bundler/installer/gem_installer.rb 78${GEM_LIBDIR}/lib/bundler/installer/gem_installer.rb
79${GEM_LIBDIR}/lib/bundler/installer/parallel_installer.rb 79${GEM_LIBDIR}/lib/bundler/installer/parallel_installer.rb
80${GEM_LIBDIR}/lib/bundler/installer/standalone.rb 80${GEM_LIBDIR}/lib/bundler/installer/standalone.rb
81${GEM_LIBDIR}/lib/bundler/lazy_specification.rb 81${GEM_LIBDIR}/lib/bundler/lazy_specification.rb
82${GEM_LIBDIR}/lib/bundler/lockfile_generator.rb 82${GEM_LIBDIR}/lib/bundler/lockfile_generator.rb
83${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb 83${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb
84${GEM_LIBDIR}/lib/bundler/man/.document 84${GEM_LIBDIR}/lib/bundler/man/.document
85${GEM_LIBDIR}/lib/bundler/man/bundle-add.1 85${GEM_LIBDIR}/lib/bundler/man/bundle-add.1
@@ -136,37 +136,37 @@ ${GEM_LIBDIR}/lib/bundler/man/index.txt @@ -136,37 +136,37 @@ ${GEM_LIBDIR}/lib/bundler/man/index.txt
136${GEM_LIBDIR}/lib/bundler/match_platform.rb 136${GEM_LIBDIR}/lib/bundler/match_platform.rb
137${GEM_LIBDIR}/lib/bundler/mirror.rb 137${GEM_LIBDIR}/lib/bundler/mirror.rb
138${GEM_LIBDIR}/lib/bundler/plugin.rb 138${GEM_LIBDIR}/lib/bundler/plugin.rb
139${GEM_LIBDIR}/lib/bundler/plugin/api.rb 139${GEM_LIBDIR}/lib/bundler/plugin/api.rb
140${GEM_LIBDIR}/lib/bundler/plugin/api/source.rb 140${GEM_LIBDIR}/lib/bundler/plugin/api/source.rb
141${GEM_LIBDIR}/lib/bundler/plugin/dsl.rb 141${GEM_LIBDIR}/lib/bundler/plugin/dsl.rb
142${GEM_LIBDIR}/lib/bundler/plugin/events.rb 142${GEM_LIBDIR}/lib/bundler/plugin/events.rb
143${GEM_LIBDIR}/lib/bundler/plugin/index.rb 143${GEM_LIBDIR}/lib/bundler/plugin/index.rb
144${GEM_LIBDIR}/lib/bundler/plugin/installer.rb 144${GEM_LIBDIR}/lib/bundler/plugin/installer.rb
145${GEM_LIBDIR}/lib/bundler/plugin/installer/git.rb 145${GEM_LIBDIR}/lib/bundler/plugin/installer/git.rb
146${GEM_LIBDIR}/lib/bundler/plugin/installer/rubygems.rb 146${GEM_LIBDIR}/lib/bundler/plugin/installer/rubygems.rb
147${GEM_LIBDIR}/lib/bundler/plugin/source_list.rb 147${GEM_LIBDIR}/lib/bundler/plugin/source_list.rb
148${GEM_LIBDIR}/lib/bundler/process_lock.rb 148${GEM_LIBDIR}/lib/bundler/process_lock.rb
149${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb 
150${GEM_LIBDIR}/lib/bundler/remote_specification.rb 149${GEM_LIBDIR}/lib/bundler/remote_specification.rb
151${GEM_LIBDIR}/lib/bundler/resolver.rb 150${GEM_LIBDIR}/lib/bundler/resolver.rb
152${GEM_LIBDIR}/lib/bundler/resolver/spec_group.rb 151${GEM_LIBDIR}/lib/bundler/resolver/spec_group.rb
153${GEM_LIBDIR}/lib/bundler/retry.rb 152${GEM_LIBDIR}/lib/bundler/retry.rb
154${GEM_LIBDIR}/lib/bundler/ruby_dsl.rb 153${GEM_LIBDIR}/lib/bundler/ruby_dsl.rb
155${GEM_LIBDIR}/lib/bundler/ruby_version.rb 154${GEM_LIBDIR}/lib/bundler/ruby_version.rb
156${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb 155${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb
157${GEM_LIBDIR}/lib/bundler/rubygems_gem_installer.rb 156${GEM_LIBDIR}/lib/bundler/rubygems_gem_installer.rb
158${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb 157${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb
159${GEM_LIBDIR}/lib/bundler/runtime.rb 158${GEM_LIBDIR}/lib/bundler/runtime.rb
 159${GEM_LIBDIR}/lib/bundler/self_manager.rb
160${GEM_LIBDIR}/lib/bundler/settings.rb 160${GEM_LIBDIR}/lib/bundler/settings.rb
161${GEM_LIBDIR}/lib/bundler/settings/validator.rb 161${GEM_LIBDIR}/lib/bundler/settings/validator.rb
162${GEM_LIBDIR}/lib/bundler/setup.rb 162${GEM_LIBDIR}/lib/bundler/setup.rb
163${GEM_LIBDIR}/lib/bundler/shared_helpers.rb 163${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
164${GEM_LIBDIR}/lib/bundler/similarity_detector.rb 164${GEM_LIBDIR}/lib/bundler/similarity_detector.rb
165${GEM_LIBDIR}/lib/bundler/source.rb 165${GEM_LIBDIR}/lib/bundler/source.rb
166${GEM_LIBDIR}/lib/bundler/source/gemspec.rb 166${GEM_LIBDIR}/lib/bundler/source/gemspec.rb
167${GEM_LIBDIR}/lib/bundler/source/git.rb 167${GEM_LIBDIR}/lib/bundler/source/git.rb
168${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb 168${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb
169${GEM_LIBDIR}/lib/bundler/source/metadata.rb 169${GEM_LIBDIR}/lib/bundler/source/metadata.rb
170${GEM_LIBDIR}/lib/bundler/source/path.rb 170${GEM_LIBDIR}/lib/bundler/source/path.rb
171${GEM_LIBDIR}/lib/bundler/source/path/installer.rb 171${GEM_LIBDIR}/lib/bundler/source/path/installer.rb
172${GEM_LIBDIR}/lib/bundler/source/rubygems.rb 172${GEM_LIBDIR}/lib/bundler/source/rubygems.rb
@@ -197,28 +197,28 @@ ${GEM_LIBDIR}/lib/bundler/templates/newg @@ -197,28 +197,28 @@ ${GEM_LIBDIR}/lib/bundler/templates/newg
197${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt 197${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
198${GEM_LIBDIR}/lib/bundler/templates/newgem/github/workflows/main.yml.tt 198${GEM_LIBDIR}/lib/bundler/templates/newgem/github/workflows/main.yml.tt
199${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt 199${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt
200${GEM_LIBDIR}/lib/bundler/templates/newgem/gitlab-ci.yml.tt 200${GEM_LIBDIR}/lib/bundler/templates/newgem/gitlab-ci.yml.tt
201${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt 201${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt
202${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt 202${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
203${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt 203${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt
204${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt 204${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt
205${GEM_LIBDIR}/lib/bundler/templates/newgem/rubocop.yml.tt 205${GEM_LIBDIR}/lib/bundler/templates/newgem/rubocop.yml.tt
206${GEM_LIBDIR}/lib/bundler/templates/newgem/sig/newgem.rbs.tt 206${GEM_LIBDIR}/lib/bundler/templates/newgem/sig/newgem.rbs.tt
207${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt 207${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
208${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt 208${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
209${GEM_LIBDIR}/lib/bundler/templates/newgem/standard.yml.tt 209${GEM_LIBDIR}/lib/bundler/templates/newgem/standard.yml.tt
210${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/newgem_test.rb.tt 
211${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
 211${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt
212${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt 212${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt
213${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt 213${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt
214${GEM_LIBDIR}/lib/bundler/templates/newgem/travis.yml.tt 214${GEM_LIBDIR}/lib/bundler/templates/newgem/travis.yml.tt
215${GEM_LIBDIR}/lib/bundler/ui.rb 215${GEM_LIBDIR}/lib/bundler/ui.rb
216${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb 216${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb
217${GEM_LIBDIR}/lib/bundler/ui/shell.rb 217${GEM_LIBDIR}/lib/bundler/ui/shell.rb
218${GEM_LIBDIR}/lib/bundler/ui/silent.rb 218${GEM_LIBDIR}/lib/bundler/ui/silent.rb
219${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb 219${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb
220${GEM_LIBDIR}/lib/bundler/vendor/.document 220${GEM_LIBDIR}/lib/bundler/vendor/.document
221${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/LICENSE 221${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/LICENSE
222${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool.rb 222${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
223${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb 223${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
224${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb 224${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
@@ -290,26 +290,28 @@ ${GEM_LIBDIR}/lib/bundler/vendor/uri/LIC @@ -290,26 +290,28 @@ ${GEM_LIBDIR}/lib/bundler/vendor/uri/LIC
290${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri.rb 290${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri.rb
291${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/common.rb 291${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/common.rb
292${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/file.rb 292${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/file.rb
293${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ftp.rb 293${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ftp.rb
294${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/generic.rb 294${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/generic.rb
295${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/http.rb 295${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/http.rb
296${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/https.rb 296${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/https.rb
297${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldap.rb 297${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldap.rb
298${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldaps.rb 298${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldaps.rb
299${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/mailto.rb 299${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/mailto.rb
300${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb 300${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
301${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb 301${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
302${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/version.rb 302${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/version.rb
 303${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ws.rb
 304${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/wss.rb
303${GEM_LIBDIR}/lib/bundler/vendored_fileutils.rb 305${GEM_LIBDIR}/lib/bundler/vendored_fileutils.rb
304${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb 306${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb
305${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb 307${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb
306${GEM_LIBDIR}/lib/bundler/vendored_thor.rb 308${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
307${GEM_LIBDIR}/lib/bundler/vendored_tmpdir.rb 309${GEM_LIBDIR}/lib/bundler/vendored_tmpdir.rb
308${GEM_LIBDIR}/lib/bundler/vendored_tsort.rb 310${GEM_LIBDIR}/lib/bundler/vendored_tsort.rb
309${GEM_LIBDIR}/lib/bundler/vendored_uri.rb 311${GEM_LIBDIR}/lib/bundler/vendored_uri.rb
310${GEM_LIBDIR}/lib/bundler/version.rb 312${GEM_LIBDIR}/lib/bundler/version.rb
311${GEM_LIBDIR}/lib/bundler/version_ranges.rb 313${GEM_LIBDIR}/lib/bundler/version_ranges.rb
312${GEM_LIBDIR}/lib/bundler/vlad.rb 314${GEM_LIBDIR}/lib/bundler/vlad.rb
313${GEM_LIBDIR}/lib/bundler/worker.rb 315${GEM_LIBDIR}/lib/bundler/worker.rb
314${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb 316${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb
315${GEM_HOME}/specifications/${GEM_NAME}.gemspec 317${GEM_HOME}/specifications/${GEM_NAME}.gemspec

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

--- pkgsrc/misc/ruby-bundler/Attic/distinfo 2021/12/08 14:51:21 1.51
+++ pkgsrc/misc/ruby-bundler/Attic/distinfo 2022/02/13 06:47:15 1.52
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.51 2021/12/08 14:51:21 taca Exp $ 1$NetBSD: distinfo,v 1.52 2022/02/13 06:47:15 taca Exp $
2 2
3BLAKE2s (bundler-2.2.33.gem) = a4b751ab8d7750a83e6fe3f3787366af96a26aa54cf221f17858ed88f10eec52 3BLAKE2s (bundler-2.3.7.gem) = f4eb01398793fc179562109fadc1c95e67c24b8f3206d3daf7c6f5b110595b4b
4SHA512 (bundler-2.2.33.gem) = 8ac6bc00eb7a206fbd4e0d0de5d636583f48006b51352e50896230afba1098aeae2418694c8592f73af02612fe8e10dacd71b79804b724fad7633b23c81f1d14 4SHA512 (bundler-2.3.7.gem) = 9eb0e403c36fe0a65b857bef311748ff898955d9ad89b7d2d09031b23deec5a13eaa5f941deed58811a7f149dfb2f08d999b6d014f731af17653c375e4d18373
5Size (bundler-2.2.33.gem) = 401920 bytes 5Size (bundler-2.3.7.gem) = 403968 bytes