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
This commit is contained in:
parent
2a44c89e6f
commit
ba285bfed2
3 changed files with 19 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.50 2021/09/19 16:45:22 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2021/11/23 14:47:35 taca Exp $
|
||||
|
||||
DISTNAME= bundler-2.2.27
|
||||
DISTNAME= bundler-2.2.32
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.30 2021/05/30 11:08:38 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.31 2021/11/23 14:47:35 taca Exp $
|
||||
bin/bundle2-${RUBY_SUFFIX}
|
||||
bin/bundler2-${RUBY_SUFFIX}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
|
@ -51,6 +51,7 @@ ${GEM_LIBDIR}/lib/bundler/dep_proxy.rb
|
|||
${GEM_LIBDIR}/lib/bundler/dependency.rb
|
||||
${GEM_LIBDIR}/lib/bundler/deployment.rb
|
||||
${GEM_LIBDIR}/lib/bundler/deprecate.rb
|
||||
${GEM_LIBDIR}/lib/bundler/digest.rb
|
||||
${GEM_LIBDIR}/lib/bundler/dsl.rb
|
||||
${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb
|
||||
${GEM_LIBDIR}/lib/bundler/env.rb
|
||||
|
@ -204,6 +205,7 @@ ${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/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/test-unit/newgem_test.rb.tt
|
||||
|
@ -214,11 +216,14 @@ ${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb
|
|||
${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/connection_pool/LICENSE
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/monotonic_time.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/fileutils/LICENSE.txt
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/fileutils/lib/fileutils.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/LICENSE
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.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
|
||||
|
@ -239,10 +244,12 @@ ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
|
|||
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/README.rdoc
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/thor/LICENSE.md
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
|
||||
|
@ -275,6 +282,9 @@ ${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/tsort/LICENSE.txt
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/tsort/lib/tsort.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendor/uri/LICENSE.txt
|
||||
${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
|
||||
|
@ -293,6 +303,7 @@ ${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_tsort.rb
|
||||
${GEM_LIBDIR}/lib/bundler/vendored_uri.rb
|
||||
${GEM_LIBDIR}/lib/bundler/version.rb
|
||||
${GEM_LIBDIR}/lib/bundler/version_ranges.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.49 2021/10/26 10:59:28 nia Exp $
|
||||
$NetBSD: distinfo,v 1.50 2021/11/23 14:47:35 taca Exp $
|
||||
|
||||
BLAKE2s (bundler-2.2.27.gem) = c3b884571bddad2b0b15a9e53d7f9ffa72fcf3adcd8dcdf0cf295e2682e93090
|
||||
SHA512 (bundler-2.2.27.gem) = b3146854ff27738d4a8d8f9086f88aaf0cc9ef5d361050a3beba3524c01991af1273c86d6cfb71bc3020d41ea5f2fadb90af76a9ec8e21beee96c43422e9143a
|
||||
Size (bundler-2.2.27.gem) = 391680 bytes
|
||||
BLAKE2s (bundler-2.2.32.gem) = 5d07026ccf3bdbb929c27fe7d29c9104d1ec3e726ed3d512bf7bdbc9c5d4b349
|
||||
SHA512 (bundler-2.2.32.gem) = 4aeaacd147aa3f8202c317eb06e2709ed89f2669cbc37a2ad5bd7c4a3e8cc2506a0b03bee193b49f3e4cc2fd50eea431b4ae8705fe431df111d7cc24595b8e82
|
||||
Size (bundler-2.2.32.gem) = 401408 bytes
|
||||
|
|
Loading…
Reference in a new issue