[ruby-cvs:78688] 38002a8adb (master): Prepare to release bundler-2.1.0

"Hiroshi SHIBATA" <[email protected]>
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Hiroshi SHIBATA	2019-12-14 19:49:16 +0900 (Sat, 14 Dec 2019)

  New Revision: 38002a8adb

  https://github.com/ruby/ruby/commit/38002a8adb

  Log:
    Prepare to release bundler-2.1.0

  Added files:
    lib/bundler/vendor/uri/lib/uri.rb
    lib/bundler/vendor/uri/lib/uri/common.rb
    lib/bundler/vendor/uri/lib/uri/file.rb
    lib/bundler/vendor/uri/lib/uri/ftp.rb
    lib/bundler/vendor/uri/lib/uri/generic.rb
    lib/bundler/vendor/uri/lib/uri/http.rb
    lib/bundler/vendor/uri/lib/uri/https.rb
    lib/bundler/vendor/uri/lib/uri/ldap.rb
    lib/bundler/vendor/uri/lib/uri/ldaps.rb
    lib/bundler/vendor/uri/lib/uri/mailto.rb
    lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
    lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
    lib/bundler/vendor/uri/lib/uri/version.rb
    lib/bundler/vendored_uri.rb
  Removed files:
    spec/bundler/rubygems/rubygems.rb
  Modified files:
    lib/bundler.rb
    lib/bundler/cli.rb
    lib/bundler/cli/config.rb
    lib/bundler/cli/exec.rb
    lib/bundler/cli/update.rb
    lib/bundler/feature_flag.rb
    lib/bundler/fetcher.rb
    lib/bundler/fetcher/downloader.rb
    lib/bundler/fetcher/index.rb
    lib/bundler/friendly_errors.rb
    lib/bundler/gem_helper.rb
    lib/bundler/inline.rb
    lib/bundler/lazy_specification.rb
    lib/bundler/mirror.rb
    lib/bundler/plugin/api/source.rb
    lib/bundler/remote_specification.rb
    lib/bundler/rubygems_integration.rb
    lib/bundler/settings.rb
    lib/bundler/source/git.rb
    lib/bundler/source/git/git_proxy.rb
    lib/bundler/source/rubygems.rb
    lib/bundler/source/rubygems/remote.rb
    lib/bundler/uri_credentials_filter.rb
    lib/bundler/vendor/fileutils/lib/fileutils.rb
    lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
    lib/bundler/vendor/thor/lib/thor.rb
    lib/bundler/vendor/thor/lib/thor/actions.rb
    lib/bundler/vendor/thor/lib/thor/base.rb
    lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
    lib/bundler/vendor/thor/lib/thor/parser/option.rb
    lib/bundler/vendor/thor/lib/thor/runner.rb
    lib/bundler/vendor/thor/lib/thor/shell/basic.rb
    lib/bundler/vendor/thor/lib/thor/shell/html.rb
    lib/bundler/vendor/thor/lib/thor/util.rb
    lib/bundler/version.rb
    man/bundle-add.1
    man/bundle-add.1.txt
    man/bundle-binstubs.1
    man/bundle-binstubs.1.txt
    man/bundle-cache.1
    man/bundle-cache.1.txt
    man/bundle-check.1
    man/bundle-check.1.txt
    man/bundle-clean.1
    man/bundle-clean.1.txt
    man/bundle-config.1
    man/bundle-config.1.txt
    man/bundle-doctor.1
    man/bundle-doctor.1.txt
    man/bundle-exec.1
    man/bundle-exec.1.txt
    man/bundle-gem.1
    man/bundle-gem.1.txt
    man/bundle-info.1
    man/bundle-info.1.txt
    man/bundle-init.1
    man/bundle-init.1.txt
    man/bundle-inject.1
    man/bundle-inject.1.txt
    man/bundle-install.1
    man/bundle-install.1.txt
    man/bundle-list.1
    man/bundle-list.1.txt
    man/bundle-lock.1
    man/bundle-lock.1.txt
    man/bundle-open.1
    man/bundle-open.1.txt
    man/bundle-outdated.1
    man/bundle-outdated.1.txt
    man/bundle-platform.1
    man/bundle-platform.1.txt
    man/bundle-pristine.1
    man/bundle-pristine.1.txt
    man/bundle-remove.1
    man/bundle-remove.1.txt
    man/bundle-show.1
    man/bundle-show.1.txt
    man/bundle-update.1
    man/bundle-update.1.txt
    man/bundle-viz.1
    man/bundle-viz.1.txt
    man/bundle.1
    man/bundle.1.txt
    man/gemfile.5
    man/gemfile.5.txt
    spec/bundler/bundler/definition_spec.rb
    spec/bundler/bundler/env_spec.rb
    spec/bundler/bundler/fetcher/base_spec.rb
    spec/bundler/bundler/fetcher/compact_index_spec.rb
    spec/bundler/bundler/fetcher/dependency_spec.rb
    spec/bundler/bundler/fetcher/downloader_spec.rb
    spec/bundler/bundler/fetcher/index_spec.rb
    spec/bundler/bundler/fetcher_spec.rb
    spec/bundler/bundler/friendly_errors_spec.rb
    spec/bundler/bundler/mirror_spec.rb
    spec/bundler/bundler/rubygems_integration_spec.rb
    spec/bundler/bundler/settings_spec.rb
    spec/bundler/bundler/source/rubygems/remote_spec.rb
    spec/bundler/bundler/source_list_spec.rb
    spec/bundler/bundler/uri_credentials_filter_spec.rb
    spec/bundler/bundler/vendored_persistent_spec.rb
    spec/bundler/commands/binstubs_spec.rb
    spec/bundler/commands/clean_spec.rb
    spec/bundler/commands/exec_spec.rb
    spec/bundler/commands/install_spec.rb
    spec/bundler/commands/outdated_spec.rb
    spec/bundler/commands/version_spec.rb
    spec/bundler/install/deploy_spec.rb
    spec/bundler/install/gemfile/path_spec.rb
    spec/bundler/install/gems/compact_index_spec.rb
    spec/bundler/install/gems/resolving_spec.rb
    spec/bundler/install/gems/sudo_spec.rb
    spec/bundler/install/git_spec.rb
    spec/bundler/other/major_deprecation_spec.rb
    spec/bundler/realworld/edgecases_spec.rb
    spec/bundler/runtime/gem_tasks_spec.rb
    spec/bundler/runtime/inline_spec.rb
    spec/bundler/runtime/setup_spec.rb
    spec/bundler/spec_helper.rb
    spec/bundler/support/artifice/compact_index.rb
    spec/bundler/support/artifice/compact_index_api_missing.rb
    spec/bundler/support/artifice/compact_index_extra_api_missing.rb
    spec/bundler/support/artifice/compact_index_extra_missing.rb
    spec/bundler/support/artifice/endpoint.rb
    spec/bundler/support/artifice/endpoint_api_missing.rb
    spec/bundler/support/artifice/endpoint_extra_missing.rb
    spec/bundler/support/artifice/windows.rb
    spec/bundler/support/helpers.rb
    spec/bundler/support/path.rb
    spec/bundler/support/rubygems_ext.rb
    spec/bundler/support/rubygems_version_manager.rb
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.