rubygems-update 3.0.3 → 3.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5556 -0
- data/CODE_OF_CONDUCT.md +62 -24
- data/CONTRIBUTING.md +111 -21
- data/MAINTAINERS.txt +1 -6
- data/Manifest.txt +209 -101
- data/POLICIES.md +65 -22
- data/README.md +23 -15
- data/UPGRADING.md +5 -81
- data/bin/gem +2 -16
- data/bin/update_rubygems +5 -5
- data/bundler/CHANGELOG.md +2619 -1256
- data/bundler/LICENSE.md +18 -19
- data/bundler/README.md +11 -12
- data/bundler/UPGRADING.md +222 -0
- data/bundler/bundler.gemspec +13 -33
- data/bundler/exe/bundle +26 -11
- data/bundler/exe/bundler +1 -1
- data/bundler/lib/bundler/.document +1 -0
- data/bundler/lib/bundler/build_metadata.rb +5 -13
- data/bundler/lib/bundler/capistrano.rb +4 -4
- data/bundler/lib/bundler/cli/add.rb +28 -16
- data/bundler/lib/bundler/cli/binstubs.rb +11 -3
- data/bundler/lib/bundler/cli/cache.rb +24 -17
- data/bundler/lib/bundler/cli/check.rb +5 -3
- data/bundler/lib/bundler/cli/clean.rb +1 -1
- data/bundler/lib/bundler/cli/common.rb +41 -13
- data/bundler/lib/bundler/cli/config.rb +170 -86
- data/bundler/lib/bundler/cli/console.rb +3 -3
- data/bundler/lib/bundler/cli/doctor.rb +27 -10
- data/bundler/lib/bundler/cli/exec.rb +8 -25
- data/bundler/lib/bundler/cli/fund.rb +36 -0
- data/bundler/lib/bundler/cli/gem.rb +261 -48
- data/bundler/lib/bundler/cli/info.rb +52 -8
- data/bundler/lib/bundler/cli/init.rb +7 -3
- data/bundler/lib/bundler/cli/inject.rb +1 -1
- data/bundler/lib/bundler/cli/install.rb +38 -66
- data/bundler/lib/bundler/cli/issue.rb +8 -7
- data/bundler/lib/bundler/cli/list.rb +19 -11
- data/bundler/lib/bundler/cli/lock.rb +11 -4
- data/bundler/lib/bundler/cli/open.rb +14 -9
- data/bundler/lib/bundler/cli/outdated.rb +152 -121
- data/bundler/lib/bundler/cli/platform.rb +2 -2
- data/bundler/lib/bundler/cli/plugin.rb +19 -2
- data/bundler/lib/bundler/cli/pristine.rb +6 -1
- data/bundler/lib/bundler/cli/remove.rb +1 -2
- data/bundler/lib/bundler/cli/show.rb +3 -3
- data/bundler/lib/bundler/cli/update.rb +49 -18
- data/bundler/lib/bundler/cli/viz.rb +1 -1
- data/bundler/lib/bundler/cli.rb +269 -165
- data/bundler/lib/bundler/compact_index_client/cache.rb +7 -24
- data/bundler/lib/bundler/compact_index_client/gem_parser.rb +28 -0
- data/bundler/lib/bundler/compact_index_client/updater.rb +58 -57
- data/bundler/lib/bundler/compact_index_client.rb +28 -18
- data/bundler/lib/bundler/constants.rb +1 -1
- data/bundler/lib/bundler/current_ruby.rb +26 -11
- data/bundler/lib/bundler/definition.rb +359 -441
- data/bundler/lib/bundler/dependency.rb +29 -71
- data/bundler/lib/bundler/deployment.rb +1 -1
- data/bundler/lib/bundler/digest.rb +71 -0
- data/bundler/lib/bundler/dsl.rb +84 -116
- data/bundler/lib/bundler/endpoint_specification.rb +20 -14
- data/bundler/lib/bundler/env.rb +10 -15
- data/bundler/lib/bundler/environment_preserver.rb +30 -3
- data/bundler/lib/bundler/errors.rb +31 -14
- data/bundler/lib/bundler/feature_flag.rb +13 -33
- data/bundler/lib/bundler/fetcher/base.rb +7 -9
- data/bundler/lib/bundler/fetcher/compact_index.rb +46 -39
- data/bundler/lib/bundler/fetcher/dependency.rb +2 -2
- data/bundler/lib/bundler/fetcher/downloader.rb +15 -12
- data/bundler/lib/bundler/fetcher/index.rb +4 -30
- data/bundler/lib/bundler/fetcher.rb +39 -41
- data/bundler/lib/bundler/force_platform.rb +18 -0
- data/bundler/lib/bundler/friendly_errors.rb +49 -54
- data/bundler/lib/bundler/gem_helper.rb +79 -43
- data/bundler/lib/bundler/gem_helpers.rb +44 -28
- data/bundler/lib/bundler/gem_tasks.rb +1 -1
- data/bundler/lib/bundler/gem_version_promoter.rb +54 -99
- data/bundler/lib/bundler/graph.rb +5 -5
- data/bundler/lib/bundler/index.rb +14 -52
- data/bundler/lib/bundler/injector.rb +50 -16
- data/bundler/lib/bundler/inline.rb +28 -29
- data/bundler/lib/bundler/installer/gem_installer.rb +22 -23
- data/bundler/lib/bundler/installer/parallel_installer.rb +51 -51
- data/bundler/lib/bundler/installer/standalone.rb +62 -12
- data/bundler/lib/bundler/installer.rb +46 -97
- data/bundler/lib/bundler/lazy_specification.rb +88 -48
- data/bundler/lib/bundler/lockfile_generator.rb +3 -3
- data/bundler/lib/bundler/lockfile_parser.rb +30 -62
- data/bundler/{man → lib/bundler/man}/bundle-add.1 +29 -5
- data/bundler/{man/bundle-add.ronn → lib/bundler/man/bundle-add.1.ronn} +22 -4
- data/bundler/{man → lib/bundler/man}/bundle-binstubs.1 +6 -4
- data/bundler/{man/bundle-binstubs.ronn → lib/bundler/man/bundle-binstubs.1.ronn} +3 -5
- data/bundler/lib/bundler/man/bundle-cache.1 +61 -0
- data/bundler/{man/bundle-package.ronn → lib/bundler/man/bundle-cache.1.ronn} +22 -15
- data/bundler/{man → lib/bundler/man}/bundle-check.1 +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-clean.1 +2 -2
- data/bundler/{man/bundle-clean.ronn → lib/bundler/man/bundle-clean.1.ronn} +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-config.1 +78 -60
- data/bundler/{man/bundle-config.ronn → lib/bundler/man/bundle-config.1.ronn} +96 -85
- data/bundler/lib/bundler/man/bundle-console.1 +53 -0
- data/bundler/lib/bundler/man/bundle-console.1.ronn +44 -0
- data/bundler/{man → lib/bundler/man}/bundle-doctor.1 +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-exec.1 +6 -6
- data/bundler/{man/bundle-exec.ronn → lib/bundler/man/bundle-exec.1.ronn} +6 -6
- data/bundler/lib/bundler/man/bundle-gem.1 +105 -0
- data/bundler/lib/bundler/man/bundle-gem.1.ronn +117 -0
- data/bundler/lib/bundler/man/bundle-help.1 +13 -0
- data/bundler/lib/bundler/man/bundle-help.1.ronn +12 -0
- data/bundler/{man → lib/bundler/man}/bundle-info.1 +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-init.1 +6 -2
- data/bundler/{man/bundle-init.ronn → lib/bundler/man/bundle-init.1.ronn} +3 -1
- data/bundler/{man → lib/bundler/man}/bundle-inject.1 +5 -2
- data/bundler/{man/bundle-inject.ronn → lib/bundler/man/bundle-inject.1.ronn} +3 -1
- data/bundler/{man → lib/bundler/man}/bundle-install.1 +42 -37
- data/bundler/{man/bundle-install.ronn → lib/bundler/man/bundle-install.1.ronn} +42 -38
- data/bundler/{man → lib/bundler/man}/bundle-list.1 +7 -7
- data/bundler/{man/bundle-list.ronn → lib/bundler/man/bundle-list.1.ronn} +6 -6
- data/bundler/{man → lib/bundler/man}/bundle-lock.1 +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-open.1 +22 -2
- data/bundler/{man/bundle-open.ronn → lib/bundler/man/bundle-open.1.ronn} +9 -1
- data/bundler/{man → lib/bundler/man}/bundle-outdated.1 +3 -10
- data/bundler/{man/bundle-outdated.ronn → lib/bundler/man/bundle-outdated.1.ronn} +1 -10
- data/bundler/{man → lib/bundler/man}/bundle-platform.1 +16 -6
- data/bundler/{man/bundle-platform.ronn → lib/bundler/man/bundle-platform.1.ronn} +14 -7
- data/bundler/lib/bundler/man/bundle-plugin.1 +81 -0
- data/bundler/lib/bundler/man/bundle-plugin.1.ronn +59 -0
- data/bundler/{man → lib/bundler/man}/bundle-pristine.1 +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-remove.1 +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-show.1 +1 -1
- data/bundler/{man → lib/bundler/man}/bundle-update.1 +8 -8
- data/bundler/{man/bundle-update.ronn → lib/bundler/man/bundle-update.1.ronn} +8 -7
- data/bundler/lib/bundler/man/bundle-version.1 +35 -0
- data/bundler/lib/bundler/man/bundle-version.1.ronn +24 -0
- data/bundler/{man → lib/bundler/man}/bundle-viz.1 +4 -1
- data/bundler/{man/bundle-viz.ronn → lib/bundler/man/bundle-viz.1.ronn} +2 -0
- data/bundler/{man → lib/bundler/man}/bundle.1 +17 -12
- data/bundler/{man/bundle.ronn → lib/bundler/man/bundle.1.ronn} +14 -9
- data/bundler/lib/bundler/man/gemfile.5 +723 -0
- data/bundler/{man → lib/bundler/man}/gemfile.5.ronn +112 -95
- data/bundler/lib/bundler/man/index.txt +29 -0
- data/bundler/lib/bundler/match_metadata.rb +13 -0
- data/bundler/lib/bundler/match_platform.rb +1 -2
- data/bundler/lib/bundler/match_remote_metadata.rb +29 -0
- data/bundler/lib/bundler/mirror.rb +10 -12
- data/bundler/lib/bundler/plugin/api/source.rb +29 -15
- data/bundler/lib/bundler/plugin/api.rb +1 -1
- data/bundler/lib/bundler/plugin/dsl.rb +1 -1
- data/bundler/lib/bundler/plugin/index.rb +31 -8
- data/bundler/lib/bundler/plugin/installer/git.rb +0 -4
- data/bundler/lib/bundler/plugin/installer/rubygems.rb +1 -9
- data/bundler/lib/bundler/plugin/installer.rb +35 -22
- data/bundler/lib/bundler/plugin/source_list.rb +5 -1
- data/bundler/lib/bundler/plugin.rb +102 -42
- data/bundler/lib/bundler/process_lock.rb +1 -1
- data/bundler/lib/bundler/remote_specification.rb +15 -8
- data/bundler/lib/bundler/resolver/base.rb +77 -0
- data/bundler/lib/bundler/resolver/candidate.rb +94 -0
- data/bundler/lib/bundler/resolver/incompatibility.rb +15 -0
- data/bundler/lib/bundler/resolver/package.rb +72 -0
- data/bundler/lib/bundler/resolver/root.rb +25 -0
- data/bundler/lib/bundler/resolver/spec_group.rb +49 -73
- data/bundler/lib/bundler/resolver.rb +343 -300
- data/bundler/lib/bundler/retry.rb +4 -4
- data/bundler/lib/bundler/ruby_dsl.rb +1 -1
- data/bundler/lib/bundler/ruby_version.rb +9 -37
- data/bundler/lib/bundler/rubygems_ext.rb +235 -92
- data/bundler/lib/bundler/rubygems_gem_installer.rb +87 -21
- data/bundler/lib/bundler/rubygems_integration.rb +179 -515
- data/bundler/lib/bundler/runtime.rb +25 -40
- data/bundler/lib/bundler/self_manager.rb +168 -0
- data/bundler/lib/bundler/settings.rb +162 -118
- data/bundler/lib/bundler/setup.rb +11 -12
- data/bundler/lib/bundler/shared_helpers.rb +61 -102
- data/bundler/lib/bundler/similarity_detector.rb +3 -3
- data/bundler/lib/bundler/source/git/git_proxy.rb +257 -128
- data/bundler/lib/bundler/source/git.rb +84 -61
- data/bundler/lib/bundler/source/metadata.rb +9 -9
- data/bundler/lib/bundler/source/path/installer.rb +11 -32
- data/bundler/lib/bundler/source/path.rb +28 -17
- data/bundler/lib/bundler/source/rubygems/remote.rb +3 -4
- data/bundler/lib/bundler/source/rubygems.rb +171 -197
- data/bundler/lib/bundler/source/rubygems_aggregate.rb +68 -0
- data/bundler/lib/bundler/source.rb +30 -10
- data/bundler/lib/bundler/source_list.rb +112 -67
- data/bundler/lib/bundler/source_map.rb +71 -0
- data/bundler/lib/bundler/spec_set.rb +86 -72
- data/bundler/lib/bundler/stub_specification.rb +45 -37
- data/bundler/lib/bundler/templates/Executable +3 -5
- data/bundler/lib/bundler/templates/Executable.bundler +21 -17
- data/bundler/lib/bundler/templates/Executable.standalone +4 -4
- data/bundler/lib/bundler/templates/Gemfile +0 -2
- data/bundler/lib/bundler/templates/newgem/CHANGELOG.md.tt +5 -0
- data/bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt +57 -47
- data/bundler/lib/bundler/templates/newgem/Cargo.toml.tt +7 -0
- data/bundler/lib/bundler/templates/newgem/Gemfile.tt +22 -2
- data/bundler/lib/bundler/templates/newgem/README.md.tt +13 -15
- data/bundler/lib/bundler/templates/newgem/Rakefile.tt +33 -5
- data/bundler/lib/bundler/templates/newgem/bin/console.tt +1 -0
- data/bundler/lib/bundler/templates/newgem/circleci/config.yml.tt +25 -0
- data/bundler/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt +15 -0
- data/bundler/lib/bundler/templates/newgem/ext/newgem/{extconf.rb.tt → extconf-c.rb.tt} +2 -0
- data/bundler/lib/bundler/templates/newgem/ext/newgem/extconf-rust.rb.tt +6 -0
- data/bundler/lib/bundler/templates/newgem/ext/newgem/src/lib.rs.tt +12 -0
- data/bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt +37 -0
- data/bundler/lib/bundler/templates/newgem/gitignore.tt +3 -0
- data/bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt +18 -0
- data/bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt +2 -0
- data/bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt +4 -2
- data/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt +36 -41
- data/bundler/lib/bundler/templates/newgem/rubocop.yml.tt +13 -0
- data/bundler/lib/bundler/templates/newgem/sig/newgem.rbs.tt +8 -0
- data/bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt +2 -0
- data/bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt +2 -1
- data/bundler/lib/bundler/templates/newgem/standard.yml.tt +3 -0
- data/bundler/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt +6 -0
- data/bundler/lib/bundler/templates/newgem/test/{newgem_test.rb.tt → minitest/test_newgem.rb.tt} +3 -1
- data/bundler/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt +15 -0
- data/bundler/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt +6 -0
- data/bundler/lib/bundler/ui/rg_proxy.rb +1 -1
- data/bundler/lib/bundler/ui/shell.rb +39 -20
- data/bundler/lib/bundler/ui/silent.rb +21 -5
- data/bundler/lib/bundler/ui.rb +3 -3
- data/bundler/lib/bundler/uri_credentials_filter.rb +10 -4
- data/bundler/lib/bundler/vendor/.document +1 -0
- data/bundler/lib/bundler/vendor/connection_pool/LICENSE +20 -0
- data/bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb +174 -0
- data/bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb +3 -0
- data/bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb +56 -0
- data/bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb +128 -0
- data/bundler/lib/bundler/vendor/fileutils/LICENSE.txt +22 -0
- data/bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb +1493 -425
- data/bundler/lib/bundler/vendor/net-http-persistent/README.rdoc +82 -0
- data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb +40 -0
- data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb +53 -0
- data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb +79 -0
- data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +302 -462
- data/bundler/lib/bundler/vendor/pub_grub/LICENSE.txt +21 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb +20 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/basic_package_source.rb +189 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/failure_writer.rb +182 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb +155 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/package.rb +43 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/partial_solution.rb +121 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/rubygems.rb +45 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb +19 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/static_package_source.rb +60 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/term.rb +105 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version.rb +3 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb +129 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb +411 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb +243 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb +178 -0
- data/bundler/lib/bundler/vendor/pub_grub/lib/pub_grub.rb +31 -0
- data/bundler/lib/bundler/vendor/thor/LICENSE.md +20 -0
- data/bundler/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb +1 -1
- data/bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +3 -2
- data/bundler/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +7 -17
- data/bundler/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +25 -14
- data/bundler/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +20 -10
- data/bundler/lib/bundler/vendor/thor/lib/thor/actions.rb +34 -15
- data/bundler/lib/bundler/vendor/thor/lib/thor/base.rb +63 -43
- data/bundler/lib/bundler/vendor/thor/lib/thor/command.rb +21 -14
- data/bundler/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb +6 -0
- data/bundler/lib/bundler/vendor/thor/lib/thor/error.rb +83 -0
- data/bundler/lib/bundler/vendor/thor/lib/thor/group.rb +3 -3
- data/bundler/lib/bundler/vendor/thor/lib/thor/invocation.rb +1 -0
- data/bundler/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +1 -1
- data/bundler/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +6 -6
- data/bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb +2 -2
- data/bundler/lib/bundler/vendor/thor/lib/thor/nested_context.rb +29 -0
- data/bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +7 -3
- data/bundler/lib/bundler/vendor/thor/lib/thor/parser/option.rb +20 -7
- data/bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb +40 -6
- data/bundler/lib/bundler/vendor/thor/lib/thor/parser.rb +4 -4
- data/bundler/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +1 -0
- data/bundler/lib/bundler/vendor/thor/lib/thor/runner.rb +15 -14
- data/bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +88 -13
- data/bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb +10 -2
- data/bundler/lib/bundler/vendor/thor/lib/thor/shell/html.rb +3 -3
- data/bundler/lib/bundler/vendor/thor/lib/thor/shell.rb +5 -5
- data/bundler/lib/bundler/vendor/thor/lib/thor/util.rb +18 -2
- data/bundler/lib/bundler/vendor/thor/lib/thor/version.rb +1 -1
- data/bundler/lib/bundler/vendor/thor/lib/thor.rb +16 -9
- data/bundler/lib/bundler/vendor/tsort/LICENSE.txt +22 -0
- data/bundler/lib/bundler/vendor/tsort/lib/tsort.rb +452 -0
- data/bundler/lib/bundler/vendor/uri/LICENSE.txt +22 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/common.rb +729 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/file.rb +100 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/ftp.rb +267 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/generic.rb +1587 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/http.rb +125 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/https.rb +23 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/ldap.rb +261 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/ldaps.rb +22 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/mailto.rb +293 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb +539 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb +119 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/version.rb +6 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/ws.rb +83 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri/wss.rb +23 -0
- data/bundler/lib/bundler/vendor/uri/lib/uri.rb +104 -0
- data/bundler/lib/bundler/vendored_fileutils.rb +1 -6
- data/bundler/lib/bundler/vendored_persistent.rb +2 -39
- data/bundler/lib/bundler/{vendored_molinillo.rb → vendored_pub_grub.rb} +1 -1
- data/bundler/lib/bundler/vendored_thor.rb +2 -2
- data/bundler/lib/bundler/vendored_tsort.rb +4 -0
- data/bundler/lib/bundler/vendored_uri.rb +4 -0
- data/bundler/lib/bundler/version.rb +5 -20
- data/bundler/lib/bundler/vlad.rb +2 -2
- data/bundler/lib/bundler/worker.rb +26 -15
- data/bundler/lib/bundler/yaml_serializer.rb +3 -4
- data/bundler/lib/bundler.rb +285 -183
- data/hide_lib_for_update/note.txt +0 -4
- data/lib/rubygems/available_set.rb +7 -8
- data/lib/rubygems/basic_specification.rb +44 -31
- data/lib/rubygems/bundler_version_finder.rb +28 -50
- data/lib/rubygems/command.rb +104 -46
- data/lib/rubygems/command_manager.rb +35 -16
- data/lib/rubygems/commands/build_command.rb +77 -26
- data/lib/rubygems/commands/cert_command.rb +78 -76
- data/lib/rubygems/commands/check_command.rb +20 -22
- data/lib/rubygems/commands/cleanup_command.rb +36 -32
- data/lib/rubygems/commands/contents_command.rb +16 -18
- data/lib/rubygems/commands/dependency_command.rb +39 -50
- data/lib/rubygems/commands/environment_command.rb +11 -13
- data/lib/rubygems/commands/fetch_command.rb +33 -16
- data/lib/rubygems/commands/generate_index_command.rb +18 -17
- data/lib/rubygems/commands/help_command.rb +7 -7
- data/lib/rubygems/commands/info_command.rb +11 -6
- data/lib/rubygems/commands/install_command.rb +45 -79
- data/lib/rubygems/commands/list_command.rb +9 -8
- data/lib/rubygems/commands/lock_command.rb +7 -9
- data/lib/rubygems/commands/mirror_command.rb +3 -4
- data/lib/rubygems/commands/open_command.rb +11 -14
- data/lib/rubygems/commands/outdated_command.rb +5 -6
- data/lib/rubygems/commands/owner_command.rb +29 -22
- data/lib/rubygems/commands/pristine_command.rb +61 -51
- data/lib/rubygems/commands/push_command.rb +26 -63
- data/lib/rubygems/commands/query_command.rb +21 -337
- data/lib/rubygems/commands/rdoc_command.rb +26 -26
- data/lib/rubygems/commands/search_command.rb +8 -8
- data/lib/rubygems/commands/server_command.rb +16 -77
- data/lib/rubygems/commands/setup_command.rb +282 -241
- data/lib/rubygems/commands/signin_command.rb +9 -10
- data/lib/rubygems/commands/signout_command.rb +7 -9
- data/lib/rubygems/commands/sources_command.rb +42 -26
- data/lib/rubygems/commands/specification_command.rb +25 -20
- data/lib/rubygems/commands/stale_command.rb +3 -3
- data/lib/rubygems/commands/uninstall_command.rb +58 -49
- data/lib/rubygems/commands/unpack_command.rb +15 -44
- data/lib/rubygems/commands/update_command.rb +133 -81
- data/lib/rubygems/commands/which_command.rb +8 -11
- data/lib/rubygems/commands/yank_command.rb +22 -19
- data/lib/rubygems/compatibility.rb +7 -5
- data/lib/rubygems/config_file.rb +101 -47
- data/lib/rubygems/core_ext/kernel_gem.rb +8 -12
- data/lib/rubygems/core_ext/kernel_require.rb +124 -83
- data/lib/rubygems/core_ext/kernel_warn.rb +35 -30
- data/lib/rubygems/core_ext/tcpsocket_init.rb +52 -0
- data/lib/rubygems/defaults.rb +131 -55
- data/lib/rubygems/dependency.rb +44 -27
- data/lib/rubygems/dependency_installer.rb +49 -205
- data/lib/rubygems/dependency_list.rb +24 -25
- data/lib/rubygems/deprecate.rb +106 -12
- data/lib/rubygems/doctor.rb +22 -22
- data/lib/rubygems/errors.rb +8 -14
- data/lib/rubygems/exceptions.rb +35 -33
- data/lib/rubygems/ext/build_error.rb +2 -0
- data/lib/rubygems/ext/builder.rb +71 -95
- data/lib/rubygems/ext/cargo_builder/link_flag_converter.rb +27 -0
- data/lib/rubygems/ext/cargo_builder.rb +360 -0
- data/lib/rubygems/ext/cmake_builder.rb +6 -7
- data/lib/rubygems/ext/configure_builder.rb +5 -8
- data/lib/rubygems/ext/ext_conf_builder.rb +45 -65
- data/lib/rubygems/ext/rake_builder.rb +7 -10
- data/lib/rubygems/ext.rb +7 -6
- data/lib/rubygems/gem_runner.rb +15 -26
- data/lib/rubygems/gemcutter_utilities.rb +179 -54
- data/lib/rubygems/indexer.rb +38 -53
- data/lib/rubygems/install_default_message.rb +2 -2
- data/lib/rubygems/install_message.rb +2 -2
- data/lib/rubygems/install_update_options.rb +73 -64
- data/lib/rubygems/installer.rb +230 -173
- data/lib/rubygems/installer_uninstaller_utils.rb +29 -0
- data/lib/rubygems/local_remote_options.rb +22 -24
- data/lib/rubygems/mock_gem_ui.rb +2 -5
- data/lib/rubygems/name_tuple.rb +10 -14
- data/lib/rubygems/openssl.rb +7 -0
- data/lib/rubygems/optparse/.document +1 -0
- data/lib/rubygems/optparse/COPYING +56 -0
- data/lib/rubygems/optparse/lib/optionparser.rb +2 -0
- data/lib/rubygems/optparse/lib/optparse/ac.rb +54 -0
- data/lib/rubygems/optparse/lib/optparse/date.rb +18 -0
- data/lib/rubygems/optparse/lib/optparse/kwargs.rb +22 -0
- data/lib/rubygems/optparse/lib/optparse/shellwords.rb +7 -0
- data/lib/rubygems/optparse/lib/optparse/time.rb +11 -0
- data/lib/rubygems/optparse/lib/optparse/uri.rb +7 -0
- data/lib/rubygems/optparse/lib/optparse/version.rb +71 -0
- data/lib/rubygems/optparse/lib/optparse.rb +2308 -0
- data/lib/rubygems/optparse.rb +3 -0
- data/lib/rubygems/package/digest_io.rb +0 -2
- data/lib/rubygems/package/file_source.rb +2 -4
- data/lib/rubygems/package/io_source.rb +4 -2
- data/lib/rubygems/package/old.rb +9 -11
- data/lib/rubygems/package/tar_header.rb +73 -66
- data/lib/rubygems/package/tar_reader/entry.rb +8 -9
- data/lib/rubygems/package/tar_reader.rb +16 -13
- data/lib/rubygems/package/tar_writer.rb +12 -22
- data/lib/rubygems/package.rb +142 -125
- data/lib/rubygems/package_task.rb +5 -11
- data/lib/rubygems/path_support.rb +3 -8
- data/lib/rubygems/platform.rb +113 -73
- data/lib/rubygems/psych_tree.rb +1 -1
- data/lib/rubygems/query_utils.rb +351 -0
- data/lib/rubygems/rdoc.rb +4 -16
- data/lib/rubygems/remote_fetcher.rb +64 -136
- data/lib/rubygems/request/connection_pools.rb +7 -11
- data/lib/rubygems/request/http_pool.rb +2 -3
- data/lib/rubygems/request.rb +31 -32
- data/lib/rubygems/request_set/gem_dependency_api.rb +135 -136
- data/lib/rubygems/request_set/lockfile/parser.rb +28 -28
- data/lib/rubygems/request_set/lockfile/tokenizer.rb +5 -5
- data/lib/rubygems/request_set/lockfile.rb +21 -20
- data/lib/rubygems/request_set.rb +30 -43
- data/lib/rubygems/requirement.rb +42 -64
- data/lib/rubygems/resolver/activation_request.rb +29 -53
- data/lib/rubygems/resolver/api_set/gem_parser.rb +20 -0
- data/lib/rubygems/resolver/api_set.rb +33 -26
- data/lib/rubygems/resolver/api_specification.rb +30 -16
- data/lib/rubygems/resolver/best_set.rb +9 -11
- data/lib/rubygems/resolver/composed_set.rb +3 -5
- data/lib/rubygems/resolver/conflict.rb +12 -19
- data/lib/rubygems/resolver/current_set.rb +0 -2
- data/lib/rubygems/resolver/dependency_request.rb +3 -5
- data/lib/rubygems/resolver/git_set.rb +2 -4
- data/lib/rubygems/resolver/git_specification.rb +6 -8
- data/lib/rubygems/resolver/index_set.rb +4 -6
- data/lib/rubygems/resolver/index_specification.rb +38 -7
- data/lib/rubygems/resolver/installed_specification.rb +4 -6
- data/lib/rubygems/resolver/installer_set.rb +69 -27
- data/lib/rubygems/resolver/local_specification.rb +2 -4
- data/lib/rubygems/resolver/lock_set.rb +7 -9
- data/lib/rubygems/resolver/lock_specification.rb +6 -8
- data/lib/rubygems/resolver/molinillo/LICENSE +9 -0
- data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb +7 -0
- data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb +8 -0
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb +1 -0
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb +2 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb +2 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb +2 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb +2 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb +7 -6
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb +2 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb +4 -3
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb +51 -12
- data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb +42 -9
- data/lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb +82 -8
- data/lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb +2 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb +13 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb +3 -1
- data/lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb +510 -165
- data/lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb +3 -2
- data/lib/rubygems/resolver/molinillo/lib/molinillo/state.rb +8 -4
- data/lib/rubygems/resolver/molinillo/lib/molinillo.rb +6 -5
- data/lib/rubygems/resolver/molinillo.rb +1 -1
- data/lib/rubygems/resolver/requirement_list.rb +0 -1
- data/lib/rubygems/resolver/set.rb +0 -3
- data/lib/rubygems/resolver/source_set.rb +0 -2
- data/lib/rubygems/resolver/spec_specification.rb +14 -2
- data/lib/rubygems/resolver/specification.rb +14 -3
- data/lib/rubygems/resolver/vendor_set.rb +1 -3
- data/lib/rubygems/resolver/vendor_specification.rb +3 -5
- data/lib/rubygems/resolver.rb +58 -54
- data/lib/rubygems/s3_uri_signer.rb +175 -0
- data/lib/rubygems/safe_yaml.rb +14 -16
- data/lib/rubygems/security/policies.rb +47 -47
- data/lib/rubygems/security/policy.rb +25 -29
- data/lib/rubygems/security/signer.rb +16 -18
- data/lib/rubygems/security/trust_dir.rb +5 -6
- data/lib/rubygems/security.rb +90 -69
- data/lib/rubygems/security_option.rb +7 -8
- data/lib/rubygems/source/git.rb +30 -30
- data/lib/rubygems/source/installed.rb +1 -3
- data/lib/rubygems/source/local.rb +4 -6
- data/lib/rubygems/source/lock.rb +0 -2
- data/lib/rubygems/source/specific_file.rb +1 -3
- data/lib/rubygems/source/vendor.rb +0 -2
- data/lib/rubygems/source.rb +50 -38
- data/lib/rubygems/source_list.rb +9 -13
- data/lib/rubygems/spec_fetcher.rb +52 -64
- data/lib/rubygems/specification.rb +432 -463
- data/lib/rubygems/specification_policy.rb +185 -87
- data/lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem +21 -0
- data/lib/rubygems/stub_specification.rb +24 -29
- data/lib/rubygems/text.rb +21 -21
- data/lib/rubygems/tsort/.document +1 -0
- data/lib/rubygems/tsort/LICENSE.txt +22 -0
- data/lib/rubygems/tsort/lib/tsort.rb +452 -0
- data/lib/rubygems/tsort.rb +3 -0
- data/lib/rubygems/uninstaller.rb +110 -57
- data/lib/rubygems/unknown_command_spell_checker.rb +21 -0
- data/lib/rubygems/update_suggestion.rb +69 -0
- data/lib/rubygems/uri.rb +126 -0
- data/lib/rubygems/uri_formatter.rb +2 -4
- data/lib/rubygems/user_interaction.rb +46 -49
- data/lib/rubygems/util/licenses.rb +511 -404
- data/lib/rubygems/util.rb +40 -56
- data/lib/rubygems/validator.rb +15 -37
- data/lib/rubygems/version.rb +48 -29
- data/lib/rubygems/version_option.rb +11 -5
- data/lib/rubygems.rb +305 -332
- data/rubygems-update.gemspec +6 -13
- data/setup.rb +11 -22
- data/test/rubygems/alternate_cert.pem +14 -14
- data/test/rubygems/alternate_cert_32.pem +15 -15
- data/test/rubygems/alternate_key.pem +25 -25
- data/test/rubygems/bundler_test_gem.rb +419 -0
- data/test/rubygems/ca_cert.pem +74 -65
- data/test/rubygems/child_cert.pem +15 -16
- data/test/rubygems/child_cert_32.pem +15 -16
- data/test/rubygems/child_key.pem +25 -25
- data/test/rubygems/client.pem +103 -45
- data/test/rubygems/data/excon-0.7.7.gemspec.rz +0 -0
- data/test/rubygems/data/null-required-ruby-version.gemspec.rz +0 -0
- data/test/rubygems/data/null-required-rubygems-version.gemspec.rz +0 -0
- data/test/rubygems/data/pry-0.4.7.gemspec.rz +0 -0
- data/test/rubygems/encrypted_private_key.pem +26 -26
- data/test/rubygems/expired_cert.pem +15 -15
- data/test/rubygems/future_cert.pem +15 -15
- data/test/rubygems/future_cert_32.pem +15 -15
- data/test/rubygems/grandchild_cert.pem +15 -16
- data/test/rubygems/grandchild_cert_32.pem +15 -16
- data/test/rubygems/grandchild_key.pem +25 -25
- data/{lib/rubygems/test_case.rb → test/rubygems/helper.rb} +505 -507
- data/{lib → test}/rubygems/installer_test_case.rb +115 -53
- data/test/rubygems/invalid_issuer_cert.pem +16 -16
- data/test/rubygems/invalid_issuer_cert_32.pem +16 -16
- data/test/rubygems/invalid_key.pem +25 -25
- data/test/rubygems/invalid_signer_cert.pem +15 -15
- data/test/rubygems/invalid_signer_cert_32.pem +15 -15
- data/test/rubygems/invalidchild_cert.pem +15 -16
- data/test/rubygems/invalidchild_cert_32.pem +15 -16
- data/test/rubygems/invalidchild_key.pem +25 -25
- data/{lib → test}/rubygems/package/tar_test_case.rb +4 -6
- data/test/rubygems/packages/Bluebie-legs-0.6.2.gem +0 -0
- data/test/rubygems/packages/ascii_binder-0.1.10.1.gem +0 -0
- data/test/rubygems/packages/ill-formatted-platform-1.0.0.10.gem +0 -0
- data/test/rubygems/plugin/exception/rubygems_plugin.rb +1 -1
- data/test/rubygems/plugin/standarderror/rubygems_plugin.rb +1 -1
- data/test/rubygems/private_ec_key.pem +9 -0
- data/test/rubygems/private_key.pem +25 -25
- data/test/rubygems/public_cert.pem +16 -16
- data/test/rubygems/public_cert_32.pem +15 -15
- data/test/rubygems/public_key.pem +7 -7
- data/test/rubygems/rubygems/commands/crash_command.rb +0 -2
- data/test/rubygems/rubygems_plugin.rb +2 -4
- data/test/rubygems/specifications/bar-0.0.2.gemspec +0 -2
- data/test/rubygems/specifications/rubyforge-0.0.1.gemspec +12 -0
- data/test/rubygems/ssl_cert.pem +78 -17
- data/test/rubygems/ssl_key.pem +25 -13
- data/test/rubygems/test_bundled_ca.rb +44 -47
- data/test/rubygems/test_config.rb +5 -7
- data/test/rubygems/test_deprecate.rb +90 -10
- data/test/rubygems/test_exit.rb +17 -0
- data/test/rubygems/test_gem.rb +679 -885
- data/test/rubygems/test_gem_available_set.rb +24 -25
- data/test/rubygems/test_gem_bundler_version_finder.rb +42 -42
- data/test/rubygems/test_gem_command.rb +186 -39
- data/test/rubygems/test_gem_command_manager.rb +166 -36
- data/test/rubygems/test_gem_commands_build_command.rb +436 -52
- data/test/rubygems/test_gem_commands_cert_command.rb +193 -124
- data/test/rubygems/test_gem_commands_check_command.rb +9 -11
- data/test/rubygems/test_gem_commands_cleanup_command.rb +87 -62
- data/test/rubygems/test_gem_commands_contents_command.rb +73 -42
- data/test/rubygems/test_gem_commands_dependency_command.rb +39 -41
- data/test/rubygems/test_gem_commands_environment_command.rb +60 -48
- data/test/rubygems/test_gem_commands_fetch_command.rb +163 -32
- data/test/rubygems/test_gem_commands_generate_index_command.rb +39 -9
- data/test/rubygems/test_gem_commands_help_command.rb +34 -19
- data/test/rubygems/test_gem_commands_info_command.rb +34 -9
- data/test/rubygems/test_gem_commands_install_command.rb +600 -173
- data/test/rubygems/test_gem_commands_list_command.rb +5 -7
- data/test/rubygems/test_gem_commands_lock_command.rb +11 -13
- data/test/rubygems/test_gem_commands_mirror.rb +3 -4
- data/test/rubygems/test_gem_commands_open_command.rb +16 -19
- data/test/rubygems/test_gem_commands_outdated_command.rb +24 -7
- data/test/rubygems/test_gem_commands_owner_command.rb +183 -49
- data/test/rubygems/test_gem_commands_pristine_command.rb +222 -89
- data/test/rubygems/test_gem_commands_push_command.rb +178 -69
- data/test/rubygems/test_gem_commands_query_command.rb +114 -89
- data/test/rubygems/test_gem_commands_search_command.rb +2 -4
- data/test/rubygems/test_gem_commands_server_command.rb +6 -46
- data/test/rubygems/test_gem_commands_setup_command.rb +334 -157
- data/test/rubygems/test_gem_commands_signin_command.rb +187 -27
- data/test/rubygems/test_gem_commands_signout_command.rb +3 -10
- data/test/rubygems/test_gem_commands_sources_command.rb +266 -33
- data/test/rubygems/test_gem_commands_specification_command.rb +81 -55
- data/test/rubygems/test_gem_commands_stale_command.rb +4 -6
- data/test/rubygems/test_gem_commands_uninstall_command.rb +230 -95
- data/test/rubygems/test_gem_commands_unpack_command.rb +32 -34
- data/test/rubygems/test_gem_commands_update_command.rb +412 -102
- data/test/rubygems/test_gem_commands_which_command.rb +12 -14
- data/test/rubygems/test_gem_commands_yank_command.rb +107 -26
- data/test/rubygems/test_gem_config_file.rb +120 -96
- data/test/rubygems/test_gem_dependency.rb +94 -86
- data/test/rubygems/test_gem_dependency_installer.rb +305 -388
- data/test/rubygems/test_gem_dependency_list.rb +66 -61
- data/test/rubygems/test_gem_dependency_resolution_error.rb +5 -7
- data/test/rubygems/test_gem_doctor.rb +73 -47
- data/test/rubygems/test_gem_ext_builder.rb +116 -106
- data/test/rubygems/test_gem_ext_cargo_builder/custom_name/.gitignore +1 -0
- data/test/rubygems/test_gem_ext_cargo_builder/custom_name/custom_name.gemspec +8 -0
- data/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/Cargo.lock +233 -0
- data/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/Cargo.toml +10 -0
- data/test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib/src/lib.rs +27 -0
- data/test/rubygems/test_gem_ext_cargo_builder/custom_name/lib/custom_name.rb +1 -0
- data/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/.gitignore +1 -0
- data/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.lock +233 -0
- data/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.toml +10 -0
- data/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rust_ruby_example.gemspec +8 -0
- data/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/src/lib.rs +51 -0
- data/test/rubygems/test_gem_ext_cargo_builder.rb +166 -0
- data/test/rubygems/test_gem_ext_cargo_builder_link_flag_converter.rb +33 -0
- data/test/rubygems/test_gem_ext_cargo_builder_unit.rb +60 -0
- data/test/rubygems/test_gem_ext_cmake_builder.rb +32 -37
- data/test/rubygems/test_gem_ext_configure_builder.rb +23 -31
- data/test/rubygems/test_gem_ext_ext_conf_builder.rb +75 -79
- data/test/rubygems/test_gem_ext_rake_builder.rb +49 -30
- data/test/rubygems/test_gem_gem_runner.rb +52 -7
- data/test/rubygems/test_gem_gemcutter_utilities.rb +91 -76
- data/test/rubygems/test_gem_impossible_dependencies_error.rb +4 -6
- data/test/rubygems/test_gem_indexer.rb +120 -105
- data/test/rubygems/test_gem_install_update_options.rb +57 -33
- data/test/rubygems/test_gem_installer.rb +1230 -644
- data/test/rubygems/test_gem_local_remote_options.rb +11 -13
- data/test/rubygems/test_gem_name_tuple.rb +4 -6
- data/test/rubygems/test_gem_package.rb +396 -266
- data/test/rubygems/test_gem_package_old.rb +57 -56
- data/test/rubygems/test_gem_package_tar_header.rb +108 -50
- data/test/rubygems/test_gem_package_tar_reader.rb +8 -10
- data/test/rubygems/test_gem_package_tar_reader_entry.rb +77 -20
- data/test/rubygems/test_gem_package_tar_writer.rb +107 -101
- data/test/rubygems/test_gem_package_task.rb +58 -25
- data/test/rubygems/test_gem_path_support.rb +29 -29
- data/test/rubygems/test_gem_platform.rb +388 -199
- data/test/rubygems/test_gem_rdoc.rb +20 -155
- data/test/rubygems/test_gem_remote_fetcher.rb +474 -303
- data/test/rubygems/test_gem_request.rb +128 -85
- data/test/rubygems/test_gem_request_connection_pools.rb +32 -32
- data/test/rubygems/test_gem_request_set.rb +186 -110
- data/test/rubygems/test_gem_request_set_gem_dependency_api.rb +280 -261
- data/test/rubygems/test_gem_request_set_lockfile.rb +93 -94
- data/test/rubygems/test_gem_request_set_lockfile_parser.rb +68 -69
- data/test/rubygems/test_gem_request_set_lockfile_tokenizer.rb +136 -136
- data/test/rubygems/test_gem_requirement.rb +140 -55
- data/test/rubygems/test_gem_resolver.rb +224 -115
- data/test/rubygems/test_gem_resolver_activation_request.rb +9 -40
- data/test/rubygems/test_gem_resolver_api_set.rb +79 -78
- data/test/rubygems/test_gem_resolver_api_specification.rb +47 -49
- data/test/rubygems/test_gem_resolver_best_set.rb +43 -22
- data/test/rubygems/test_gem_resolver_composed_set.rb +1 -3
- data/test/rubygems/test_gem_resolver_conflict.rb +12 -18
- data/test/rubygems/test_gem_resolver_dependency_request.rb +15 -17
- data/test/rubygems/test_gem_resolver_git_set.rb +22 -24
- data/test/rubygems/test_gem_resolver_git_specification.rb +22 -22
- data/test/rubygems/test_gem_resolver_index_set.rb +14 -16
- data/test/rubygems/test_gem_resolver_index_specification.rb +21 -18
- data/test/rubygems/test_gem_resolver_installed_specification.rb +5 -8
- data/test/rubygems/test_gem_resolver_installer_set.rb +106 -44
- data/test/rubygems/test_gem_resolver_local_specification.rb +7 -9
- data/test/rubygems/test_gem_resolver_lock_set.rb +15 -17
- data/test/rubygems/test_gem_resolver_lock_specification.rb +17 -19
- data/test/rubygems/test_gem_resolver_requirement_list.rb +1 -3
- data/test/rubygems/test_gem_resolver_specification.rb +8 -10
- data/test/rubygems/test_gem_resolver_vendor_set.rb +9 -11
- data/test/rubygems/test_gem_resolver_vendor_specification.rb +10 -12
- data/test/rubygems/test_gem_security.rb +109 -79
- data/test/rubygems/test_gem_security_policy.rb +102 -107
- data/test/rubygems/test_gem_security_signer.rb +51 -52
- data/test/rubygems/test_gem_security_trust_dir.rb +14 -16
- data/test/rubygems/test_gem_silent_ui.rb +47 -42
- data/test/rubygems/test_gem_source.rb +66 -51
- data/test/rubygems/test_gem_source_fetch_problem.rb +17 -8
- data/test/rubygems/test_gem_source_git.rb +74 -74
- data/test/rubygems/test_gem_source_installed.rb +16 -18
- data/test/rubygems/test_gem_source_list.rb +5 -5
- data/test/rubygems/test_gem_source_local.rb +15 -16
- data/test/rubygems/test_gem_source_lock.rb +31 -33
- data/test/rubygems/test_gem_source_specific_file.rb +18 -19
- data/test/rubygems/test_gem_source_subpath_problem.rb +49 -0
- data/test/rubygems/test_gem_source_vendor.rb +13 -15
- data/test/rubygems/test_gem_spec_fetcher.rb +74 -67
- data/test/rubygems/test_gem_specification.rb +1051 -1071
- data/test/rubygems/test_gem_stream_ui.rb +25 -23
- data/test/rubygems/test_gem_stub_specification.rb +39 -56
- data/test/rubygems/test_gem_text.rb +8 -3
- data/test/rubygems/test_gem_uninstaller.rb +269 -100
- data/test/rubygems/test_gem_unsatisfiable_dependency_error.rb +3 -5
- data/test/rubygems/test_gem_update_suggestion.rb +208 -0
- data/test/rubygems/test_gem_uri.rb +39 -0
- data/test/rubygems/test_gem_uri_formatter.rb +14 -16
- data/test/rubygems/test_gem_util.rb +46 -34
- data/test/rubygems/test_gem_validator.rb +12 -15
- data/test/rubygems/test_gem_version.rb +49 -34
- data/test/rubygems/test_gem_version_option.rb +16 -18
- data/test/rubygems/test_kernel.rb +61 -53
- data/test/rubygems/test_project_sanity.rb +20 -0
- data/test/rubygems/test_remote_fetch_error.rb +7 -8
- data/test/rubygems/test_require.rb +415 -121
- data/test/rubygems/test_rubygems.rb +74 -0
- data/{lib/rubygems/test_utilities.rb → test/rubygems/utilities.rb} +74 -50
- data/test/rubygems/wrong_key_cert.pem +15 -15
- data/test/rubygems/wrong_key_cert_32.pem +15 -15
- data/test/test_changelog_generator.rb +17 -0
- metadata +218 -244
- data/.rubocop.yml +0 -66
- data/.travis.yml +0 -38
- data/History.txt +0 -3965
- data/Rakefile +0 -372
- data/appveyor.yml +0 -43
- data/bundler/CODE_OF_CONDUCT.md +0 -42
- data/bundler/CONTRIBUTING.md +0 -17
- data/bundler/exe/bundle_ruby +0 -60
- data/bundler/lib/bundler/cli/package.rb +0 -49
- data/bundler/lib/bundler/compatibility_guard.rb +0 -14
- data/bundler/lib/bundler/dep_proxy.rb +0 -48
- data/bundler/lib/bundler/gem_remote_fetcher.rb +0 -43
- data/bundler/lib/bundler/gemdeps.rb +0 -29
- data/bundler/lib/bundler/psyched_yaml.rb +0 -37
- data/bundler/lib/bundler/ssl_certs/certificate_manager.rb +0 -66
- data/bundler/lib/bundler/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem +0 -23
- data/bundler/lib/bundler/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem +0 -25
- data/bundler/lib/bundler/templates/gems.rb +0 -8
- data/bundler/lib/bundler/templates/newgem/test/test_helper.rb.tt +0 -4
- data/bundler/lib/bundler/templates/newgem/travis.yml.tt +0 -7
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb +0 -57
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb +0 -81
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb +0 -36
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb +0 -66
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb +0 -62
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb +0 -63
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb +0 -61
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb +0 -126
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb +0 -46
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +0 -36
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb +0 -136
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +0 -223
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +0 -143
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +0 -6
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +0 -101
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb +0 -67
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +0 -837
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb +0 -46
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/state.rb +0 -58
- data/bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb +0 -12
- data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/faster.rb +0 -27
- data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/ssl_reuse.rb +0 -129
- data/bundler/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb +0 -12
- data/bundler/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb +0 -129
- data/bundler/lib/bundler/version_ranges.rb +0 -76
- data/bundler/man/bundle-gem.1 +0 -80
- data/bundler/man/bundle-gem.ronn +0 -78
- data/bundler/man/bundle-package.1 +0 -55
- data/lib/rubygems/psych_additions.rb +0 -10
- data/lib/rubygems/server.rb +0 -878
- data/lib/rubygems/source_local.rb +0 -7
- data/lib/rubygems/source_specific_file.rb +0 -6
- data/lib/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem +0 -21
- data/lib/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem +0 -23
- data/lib/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem +0 -25
- data/lib/rubygems/syck_hack.rb +0 -77
- data/lib/ubygems.rb +0 -14
- data/test/rubygems/bogussources.rb +0 -9
- data/test/rubygems/data/null-type.gemspec.rz +0 -0
- data/test/rubygems/test_gem_server.rb +0 -607
- data/util/CL2notes +0 -55
- data/util/ci +0 -77
- data/util/create_certs.rb +0 -171
- data/util/create_encrypted_key.rb +0 -16
- data/util/generate_spdx_license_list.rb +0 -61
- data/util/patch_with_prs.rb +0 -77
- data/util/rubocop +0 -8
- data/util/update_bundled_ca_certificates.rb +0 -139
- data/util/update_changelog.rb +0 -67
- /data/bundler/lib/bundler/{ssl_certs → man}/.document +0 -0
- /data/bundler/{man/bundle-check.ronn → lib/bundler/man/bundle-check.1.ronn} +0 -0
- /data/bundler/{man/bundle-doctor.ronn → lib/bundler/man/bundle-doctor.1.ronn} +0 -0
- /data/bundler/{man/bundle-info.ronn → lib/bundler/man/bundle-info.1.ronn} +0 -0
- /data/bundler/{man/bundle-lock.ronn → lib/bundler/man/bundle-lock.1.ronn} +0 -0
- /data/bundler/{man/bundle-pristine.ronn → lib/bundler/man/bundle-pristine.1.ronn} +0 -0
- /data/bundler/{man/bundle-remove.ronn → lib/bundler/man/bundle-remove.1.ronn} +0 -0
- /data/bundler/{man/bundle-show.ronn → lib/bundler/man/bundle-show.1.ronn} +0 -0
- /data/{bundler/lib/bundler/ssl_certs/index.rubygems.org → lib/rubygems/ssl_certs/rubygems.org}/GlobalSignRootCA.pem +0 -0
data/bundler/lib/bundler/cli.rb
CHANGED
@@ -1,24 +1,31 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
require "bundler/vendored_thor"
|
3
|
+
require_relative "vendored_thor"
|
5
4
|
|
6
5
|
module Bundler
|
7
6
|
class CLI < Thor
|
8
|
-
|
7
|
+
require_relative "cli/common"
|
9
8
|
|
10
9
|
package_name "Bundler"
|
11
10
|
|
12
11
|
AUTO_INSTALL_CMDS = %w[show binstubs outdated exec open console licenses clean].freeze
|
13
|
-
PARSEABLE_COMMANDS = %w[
|
14
|
-
|
15
|
-
|
12
|
+
PARSEABLE_COMMANDS = %w[check config help exec platform show version].freeze
|
13
|
+
EXTENSIONS = ["c", "rust"].freeze
|
14
|
+
|
15
|
+
COMMAND_ALIASES = {
|
16
|
+
"check" => "c",
|
17
|
+
"install" => "i",
|
18
|
+
"plugin" => "",
|
19
|
+
"list" => "ls",
|
20
|
+
"exec" => ["e", "ex", "exe"],
|
21
|
+
"cache" => ["package", "pack"],
|
22
|
+
"version" => ["-v", "--version"],
|
23
|
+
}.freeze
|
16
24
|
|
17
25
|
def self.start(*)
|
26
|
+
check_deprecated_ext_option(ARGV) if ARGV.include?("--ext")
|
27
|
+
|
18
28
|
super
|
19
|
-
rescue Exception => e
|
20
|
-
Bundler.ui = UI::Shell.new
|
21
|
-
raise e
|
22
29
|
ensure
|
23
30
|
Bundler::SharedHelpers.print_major_deprecations!
|
24
31
|
end
|
@@ -30,15 +37,35 @@ module Bundler
|
|
30
37
|
end
|
31
38
|
end
|
32
39
|
|
40
|
+
def self.all_aliases
|
41
|
+
@all_aliases ||= begin
|
42
|
+
command_aliases = {}
|
43
|
+
|
44
|
+
COMMAND_ALIASES.each do |name, aliases|
|
45
|
+
Array(aliases).each do |one_alias|
|
46
|
+
command_aliases[one_alias] = name
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
command_aliases
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
def self.aliases_for(command_name)
|
55
|
+
COMMAND_ALIASES.select {|k, _| k == command_name }.invert
|
56
|
+
end
|
57
|
+
|
33
58
|
def initialize(*args)
|
34
59
|
super
|
35
60
|
|
36
61
|
custom_gemfile = options[:gemfile] || Bundler.settings[:gemfile]
|
37
62
|
if custom_gemfile && !custom_gemfile.empty?
|
38
63
|
Bundler::SharedHelpers.set_env "BUNDLE_GEMFILE", File.expand_path(custom_gemfile)
|
39
|
-
Bundler.
|
64
|
+
Bundler.reset_settings_and_root!
|
40
65
|
end
|
41
66
|
|
67
|
+
Bundler.self_manager.restart_with_locked_bundler_if_needed
|
68
|
+
|
42
69
|
Bundler.settings.set_command_option_if_given :retry, options[:retry]
|
43
70
|
|
44
71
|
current_cmd = args.last[:current_command].name
|
@@ -51,19 +78,6 @@ module Bundler
|
|
51
78
|
Bundler.ui = UI::Shell.new(options)
|
52
79
|
Bundler.ui.level = "debug" if options["verbose"]
|
53
80
|
unprinted_warnings.each {|w| Bundler.ui.warn(w) }
|
54
|
-
|
55
|
-
if ENV["RUBYGEMS_GEMDEPS"] && !ENV["RUBYGEMS_GEMDEPS"].empty?
|
56
|
-
Bundler.ui.warn(
|
57
|
-
"The RUBYGEMS_GEMDEPS environment variable is set. This enables RubyGems' " \
|
58
|
-
"experimental Gemfile mode, which may conflict with Bundler and cause unexpected errors. " \
|
59
|
-
"To remove this warning, unset RUBYGEMS_GEMDEPS.", :wrap => true
|
60
|
-
)
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
def self.deprecated_option(*args, &blk)
|
65
|
-
return if Bundler.feature_flag.forget_cli_options?
|
66
|
-
method_option(*args, &blk)
|
67
81
|
end
|
68
82
|
|
69
83
|
check_unknown_options!(:except => [:config, :exec])
|
@@ -74,9 +88,7 @@ module Bundler
|
|
74
88
|
version
|
75
89
|
Bundler.ui.info "\n"
|
76
90
|
|
77
|
-
primary_commands = ["install", "update",
|
78
|
-
Bundler.feature_flag.cache_command_is_package? ? "cache" : "package",
|
79
|
-
"exec", "config", "help"]
|
91
|
+
primary_commands = ["install", "update", "cache", "exec", "config", "help"]
|
80
92
|
|
81
93
|
list = self.class.printable_commands(true)
|
82
94
|
by_name = list.group_by {|name, _message| name.match(/^bundle (\w+)/)[1] }
|
@@ -108,16 +120,17 @@ module Bundler
|
|
108
120
|
else command = "bundle-#{cli}"
|
109
121
|
end
|
110
122
|
|
111
|
-
man_path
|
112
|
-
man_pages = Hash[Dir.glob(File.join(man_path, "*")).grep(/.*\.\d*\Z/).collect do |f|
|
123
|
+
man_path = File.expand_path("man", __dir__)
|
124
|
+
man_pages = Hash[Dir.glob(File.join(man_path, "**", "*")).grep(/.*\.\d*\Z/).collect do |f|
|
113
125
|
[File.basename(f, ".*"), f]
|
114
126
|
end]
|
115
127
|
|
116
128
|
if man_pages.include?(command)
|
129
|
+
man_page = man_pages[command]
|
117
130
|
if Bundler.which("man") && man_path !~ %r{^file:/.+!/META-INF/jruby.home/.+}
|
118
|
-
Kernel.exec "man #{
|
131
|
+
Kernel.exec "man #{man_page}"
|
119
132
|
else
|
120
|
-
puts File.read("#{man_path}/#{File.basename(
|
133
|
+
puts File.read("#{man_path}/#{File.basename(man_page)}.ronn")
|
121
134
|
end
|
122
135
|
elsif command_path = Bundler.which("bundler-#{cli}")
|
123
136
|
Kernel.exec(command_path, "--help")
|
@@ -142,9 +155,10 @@ module Bundler
|
|
142
155
|
Gemfile to a gem with a gemspec, the --gemspec option will automatically add each
|
143
156
|
dependency listed in the gemspec file to the newly created Gemfile.
|
144
157
|
D
|
145
|
-
|
158
|
+
method_option "gemspec", :type => :string, :banner => "Use the specified .gemspec to create the Gemfile"
|
159
|
+
method_option "gemfile", :type => :string, :banner => "Use the specified name for the gemfile instead of 'Gemfile'"
|
146
160
|
def init
|
147
|
-
|
161
|
+
require_relative "cli/init"
|
148
162
|
Init.new(options.dup).run
|
149
163
|
end
|
150
164
|
|
@@ -160,12 +174,15 @@ module Bundler
|
|
160
174
|
"Use the specified gemfile instead of Gemfile"
|
161
175
|
method_option "path", :type => :string, :banner =>
|
162
176
|
"Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME).#{" Bundler will remember this value for future installs on this machine" unless Bundler.feature_flag.forget_cli_options?}"
|
163
|
-
map "c" => "check"
|
164
177
|
def check
|
165
|
-
|
178
|
+
remembered_flag_deprecation("path")
|
179
|
+
|
180
|
+
require_relative "cli/check"
|
166
181
|
Check.new(options).run
|
167
182
|
end
|
168
183
|
|
184
|
+
map aliases_for("check")
|
185
|
+
|
169
186
|
desc "remove [GEM [GEM ...]]", "Removes gems from the Gemfile"
|
170
187
|
long_desc <<-D
|
171
188
|
Removes the given gems from the Gemfile while ensuring that the resulting Gemfile is still valid. If the gem is not found, Bundler prints a error message and if gem could not be removed due to any reason Bundler will display a warning.
|
@@ -173,7 +190,8 @@ module Bundler
|
|
173
190
|
method_option "install", :type => :boolean, :banner =>
|
174
191
|
"Runs 'bundle install' after removing the gems from the Gemfile"
|
175
192
|
def remove(*gems)
|
176
|
-
|
193
|
+
SharedHelpers.major_deprecation(2, "The `--install` flag has been deprecated. `bundle install` is triggered by default.") if ARGV.include?("--install")
|
194
|
+
require_relative "cli/remove"
|
177
195
|
Remove.new(gems, options).run
|
178
196
|
end
|
179
197
|
|
@@ -188,13 +206,13 @@ module Bundler
|
|
188
206
|
|
189
207
|
If the bundle has already been installed, bundler will tell you so and then exit.
|
190
208
|
D
|
191
|
-
|
209
|
+
method_option "binstubs", :type => :string, :lazy_default => "bin", :banner =>
|
192
210
|
"Generate bin stubs for bundled gems to ./bin"
|
193
|
-
|
211
|
+
method_option "clean", :type => :boolean, :banner =>
|
194
212
|
"Run bundle clean automatically after install"
|
195
|
-
|
213
|
+
method_option "deployment", :type => :boolean, :banner =>
|
196
214
|
"Install using defaults tuned for deployment environments"
|
197
|
-
|
215
|
+
method_option "frozen", :type => :boolean, :banner =>
|
198
216
|
"Do not allow the Gemfile.lock to be updated after this install"
|
199
217
|
method_option "full-index", :type => :boolean, :banner =>
|
200
218
|
"Fall back to using the single-file index of all gems"
|
@@ -204,38 +222,48 @@ module Bundler
|
|
204
222
|
"Specify the number of jobs to run in parallel"
|
205
223
|
method_option "local", :type => :boolean, :banner =>
|
206
224
|
"Do not attempt to fetch gems remotely and use the gem cache instead"
|
207
|
-
|
225
|
+
method_option "prefer-local", :type => :boolean, :banner =>
|
226
|
+
"Only attempt to fetch gems remotely if not present locally, even if newer versions are available remotely"
|
227
|
+
method_option "no-cache", :type => :boolean, :banner =>
|
208
228
|
"Don't update the existing gem cache."
|
209
229
|
method_option "redownload", :type => :boolean, :aliases => "--force", :banner =>
|
210
230
|
"Force downloading every gem."
|
211
|
-
|
231
|
+
method_option "no-prune", :type => :boolean, :banner =>
|
212
232
|
"Don't remove stale gems from the cache."
|
213
|
-
|
214
|
-
"Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME)
|
233
|
+
method_option "path", :type => :string, :banner =>
|
234
|
+
"Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME).#{" Bundler will remember this value for future installs on this machine" unless Bundler.feature_flag.forget_cli_options?}"
|
215
235
|
method_option "quiet", :type => :boolean, :banner =>
|
216
236
|
"Only output warnings and errors."
|
217
|
-
|
237
|
+
method_option "shebang", :type => :string, :banner =>
|
218
238
|
"Specify a different shebang executable name than the default (usually 'ruby')"
|
219
239
|
method_option "standalone", :type => :array, :lazy_default => [], :banner =>
|
220
240
|
"Make a bundle that can work without the Bundler runtime"
|
221
|
-
|
241
|
+
method_option "system", :type => :boolean, :banner =>
|
222
242
|
"Install to the system location ($BUNDLE_PATH or $GEM_HOME) even if the bundle was previously installed somewhere else for this application"
|
223
243
|
method_option "trust-policy", :alias => "P", :type => :string, :banner =>
|
224
244
|
"Gem trust policy (like gem install -P). Must be one of " +
|
225
|
-
|
226
|
-
|
245
|
+
Bundler.rubygems.security_policy_keys.join("|")
|
246
|
+
method_option "without", :type => :array, :banner =>
|
227
247
|
"Exclude gems that are part of the specified named group."
|
228
|
-
|
248
|
+
method_option "with", :type => :array, :banner =>
|
229
249
|
"Include gems that are part of the specified named group."
|
230
|
-
map "i" => "install"
|
231
250
|
def install
|
232
251
|
SharedHelpers.major_deprecation(2, "The `--force` option has been renamed to `--redownload`") if ARGV.include?("--force")
|
233
|
-
|
252
|
+
|
253
|
+
%w[clean deployment frozen no-prune path shebang system without with].each do |option|
|
254
|
+
remembered_flag_deprecation(option)
|
255
|
+
end
|
256
|
+
|
257
|
+
remembered_negative_flag_deprecation("no-deployment")
|
258
|
+
|
259
|
+
require_relative "cli/install"
|
234
260
|
Bundler.settings.temporary(:no_install => false) do
|
235
261
|
Install.new(options.dup).run
|
236
262
|
end
|
237
263
|
end
|
238
264
|
|
265
|
+
map aliases_for("install")
|
266
|
+
|
239
267
|
desc "update [OPTIONS]", "Update the current environment"
|
240
268
|
long_desc <<-D
|
241
269
|
Update will install the newest versions of the gems listed in the Gemfile. Use
|
@@ -268,6 +296,8 @@ module Bundler
|
|
268
296
|
"Prefer updating only to next minor version"
|
269
297
|
method_option "major", :type => :boolean, :banner =>
|
270
298
|
"Prefer updating to next major version (default)"
|
299
|
+
method_option "pre", :type => :boolean, :banner =>
|
300
|
+
"Always choose the highest allowed version when updating gems, regardless of prerelease status"
|
271
301
|
method_option "strict", :type => :boolean, :banner =>
|
272
302
|
"Do not allow any gem to be updated past latest --patch | --minor | --major"
|
273
303
|
method_option "conservative", :type => :boolean, :banner =>
|
@@ -276,8 +306,10 @@ module Bundler
|
|
276
306
|
"Update everything."
|
277
307
|
def update(*gems)
|
278
308
|
SharedHelpers.major_deprecation(2, "The `--force` option has been renamed to `--redownload`") if ARGV.include?("--force")
|
279
|
-
|
280
|
-
|
309
|
+
require_relative "cli/update"
|
310
|
+
Bundler.settings.temporary(:no_install => false) do
|
311
|
+
Update.new(options, gems).run
|
312
|
+
end
|
281
313
|
end
|
282
314
|
|
283
315
|
desc "show GEM [OPTIONS]", "Shows all gems that are part of the bundle, or the path to a given gem"
|
@@ -290,46 +322,28 @@ module Bundler
|
|
290
322
|
method_option "outdated", :type => :boolean,
|
291
323
|
:banner => "Show verbose output including whether gems are outdated."
|
292
324
|
def show(gem_name = nil)
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
new_command = rest.find {|arg| !arg.start_with?("--") } ? "info" : "list"
|
297
|
-
|
298
|
-
new_arguments = rest.map do |arg|
|
299
|
-
next arg if arg != "--paths"
|
300
|
-
next "--path" if new_command == "info"
|
301
|
-
end
|
302
|
-
|
303
|
-
old_argv = ARGV.join(" ")
|
304
|
-
new_argv = [new_command, *new_arguments.compact].join(" ")
|
305
|
-
|
306
|
-
Bundler::SharedHelpers.major_deprecation(2, "use `bundle #{new_argv}` instead of `bundle #{old_argv}`")
|
307
|
-
end
|
308
|
-
require "bundler/cli/show"
|
325
|
+
SharedHelpers.major_deprecation(2, "the `--outdated` flag to `bundle show` was undocumented and will be removed without replacement") if ARGV.include?("--outdated")
|
326
|
+
require_relative "cli/show"
|
309
327
|
Show.new(options, gem_name).run
|
310
328
|
end
|
311
|
-
# TODO: 2.0 remove `bundle show`
|
312
|
-
|
313
|
-
if Bundler.feature_flag.list_command?
|
314
|
-
desc "list", "List all gems in the bundle"
|
315
|
-
method_option "name-only", :type => :boolean, :banner => "print only the gem names"
|
316
|
-
method_option "only-group", :type => :string, :banner => "print gems from a particular group"
|
317
|
-
method_option "without-group", :type => :string, :banner => "print all gems expect from a group"
|
318
|
-
method_option "paths", :type => :boolean, :banner => "print the path to each gem in the bundle"
|
319
|
-
def list
|
320
|
-
require "bundler/cli/list"
|
321
|
-
List.new(options).run
|
322
|
-
end
|
323
329
|
|
324
|
-
|
325
|
-
|
326
|
-
|
330
|
+
desc "list", "List all gems in the bundle"
|
331
|
+
method_option "name-only", :type => :boolean, :banner => "print only the gem names"
|
332
|
+
method_option "only-group", :type => :array, :default => [], :banner => "print gems from a given set of groups"
|
333
|
+
method_option "without-group", :type => :array, :default => [], :banner => "print all gems except from a given set of groups"
|
334
|
+
method_option "paths", :type => :boolean, :banner => "print the path to each gem in the bundle"
|
335
|
+
def list
|
336
|
+
require_relative "cli/list"
|
337
|
+
List.new(options).run
|
327
338
|
end
|
328
339
|
|
340
|
+
map aliases_for("list")
|
341
|
+
|
329
342
|
desc "info GEM [OPTIONS]", "Show information for the given gem"
|
330
343
|
method_option "path", :type => :boolean, :banner => "Print full path to gem"
|
344
|
+
method_option "version", :type => :boolean, :banner => "Print gem version"
|
331
345
|
def info(gem_name)
|
332
|
-
|
346
|
+
require_relative "cli/info"
|
333
347
|
Info.new(options, gem_name).run
|
334
348
|
end
|
335
349
|
|
@@ -349,8 +363,10 @@ module Bundler
|
|
349
363
|
"Make binstubs that can work without the Bundler runtime"
|
350
364
|
method_option "all", :type => :boolean, :banner =>
|
351
365
|
"Install binstubs for all gems"
|
366
|
+
method_option "all-platforms", :type => :boolean, :default => false, :banner =>
|
367
|
+
"Install binstubs for all platforms"
|
352
368
|
def binstubs(*gems)
|
353
|
-
|
369
|
+
require_relative "cli/binstubs"
|
354
370
|
Binstubs.new(options, gems).run
|
355
371
|
end
|
356
372
|
|
@@ -361,12 +377,18 @@ module Bundler
|
|
361
377
|
method_option "version", :aliases => "-v", :type => :string
|
362
378
|
method_option "group", :aliases => "-g", :type => :string
|
363
379
|
method_option "source", :aliases => "-s", :type => :string
|
380
|
+
method_option "require", :aliases => "-r", :type => :string, :banner => "Adds require path to gem. Provide false, or a path as a string."
|
381
|
+
method_option "path", :type => :string
|
382
|
+
method_option "git", :type => :string
|
383
|
+
method_option "github", :type => :string
|
384
|
+
method_option "branch", :type => :string
|
385
|
+
method_option "ref", :type => :string
|
364
386
|
method_option "skip-install", :type => :boolean, :banner =>
|
365
387
|
"Adds gem to the Gemfile but does not install it"
|
366
388
|
method_option "optimistic", :type => :boolean, :banner => "Adds optimistic declaration of version to gem"
|
367
389
|
method_option "strict", :type => :boolean, :banner => "Adds strict declaration of version to gem"
|
368
390
|
def add(*gems)
|
369
|
-
|
391
|
+
require_relative "cli/add"
|
370
392
|
Add.new(options.dup, gems).run
|
371
393
|
end
|
372
394
|
|
@@ -378,7 +400,7 @@ module Bundler
|
|
378
400
|
are up to date, Bundler will exit with a status of 0. Otherwise, it will exit 1.
|
379
401
|
|
380
402
|
For more information on patch level options (--major, --minor, --patch,
|
381
|
-
--
|
403
|
+
--strict) see documentation on the same options on the update command.
|
382
404
|
D
|
383
405
|
method_option "group", :type => :string, :banner => "List gems from a specific group"
|
384
406
|
method_option "groups", :type => :boolean, :banner => "List gems organized by groups"
|
@@ -386,7 +408,7 @@ module Bundler
|
|
386
408
|
"Do not attempt to fetch gems remotely and use the gem cache instead"
|
387
409
|
method_option "pre", :type => :boolean, :banner => "Check for newer pre-release gems"
|
388
410
|
method_option "source", :type => :array, :banner => "Check against a specific source"
|
389
|
-
method_option "strict", :type => :boolean, :banner =>
|
411
|
+
method_option "filter-strict", :type => :boolean, :aliases => "--strict", :banner =>
|
390
412
|
"Only list newer versions allowed by your Gemfile requirements"
|
391
413
|
method_option "update-strict", :type => :boolean, :banner =>
|
392
414
|
"Strict conservative resolution, do not allow any gem to be updated past latest --patch | --minor | --major"
|
@@ -401,68 +423,77 @@ module Bundler
|
|
401
423
|
method_option "only-explicit", :type => :boolean, :banner =>
|
402
424
|
"Only list gems specified in your Gemfile, not their dependencies"
|
403
425
|
def outdated(*gems)
|
404
|
-
|
426
|
+
require_relative "cli/outdated"
|
405
427
|
Outdated.new(options, gems).run
|
406
428
|
end
|
407
429
|
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
:banner => "Include all sources (including path and git)."
|
415
|
-
end
|
416
|
-
method_option "all-platforms", :type => :boolean, :banner => "Include gems for all platforms present in the lockfile, not only the current one"
|
417
|
-
method_option "no-prune", :type => :boolean, :banner => "Don't remove stale gems from the cache."
|
418
|
-
def cache
|
419
|
-
require "bundler/cli/cache"
|
420
|
-
Cache.new(options).run
|
421
|
-
end
|
430
|
+
desc "fund [OPTIONS]", "Lists information about gems seeking funding assistance"
|
431
|
+
method_option "group", :aliases => "-g", :type => :array, :banner =>
|
432
|
+
"Fetch funding information for a specific group"
|
433
|
+
def fund
|
434
|
+
require_relative "cli/fund"
|
435
|
+
Fund.new(options).run
|
422
436
|
end
|
423
437
|
|
424
|
-
desc "
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
end
|
438
|
+
desc "cache [OPTIONS]", "Locks and then caches all of the gems into vendor/cache"
|
439
|
+
method_option "all", :type => :boolean,
|
440
|
+
:default => Bundler.feature_flag.cache_all?,
|
441
|
+
:banner => "Include all sources (including path and git)."
|
429
442
|
method_option "all-platforms", :type => :boolean, :banner => "Include gems for all platforms present in the lockfile, not only the current one"
|
430
443
|
method_option "cache-path", :type => :string, :banner =>
|
431
444
|
"Specify a different cache path than the default (vendor/cache)."
|
432
445
|
method_option "gemfile", :type => :string, :banner => "Use the specified gemfile instead of Gemfile"
|
433
|
-
method_option "no-install", :type => :boolean, :banner => "Don't install the gems, only the
|
446
|
+
method_option "no-install", :type => :boolean, :banner => "Don't install the gems, only update the cache."
|
434
447
|
method_option "no-prune", :type => :boolean, :banner => "Don't remove stale gems from the cache."
|
435
448
|
method_option "path", :type => :string, :banner =>
|
436
|
-
"Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME)
|
449
|
+
"Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME).#{" Bundler will remember this value for future installs on this machine" unless Bundler.feature_flag.forget_cli_options?}"
|
437
450
|
method_option "quiet", :type => :boolean, :banner => "Only output warnings and errors."
|
438
451
|
method_option "frozen", :type => :boolean, :banner =>
|
439
|
-
"Do not allow the Gemfile.lock to be updated after this
|
452
|
+
"Do not allow the Gemfile.lock to be updated after this bundle cache operation's install"
|
440
453
|
long_desc <<-D
|
441
|
-
The
|
454
|
+
The cache command will copy the .gem files for every gem in the bundle into the
|
442
455
|
directory ./vendor/cache. If you then check that directory into your source
|
443
456
|
control repository, others who check out your source will be able to install the
|
444
457
|
bundle without having to download any additional gems.
|
445
458
|
D
|
446
|
-
def
|
447
|
-
|
448
|
-
|
459
|
+
def cache
|
460
|
+
SharedHelpers.major_deprecation 2,
|
461
|
+
"The `--all` flag is deprecated because it relies on being " \
|
462
|
+
"remembered across bundler invocations, which bundler will no longer " \
|
463
|
+
"do in future versions. Instead please use `bundle config set cache_all true`, " \
|
464
|
+
"and stop using this flag" if ARGV.include?("--all")
|
465
|
+
|
466
|
+
SharedHelpers.major_deprecation 2,
|
467
|
+
"The `--path` flag is deprecated because its semantics are unclear. " \
|
468
|
+
"Use `bundle config cache_path` to configure the path of your cache of gems, " \
|
469
|
+
"and `bundle config path` to configure the path where your gems are installed, " \
|
470
|
+
"and stop using this flag" if ARGV.include?("--path")
|
471
|
+
|
472
|
+
require_relative "cli/cache"
|
473
|
+
Cache.new(options).run
|
449
474
|
end
|
450
|
-
|
475
|
+
|
476
|
+
map aliases_for("cache")
|
451
477
|
|
452
478
|
desc "exec [OPTIONS]", "Run the command in context of the bundle"
|
453
|
-
method_option :keep_file_descriptors, :type => :boolean, :default =>
|
479
|
+
method_option :keep_file_descriptors, :type => :boolean, :default => true
|
454
480
|
method_option :gemfile, :type => :string, :required => false
|
455
481
|
long_desc <<-D
|
456
482
|
Exec runs a command, providing it access to the gems in the bundle. While using
|
457
483
|
bundle exec you can require and call the bundled gems as if they were installed
|
458
484
|
into the system wide RubyGems repository.
|
459
485
|
D
|
460
|
-
map "e" => "exec"
|
461
486
|
def exec(*args)
|
462
|
-
|
487
|
+
if ARGV.include?("--no-keep-file-descriptors")
|
488
|
+
SharedHelpers.major_deprecation(2, "The `--no-keep-file-descriptors` has been deprecated. `bundle exec` no longer mess with your file descriptors. Close them in the exec'd script if you need to")
|
489
|
+
end
|
490
|
+
|
491
|
+
require_relative "cli/exec"
|
463
492
|
Exec.new(options, args).run
|
464
493
|
end
|
465
494
|
|
495
|
+
map aliases_for("exec")
|
496
|
+
|
466
497
|
desc "config NAME [VALUE]", "Retrieve or set a configuration value"
|
467
498
|
long_desc <<-D
|
468
499
|
Retrieves or sets a configuration value. If only one parameter is provided, retrieve the value. If two parameters are provided, replace the
|
@@ -471,31 +502,29 @@ module Bundler
|
|
471
502
|
By default, setting a configuration value sets it for all projects
|
472
503
|
on the machine.
|
473
504
|
|
474
|
-
If a global setting is
|
475
|
-
will show the current value, as well as any
|
505
|
+
If a global setting is superseded by local configuration, this command
|
506
|
+
will show the current value, as well as any superseded values and
|
476
507
|
where they were specified.
|
477
508
|
D
|
478
|
-
|
479
|
-
|
480
|
-
require "bundler/cli/config"
|
481
|
-
Config.new(options, args, self).run
|
482
|
-
end
|
509
|
+
require_relative "cli/config"
|
510
|
+
subcommand "config", Config
|
483
511
|
|
484
512
|
desc "open GEM", "Opens the source directory of the given bundled gem"
|
513
|
+
method_option "path", :type => :string, :lazy_default => "", :banner => "Open relative path of the gem source."
|
485
514
|
def open(name)
|
486
|
-
|
515
|
+
require_relative "cli/open"
|
487
516
|
Open.new(options, name).run
|
488
517
|
end
|
489
518
|
|
490
|
-
|
519
|
+
unless Bundler.feature_flag.bundler_3_mode?
|
491
520
|
desc "console [GROUP]", "Opens an IRB session with the bundle pre-loaded"
|
492
521
|
def console(group = nil)
|
493
|
-
|
522
|
+
require_relative "cli/console"
|
494
523
|
Console.new(options, group).run
|
495
524
|
end
|
496
525
|
end
|
497
526
|
|
498
|
-
desc "version", "Prints
|
527
|
+
desc "version", "Prints Bundler version information"
|
499
528
|
def version
|
500
529
|
cli_help = current_command.name == "cli_help"
|
501
530
|
if cli_help || ARGV.include?("version")
|
@@ -508,7 +537,8 @@ module Bundler
|
|
508
537
|
Bundler.ui.info "Bundler version #{Bundler::VERSION}#{build_info}"
|
509
538
|
end
|
510
539
|
end
|
511
|
-
|
540
|
+
|
541
|
+
map aliases_for("version")
|
512
542
|
|
513
543
|
desc "licenses", "Prints the license of all gems in the bundle"
|
514
544
|
def licenses
|
@@ -524,7 +554,7 @@ module Bundler
|
|
524
554
|
end
|
525
555
|
end
|
526
556
|
|
527
|
-
|
557
|
+
unless Bundler.feature_flag.bundler_3_mode?
|
528
558
|
desc "viz [OPTIONS]", "Generates a visual dependency graph", :hide => true
|
529
559
|
long_desc <<-D
|
530
560
|
Viz generates a PNG file of the current Gemfile as a dependency graph.
|
@@ -537,8 +567,8 @@ module Bundler
|
|
537
567
|
method_option :version, :type => :boolean, :default => false, :aliases => "-v", :desc => "Set to show each gem version."
|
538
568
|
method_option :without, :type => :array, :default => [], :aliases => "-W", :banner => "GROUP[ GROUP...]", :desc => "Exclude gems that are part of the specified named group."
|
539
569
|
def viz
|
540
|
-
SharedHelpers.major_deprecation 2, "The `viz` command has been
|
541
|
-
|
570
|
+
SharedHelpers.major_deprecation 2, "The `viz` command has been renamed to `graph` and moved to a plugin. See https://github.com/rubygems/bundler-graph"
|
571
|
+
require_relative "cli/viz"
|
542
572
|
Viz.new(options.dup).run
|
543
573
|
end
|
544
574
|
end
|
@@ -547,14 +577,23 @@ module Bundler
|
|
547
577
|
|
548
578
|
desc "gem NAME [OPTIONS]", "Creates a skeleton for creating a rubygem"
|
549
579
|
method_option :exe, :type => :boolean, :default => false, :aliases => ["--bin", "-b"], :desc => "Generate a binary executable for your library."
|
550
|
-
method_option :coc, :type => :boolean, :desc => "Generate a code of conduct file. Set a default with `bundle config gem.coc true`."
|
580
|
+
method_option :coc, :type => :boolean, :desc => "Generate a code of conduct file. Set a default with `bundle config set --global gem.coc true`."
|
551
581
|
method_option :edit, :type => :string, :aliases => "-e", :required => false, :banner => "EDITOR",
|
552
582
|
:lazy_default => [ENV["BUNDLER_EDITOR"], ENV["VISUAL"], ENV["EDITOR"]].find {|e| !e.nil? && !e.empty? },
|
553
583
|
:desc => "Open generated gemspec in the specified editor (defaults to $EDITOR or $BUNDLER_EDITOR)"
|
554
|
-
method_option :ext, :type => :
|
555
|
-
method_option :
|
556
|
-
method_option :
|
557
|
-
|
584
|
+
method_option :ext, :type => :string, :desc => "Generate the boilerplate for C extension code.", :enum => EXTENSIONS
|
585
|
+
method_option :git, :type => :boolean, :default => true, :desc => "Initialize a git repo inside your library."
|
586
|
+
method_option :mit, :type => :boolean, :desc => "Generate an MIT license file. Set a default with `bundle config set --global gem.mit true`."
|
587
|
+
method_option :rubocop, :type => :boolean, :desc => "Add rubocop to the generated Rakefile and gemspec. Set a default with `bundle config set --global gem.rubocop true`."
|
588
|
+
method_option :changelog, :type => :boolean, :desc => "Generate changelog file. Set a default with `bundle config set --global gem.changelog true`."
|
589
|
+
method_option :test, :type => :string, :lazy_default => Bundler.settings["gem.test"] || "", :aliases => "-t", :banner => "Use the specified test framework for your library",
|
590
|
+
:desc => "Generate a test directory for your library, either rspec, minitest or test-unit. Set a default with `bundle config set --global gem.test (rspec|minitest|test-unit)`."
|
591
|
+
method_option :ci, :type => :string, :lazy_default => Bundler.settings["gem.ci"] || "",
|
592
|
+
:desc => "Generate CI configuration, either GitHub Actions, GitLab CI or CircleCI. Set a default with `bundle config set --global gem.ci (github|gitlab|circle)`"
|
593
|
+
method_option :linter, :type => :string, :lazy_default => Bundler.settings["gem.linter"] || "",
|
594
|
+
:desc => "Add a linter and code formatter, either RuboCop or Standard. Set a default with `bundle config set --global gem.linter (rubocop|standard)`"
|
595
|
+
method_option :github_username, :type => :string, :default => Bundler.settings["gem.github_username"], :banner => "Set your username on GitHub", :desc => "Fill in GitHub username on README so that you don't have to do it manually. Set a default with `bundle config set --global gem.github_username <your_username>`."
|
596
|
+
|
558
597
|
def gem(name)
|
559
598
|
end
|
560
599
|
|
@@ -562,7 +601,7 @@ module Bundler
|
|
562
601
|
def gem_command.run(instance, args = [])
|
563
602
|
arity = 1 # name
|
564
603
|
|
565
|
-
|
604
|
+
require_relative "cli/gem"
|
566
605
|
cmd_args = args + [instance]
|
567
606
|
cmd_args.unshift(instance.options)
|
568
607
|
|
@@ -581,16 +620,16 @@ module Bundler
|
|
581
620
|
private :gem
|
582
621
|
|
583
622
|
def self.source_root
|
584
|
-
File.expand_path(
|
623
|
+
File.expand_path("templates", __dir__)
|
585
624
|
end
|
586
625
|
|
587
626
|
desc "clean [OPTIONS]", "Cleans up unused gems in your bundler directory", :hide => true
|
588
627
|
method_option "dry-run", :type => :boolean, :default => false, :banner =>
|
589
628
|
"Only print out changes, do not clean gems"
|
590
629
|
method_option "force", :type => :boolean, :default => false, :banner =>
|
591
|
-
"Forces
|
630
|
+
"Forces cleaning up unused gems even if Bundler is configured to use globally installed gems. As a consequence, removes all system gems except for the ones in the current application."
|
592
631
|
def clean
|
593
|
-
|
632
|
+
require_relative "cli/clean"
|
594
633
|
Clean.new(options.dup).run
|
595
634
|
end
|
596
635
|
|
@@ -598,7 +637,7 @@ module Bundler
|
|
598
637
|
method_option "ruby", :type => :boolean, :default => false, :banner =>
|
599
638
|
"only display ruby related platform information"
|
600
639
|
def platform
|
601
|
-
|
640
|
+
require_relative "cli/platform"
|
602
641
|
Platform.new(options).run
|
603
642
|
end
|
604
643
|
|
@@ -609,7 +648,7 @@ module Bundler
|
|
609
648
|
"Install gem into a bundler group"
|
610
649
|
def inject(name, version)
|
611
650
|
SharedHelpers.major_deprecation 2, "The `inject` command has been replaced by the `add` command"
|
612
|
-
|
651
|
+
require_relative "cli/inject"
|
613
652
|
Inject.new(options.dup, name, version).run
|
614
653
|
end
|
615
654
|
|
@@ -620,6 +659,8 @@ module Bundler
|
|
620
659
|
"do not attempt to fetch remote gemspecs and use the local gem cache only"
|
621
660
|
method_option "print", :type => :boolean, :default => false, :banner =>
|
622
661
|
"print the lockfile to STDOUT instead of writing to the file system"
|
662
|
+
method_option "gemfile", :type => :string, :banner =>
|
663
|
+
"Use the specified gemfile instead of Gemfile"
|
623
664
|
method_option "lockfile", :type => :string, :default => nil, :banner =>
|
624
665
|
"the path the lockfile should be written to"
|
625
666
|
method_option "full-index", :type => :boolean, :default => false, :banner =>
|
@@ -634,12 +675,16 @@ module Bundler
|
|
634
675
|
"If updating, prefer updating only to next minor version"
|
635
676
|
method_option "major", :type => :boolean, :banner =>
|
636
677
|
"If updating, prefer updating to next major version (default)"
|
678
|
+
method_option "pre", :type => :boolean, :banner =>
|
679
|
+
"If updating, always choose the highest allowed version, regardless of prerelease status"
|
637
680
|
method_option "strict", :type => :boolean, :banner =>
|
638
681
|
"If updating, do not allow any gem to be updated past latest --patch | --minor | --major"
|
639
682
|
method_option "conservative", :type => :boolean, :banner =>
|
640
683
|
"If updating, use bundle install conservative update behavior and do not allow shared dependencies to be updated"
|
684
|
+
method_option "bundler", :type => :string, :lazy_default => "> 0.a", :banner =>
|
685
|
+
"Update the locked version of bundler"
|
641
686
|
def lock
|
642
|
-
|
687
|
+
require_relative "cli/lock"
|
643
688
|
Lock.new(options).run
|
644
689
|
end
|
645
690
|
|
@@ -659,13 +704,13 @@ module Bundler
|
|
659
704
|
method_option "quiet", :type => :boolean, :banner =>
|
660
705
|
"Only output warnings and errors."
|
661
706
|
def doctor
|
662
|
-
|
707
|
+
require_relative "cli/doctor"
|
663
708
|
Doctor.new(options).run
|
664
709
|
end
|
665
710
|
|
666
711
|
desc "issue", "Learn how to report an issue in Bundler"
|
667
712
|
def issue
|
668
|
-
|
713
|
+
require_relative "cli/issue"
|
669
714
|
Issue.new.run
|
670
715
|
end
|
671
716
|
|
@@ -676,12 +721,12 @@ module Bundler
|
|
676
721
|
checkout --force`.
|
677
722
|
D
|
678
723
|
def pristine(*gems)
|
679
|
-
|
724
|
+
require_relative "cli/pristine"
|
680
725
|
Pristine.new(gems).run
|
681
726
|
end
|
682
727
|
|
683
728
|
if Bundler.feature_flag.plugins?
|
684
|
-
|
729
|
+
require_relative "cli/plugin"
|
685
730
|
desc "plugin", "Manage the bundler plugins"
|
686
731
|
subcommand "plugin", Plugin
|
687
732
|
end
|
@@ -689,12 +734,17 @@ module Bundler
|
|
689
734
|
# Reformat the arguments passed to bundle that include a --help flag
|
690
735
|
# into the corresponding `bundle help #{command}` call
|
691
736
|
def self.reformatted_help_args(args)
|
692
|
-
bundler_commands =
|
737
|
+
bundler_commands = (COMMAND_ALIASES.keys + COMMAND_ALIASES.values).flatten
|
738
|
+
|
693
739
|
help_flags = %w[--help -h]
|
694
|
-
exec_commands =
|
740
|
+
exec_commands = ["exec"] + COMMAND_ALIASES["exec"]
|
741
|
+
|
695
742
|
help_used = args.index {|a| help_flags.include? a }
|
696
743
|
exec_used = args.index {|a| exec_commands.include? a }
|
744
|
+
|
697
745
|
command = args.find {|a| bundler_commands.include? a }
|
746
|
+
command = all_aliases[command] if all_aliases[command]
|
747
|
+
|
698
748
|
if exec_used && help_used
|
699
749
|
if exec_used + help_used == 1
|
700
750
|
%w[help exec]
|
@@ -710,11 +760,43 @@ module Bundler
|
|
710
760
|
end
|
711
761
|
end
|
712
762
|
|
713
|
-
|
763
|
+
def self.check_deprecated_ext_option(arguments)
|
764
|
+
# when deprecated version of `--ext` is called
|
765
|
+
# print out deprecation warning and pretend `--ext=c` was provided
|
766
|
+
if deprecated_ext_value?(arguments)
|
767
|
+
SharedHelpers.major_deprecation 2, "Extensions can now be generated using C or Rust, so `--ext` with no arguments has been deprecated. Please select a language, e.g. `--ext=rust` to generate a Rust extension. This gem will now be generated as if `--ext=c` was used."
|
768
|
+
arguments[arguments.index("--ext")] = "--ext=c"
|
769
|
+
end
|
770
|
+
end
|
771
|
+
|
772
|
+
def self.deprecated_ext_value?(arguments)
|
773
|
+
index = arguments.index("--ext")
|
774
|
+
next_argument = arguments[index+1]
|
775
|
+
|
776
|
+
# it is ok when --ext is followed with valid extension value
|
777
|
+
# for example `bundle gem hello --ext c`
|
778
|
+
return false if EXTENSIONS.include?(next_argument)
|
779
|
+
|
780
|
+
# deprecated call when --ext is called with no value in last position
|
781
|
+
# for example `bundle gem hello_gem --ext`
|
782
|
+
return true if next_argument.nil?
|
783
|
+
|
784
|
+
# deprecated call when --ext is followed by other parameter
|
785
|
+
# for example `bundle gem --ext --no-ci hello_gem`
|
786
|
+
return true if next_argument.start_with?("-")
|
787
|
+
|
788
|
+
# deprecated call when --ext is followed by gem name
|
789
|
+
# for example `bundle gem --ext hello_gem`
|
790
|
+
return true if next_argument
|
791
|
+
|
792
|
+
false
|
793
|
+
end
|
794
|
+
|
795
|
+
private
|
714
796
|
|
715
797
|
# Automatically invoke `bundle install` and resume if
|
716
798
|
# Bundler.settings[:auto_install] exists. This is set through config cmd
|
717
|
-
# `bundle config auto_install 1`.
|
799
|
+
# `bundle config set --global auto_install 1`.
|
718
800
|
#
|
719
801
|
# Note that this method `nil`s out the global Definition object, so it
|
720
802
|
# should be called first, before you instantiate anything like an
|
@@ -762,7 +844,7 @@ module Bundler
|
|
762
844
|
return unless SharedHelpers.md5_available?
|
763
845
|
|
764
846
|
latest = Fetcher::CompactIndex.
|
765
|
-
new(nil, Source::Rubygems::Remote.new(URI("https://rubygems.org")), nil).
|
847
|
+
new(nil, Source::Rubygems::Remote.new(Bundler::URI("https://rubygems.org")), nil).
|
766
848
|
send(:compact_index_client).
|
767
849
|
instance_variable_get(:@cache).
|
768
850
|
dependencies("bundler").
|
@@ -772,19 +854,41 @@ module Bundler
|
|
772
854
|
|
773
855
|
current = Gem::Version.new(VERSION)
|
774
856
|
return if current >= latest
|
775
|
-
latest_installed = Bundler.rubygems.find_name("bundler").map(&:version).max
|
776
857
|
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
suggestion = "#{installation}\n#{suggestion}" if latest_installed < latest
|
781
|
-
else
|
782
|
-
suggestion = installation
|
783
|
-
end
|
784
|
-
|
785
|
-
Bundler.ui.warn "The latest bundler is #{latest}, but you are currently running #{current}.\n#{suggestion}"
|
858
|
+
Bundler.ui.warn \
|
859
|
+
"The latest bundler is #{latest}, but you are currently running #{current}.\n" \
|
860
|
+
"To update to the most recent version, run `bundle update --bundler`"
|
786
861
|
rescue RuntimeError
|
787
862
|
nil
|
788
863
|
end
|
864
|
+
|
865
|
+
def remembered_negative_flag_deprecation(name)
|
866
|
+
positive_name = name.gsub(/\Ano-/, "")
|
867
|
+
option = current_command.options[positive_name]
|
868
|
+
flag_name = "--no-" + option.switch_name.gsub(/\A--/, "")
|
869
|
+
|
870
|
+
flag_deprecation(positive_name, flag_name, option)
|
871
|
+
end
|
872
|
+
|
873
|
+
def remembered_flag_deprecation(name)
|
874
|
+
option = current_command.options[name]
|
875
|
+
flag_name = option.switch_name
|
876
|
+
|
877
|
+
flag_deprecation(name, flag_name, option)
|
878
|
+
end
|
879
|
+
|
880
|
+
def flag_deprecation(name, flag_name, option)
|
881
|
+
name_index = ARGV.find {|arg| flag_name == arg.split("=")[0] }
|
882
|
+
return unless name_index
|
883
|
+
|
884
|
+
value = options[name]
|
885
|
+
value = value.join(" ").to_s if option.type == :array
|
886
|
+
|
887
|
+
Bundler::SharedHelpers.major_deprecation 2,
|
888
|
+
"The `#{flag_name}` flag is deprecated because it relies on being " \
|
889
|
+
"remembered across bundler invocations, which bundler will no longer " \
|
890
|
+
"do in future versions. Instead please use `bundle config set --local #{name.tr("-", "_")} " \
|
891
|
+
"'#{value}'`, and stop using this flag"
|
892
|
+
end
|
789
893
|
end
|
790
894
|
end
|