Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpollman/2753a68b1dd6a9552009b41761e7c401 to your computer and use it in GitHub Desktop.
Save bpollman/2753a68b1dd6a9552009b41761e7c401 to your computer and use it in GitHub Desktop.

Merging Rubygems and Bundler

1.sh:

#!/bin/sh
set -eux
rm -rf rubygems bundler
git clone https://github.com/rubygems/rubygems
git clone https://github.com/rubygems/bundler
(cd bundler
time git filter-repo --to-subdirectory-filter bundler # --tag-rename :bundler-
)
(cd rubygems
git co f553da065 # switch to the commit before the merge
git remote add bundler ../bundler
git fetch bundler --no-tags
EDITOR=true git merge --allow-unrelated-histories bundler/master
git remote remove bundler
)

The result: https://github.com/x-yuri/rubygems-and-bundler-merge

$ time ./1.sh
+ rm -rf rubygems bundler
+ git clone https://github.com/rubygems/rubygems
Cloning into 'rubygems'...
remote: Enumerating objects: 334, done.
remote: Counting objects: 100% (334/334), done.
remote: Compressing objects: 100% (161/161), done.
remote: Total 162445 (delta 202), reused 268 (delta 163), pack-reused 162111
Receiving objects: 100% (162445/162445), 82.27 MiB | 2.97 MiB/s, done.
Resolving deltas: 100% (96383/96383), done.
+ git clone https://github.com/rubygems/bundler
Cloning into 'bundler'...
remote: Enumerating objects: 480613, done.
remote: Total 480613 (delta 0), reused 0 (delta 0), pack-reused 480613
Receiving objects: 100% (480613/480613), 221.60 MiB | 2.78 MiB/s, done.
Resolving deltas: 100% (354194/354194), done.
+ cd bundler
+ git filter-repo --to-subdirectory-filter bundler
Parsed 76468 commits
New history written in 21.86 seconds; now repacking/cleaning...
Repacking your repo and cleaning out old unneeded objects
HEAD is now at 28c84f6dc7 Merge pull request #7671 from rubygems/merge-rubygems
Enumerating objects: 555203, done.
Counting objects: 100% (555203/555203), done.
Delta compression using up to 4 threads
Compressing objects: 100% (122864/122864), done.
Writing objects: 100% (555203/555203), done.
Total 555203 (delta 350261), reused 555188 (delta 350246), pack-reused 0
Completely finished after 63.33 seconds.
real 1m3.782s
user 0m44.890s
sys 0m20.871s
+ cd rubygems
+ git co f553da065
Note: switching to 'f553da065'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at f553da065 Remove submodule bundler
+ git remote add bundler ../bundler
+ git fetch bundler --no-tags
remote: Enumerating objects: 111337, done.
remote: Counting objects: 100% (111337/111337), done.
remote: Compressing objects: 100% (32496/32496), done.
remote: Total 111337 (delta 63316), reused 111332 (delta 63313), pack-reused 0
Receiving objects: 100% (111337/111337), 62.62 MiB | 34.01 MiB/s, done.
Resolving deltas: 100% (63316/63316), done.
From ../bundler
* [new branch] 0-8-stable -> bundler/0-8-stable
* [new branch] 0-9-stable -> bundler/0-9-stable
* [new branch] 1-0-stable -> bundler/1-0-stable
* [new branch] 1-1-stable -> bundler/1-1-stable
* [new branch] 1-10-stable -> bundler/1-10-stable
* [new branch] 1-11-stable -> bundler/1-11-stable
* [new branch] 1-12-stable -> bundler/1-12-stable
* [new branch] 1-13-stable -> bundler/1-13-stable
* [new branch] 1-14-stable -> bundler/1-14-stable
* [new branch] 1-15-stable -> bundler/1-15-stable
* [new branch] 1-16-stable -> bundler/1-16-stable
* [new branch] 1-17-stable -> bundler/1-17-stable
* [new branch] 1-2-stable -> bundler/1-2-stable
* [new branch] 1-3-stable -> bundler/1-3-stable
* [new branch] 1-5-stable -> bundler/1-5-stable
* [new branch] 1-6-stable -> bundler/1-6-stable
* [new branch] 1-7-stable -> bundler/1-7-stable
* [new branch] 1-8-stable -> bundler/1-8-stable
* [new branch] 1-9-stable -> bundler/1-9-stable
* [new branch] 1-99-dev -> bundler/1-99-dev
* [new branch] 171 -> bundler/171
* [new branch] 1_13_2_changelog_edit -> bundler/1_13_2_changelog_edit
* [new branch] 2-0-dev -> bundler/2-0-dev
* [new branch] 2-0-dev-archived -> bundler/2-0-dev-archived
* [new branch] 2-0-stable -> bundler/2-0-stable
* [new branch] 2-1-stable -> bundler/2-1-stable
* [new branch] 2_1_0_pre_3_with_lazy_readline -> bundler/2_1_0_pre_3_with_lazy_readlin
e
* [new branch] 3982-clean-rubylib -> bundler/3982-clean-rubylib
* [new branch] 4064 -> bundler/4064
* [new branch] aa-implicit-ruby-versions -> bundler/aa-implicit-ruby-versions
* [new branch] aa-revert-4998 -> bundler/aa-revert-4998
* [new branch] add_gemfile -> bundler/add_gemfile
* [new branch] auto -> bundler/auto
* [new branch] auto_install_dev_deps -> bundler/auto_install_dev_deps
* [new branch] autobundle -> bundler/autobundle
* [new branch] balanced_test_times -> bundler/balanced_test_times
* [new branch] bionic -> bundler/bionic
* [new branch] bundle_update -> bundler/bundle_update
* [new branch] catch_up_with_rubygems_plugin_loading_changes -> bundler/catch_up_with_rub
ygems_plugin_loading_changes
* [new branch] checksum -> bundler/checksum
* [new branch] ci/balance_github_actions_test_times -> bundler/ci/balance_github_actions_
test_times
* [new branch] circle_ci -> bundler/circle_ci
* [new branch] colby-testing -> bundler/colby-testing
* [new branch] colby/bundler-2-docs -> bundler/colby/bundler-2-docs
* [new branch] colby/bundler-2-install-doc -> bundler/colby/bundler-2-install-doc
* [new branch] colby/remove-bundler-init-default-gemsrb -> bundler/colby/remove-bundler-i
nit-default-gemsrb
* [new branch] colby/spec-system-bundler -> bundler/colby/spec-system-bundler
* [new branch] colby/test-6689 -> bundler/colby/test-6689
* [new branch] colby/testing -> bundler/colby/testing
* [new branch] colby/travis-build-stages -> bundler/colby/travis-build-stages
* [new branch] colby/update-rubocop-ruby-version -> bundler/colby/update-rubocop-ruby-ver
sion
* [new branch] config_location -> bundler/config_location
* [new branch] default-travis-emails -> bundler/default-travis-emails
* [new branch] disable_multisource_improvements -> bundler/disable_multisource_improveme
nts
* [new branch] dont_run_git_commands_during_runtime -> bundler/dont_run_git_commands_duri
ng_runtime
* [new branch] dwr-metadata -> bundler/dwr-metadata
* [new branch] execless -> bundler/execless
* [new branch] faster_git_clone -> bundler/faster_git_clone
* [new branch] fetchers_fetchers_everywhere -> bundler/fetchers_fetchers_everywhere
* [new branch] fix_missing_gem_dir -> bundler/fix_missing_gem_dir
* [new branch] fix_pristine_with_default_gems -> bundler/fix_pristine_with_default_gem
s
* [new branch] further_disablement -> bundler/further_disablement
* [new branch] gem_tasks -> bundler/gem_tasks
* [new branch] gemfile_hashing -> bundler/gemfile_hashing
* [new branch] gh-pages -> bundler/gh-pages
* [new branch] homu-tmp -> bundler/homu-tmp
* [new branch] improve_gem_require_errors -> bundler/improve_gem_require_errors
* [new branch] improve_worker_shutdown -> bundler/improve_worker_shutdown
* [new branch] indirect/deprecation-with-warnings -> bundler/indirect/deprecation-with-wa
rnings
* [new branch] indirect/playbooks -> bundler/indirect/playbooks
* [new branch] issue-3671 -> bundler/issue-3671
* [new branch] latest_graphviz -> bundler/latest_graphviz
* [new branch] linux_azure -> bundler/linux_azure
* [new branch] master -> bundler/master
* [new branch] more_old_rubies_cleanups -> bundler/more_old_rubies_cleanups
* [new branch] more_relative_code_loading -> bundler/more_relative_code_loading
* [new branch] never_activate_fileutils -> bundler/never_activate_fileutils
* [new branch] new-index -> bundler/new-index
* [new branch] old-gem-version -> bundler/old-gem-version
* [new branch] parallel_threads -> bundler/parallel_threads
* [new branch] parallelize_again -> bundler/parallelize_again
* [new branch] platforms -> bundler/platforms
* [new branch] refactor-resolver -> bundler/refactor-resolver
* [new branch] remove_ancient_checks -> bundler/remove_ancient_checks
* [new branch] remove_bundler_dev_deps -> bundler/remove_bundler_dev_deps
* [new branch] remove_deprecations_from_specs -> bundler/remove_deprecations_from_spec
s
* [new branch] remove_major_deprecation_ui -> bundler/remove_major_deprecation_ui
* [new branch] remove_net_http_persistent_retries -> bundler/remove_net_http_persistent_r
etries
* [new branch] remove_unnecessary_check -> bundler/remove_unnecessary_check
* [new branch] remove_unneded_things -> bundler/remove_unneded_things
* [new branch] removing_the_spec_gil -> bundler/removing_the_spec_gil
* [new branch] resolve-running-ruby -> bundler/resolve-running-ruby
* [new branch] retry_network -> bundler/retry_network
* [new branch] revert_bin_activation_rubygems_monkeypatches -> bundler/revert_bin_activat
ion_rubygems_monkeypatches
* [new branch] revert_net_http_persistent_upgrade -> bundler/revert_net_http_persistent_u
pgrade
* [new branch] rgb-manpage-additions -> bundler/rgb-manpage-additions
* [new branch] rubygems22_exts -> bundler/rubygems22_exts
* [new branch] rubygems_gemdeps -> bundler/rubygems_gemdeps
* [new branch] rubymorillo-patch-1 -> bundler/rubymorillo-patch-1
* [new branch] seg-binstubs-shebang -> bundler/seg-binstubs-shebang
* [new branch] seg-bundle-gem-github-source -> bundler/seg-bundle-gem-github-source
* [new branch] seg-bundle-gem-invalid-constant -> bundler/seg-bundle-gem-invalid-consta
nt
* [new branch] seg-default-command -> bundler/seg-default-command
* [new branch] seg-definition-from-lockfile -> bundler/seg-definition-from-lockfile
* [new branch] seg-definition-to-ruby -> bundler/seg-definition-to-ruby
* [new branch] seg-deprecate-github-git-source -> bundler/seg-deprecate-github-git-sour
ce
* [new branch] seg-downloader-error -> bundler/seg-downloader-error
* [new branch] seg-dsl-force-version -> bundler/seg-dsl-force-version
* [new branch] seg-error-report -> bundler/seg-error-report
* [new branch] seg-hot-mess-in-proc-specs -> bundler/seg-hot-mess-in-proc-specs
* [new branch] seg-implicitly-lock-ruby -> bundler/seg-implicitly-lock-ruby
* [new branch] seg-in-process-tests -> bundler/seg-in-process-tests
* [new branch] seg-install-if-eval -> bundler/seg-install-if-eval
* [new branch] seg-json-gemfile -> bundler/seg-json-gemfile
* [new branch] seg-lockfile-corrupted-no-deadlock -> bundler/seg-lockfile-corrupted-no-de
adlock
* [new branch] seg-parallel-travis -> bundler/seg-parallel-travis
* [new branch] seg-release-no-changes -> bundler/seg-release-no-changes
* [new branch] seg-release-tasks -> bundler/seg-release-tasks
* [new branch] seg-remove-fakeweb -> bundler/seg-remove-fakeweb
* [new branch] seg-split-gem-download-from-install -> bundler/seg-split-gem-download-from
-install
* [new branch] seg-travis-run-against-setup-rg -> bundler/seg-travis-run-against-setup-
rg
* [new branch] segiddins/bundle-gem-version-file -> bundler/segiddins/bundle-gem-version-
file
* [new branch] segiddins/fail-gracefully-when-resetting-to-rev-fails -> bundler/segiddins
/fail-gracefully-when-resetting-to-rev-fails
* [new branch] segiddins/log-everything-in-tmp -> bundler/segiddins/log-everything-in-t
mp
* [new branch] segiddins/sys-install-command -> bundler/segiddins/sys-install-command
* [new branch] segiddins/updater-use-more-filesystem-access -> bundler/segiddins/updater-
use-more-filesystem-access
* [new branch] simplify_stuff -> bundler/simplify_stuff
* [new branch] sources -> bundler/sources
* [new branch] spec-for-3896 -> bundler/spec-for-3896
* [new branch] staging -> bundler/staging
* [new branch] stop_installing_plugins_after_install_for_path_gems -> bundler/stop_instal
ling_plugins_after_install_for_path_gems
* [new branch] sudo_on_gh_actions -> bundler/sudo_on_gh_actions
* [new branch] test/more_windows_improvements -> bundler/test/more_windows_improvement
s
* [new branch] test_default_gems -> bundler/test_default_gems
* [new branch] test_dir_in_tmp -> bundler/test_dir_in_tmp
* [new branch] travis-docker -> bundler/travis-docker
* [new branch] try -> bundler/try
* [new branch] trying -> bundler/trying
* [new branch] uncomment_working_test -> bundler/uncomment_working_test
* [new branch] unsupported_sources -> bundler/unsupported_sources
* [new branch] upgrading -> bundler/upgrading
* [new branch] user_agent -> bundler/user_agent
* [new branch] user_agent2 -> bundler/user_agent2
* [new branch] vendorize_artifice -> bundler/vendorize_artifice
+ EDITOR=true
+ git merge --allow-unrelated-histories bundler/master
Merge made by the 'recursive' strategy.
bundler/.codeclimate.yml | 25 +
bundler/.github/FUNDING.yml | 1 +
bundler/.github/PULL_REQUEST_TEMPLATE.md | 19 +
bundler/.github/bors.toml | 33 +
bundler/.github/config.yml | 9 +
bundler/.github/workflows/jruby.yml | 31 +
bundler/.github/workflows/ubuntu-bundler3.yml | 38 +
bundler/.github/workflows/ubuntu-lint.yml | 24 +
bundler/.github/workflows/ubuntu.yml | 62 +
bundler/.github/workflows/windows.yml | 33 +
bundler/.gitignore | 13 +
bundler/.rspec | 4 +
bundler/.rspec_parallel | 4 +
bundler/.rubocop.yml | 810 +++++++
bundler/CHANGELOG.md | 3301 +++++++++++++++++++++++++++
bundler/CODE_OF_CONDUCT.md | 81 +
bundler/LICENSE.md | 22 +
bundler/README.md | 67 +
bundler/Rakefile | 262 +++
bundler/UPGRADING.md | 215 ++
bundler/bin/bundle | 8 +
bundler/bin/bundle2 | 8 +
bundler/bin/parallel_rspec | 6 +
bundler/bin/rake | 6 +
bundler/bin/ronn | 6 +
bundler/bin/rspec | 6 +
bundler/bin/rubocop | 6 +
bundler/bundler.gemspec | 47 +
bundler/doc/POLICIES.md | 81 +
bundler/doc/README.md | 30 +
bundler/doc/TROUBLESHOOTING.md | 67 +
bundler/doc/contributing/BUG_TRIAGE.md | 53 +
bundler/doc/contributing/COMMUNITY.md | 13 +
bundler/doc/contributing/GETTING_HELP.md | 11 +
bundler/doc/contributing/HOW_YOU_CAN_HELP.md | 27 +
bundler/doc/contributing/ISSUES.md | 51 +
bundler/doc/contributing/README.md | 29 +
bundler/doc/development/NEW_FEATURES.md | 10 +
bundler/doc/development/PULL_REQUESTS.md | 36 +
bundler/doc/development/README.md | 19 +
bundler/doc/development/SETUP.md | 48 +
bundler/doc/documentation/README.md | 31 +
bundler/doc/documentation/VISION.md | 26 +
bundler/doc/documentation/WRITING.md | 67 +
bundler/doc/playbooks/RELEASING.md | 158 ++
bundler/doc/playbooks/TEAM_CHANGES.md | 43 +
bundler/exe/bundle | 47 +
bundler/exe/bundler | 4 +
bundler/lib/bundler.rb | 693 ++++++
bundler/lib/bundler/build_metadata.rb | 51 +
bundler/lib/bundler/capistrano.rb | 22 +
bundler/lib/bundler/cli.rb | 829 +++++++
bundler/lib/bundler/cli/add.rb | 47 +
bundler/lib/bundler/cli/binstubs.rb | 49 +
bundler/lib/bundler/cli/cache.rb | 48 +
bundler/lib/bundler/cli/check.rb | 38 +
bundler/lib/bundler/cli/clean.rb | 25 +
bundler/lib/bundler/cli/common.rb | 101 +
bundler/lib/bundler/cli/config.rb | 194 ++
bundler/lib/bundler/cli/console.rb | 43 +
bundler/lib/bundler/cli/doctor.rb | 140 ++
bundler/lib/bundler/cli/exec.rb | 93 +
bundler/lib/bundler/cli/gem.rb | 268 +++
bundler/lib/bundler/cli/info.rb | 69 +
bundler/lib/bundler/cli/init.rb | 47 +
bundler/lib/bundler/cli/inject.rb | 60 +
bundler/lib/bundler/cli/install.rb | 219 ++
bundler/lib/bundler/cli/issue.rb | 40 +
bundler/lib/bundler/cli/list.rb | 60 +
bundler/lib/bundler/cli/lock.rb | 63 +
bundler/lib/bundler/cli/open.rb | 30 +
bundler/lib/bundler/cli/outdated.rb | 295 +++
bundler/lib/bundler/cli/platform.rb | 46 +
bundler/lib/bundler/cli/plugin.rb | 31 +
bundler/lib/bundler/cli/pristine.rb | 52 +
bundler/lib/bundler/cli/remove.rb | 18 +
bundler/lib/bundler/cli/show.rb | 75 +
bundler/lib/bundler/cli/update.rb | 111 +
bundler/lib/bundler/cli/viz.rb | 31 +
bundler/lib/bundler/compact_index_client.rb | 125 +
bundler/lib/bundler/compact_index_client/cache.rb | 110 +
bundler/lib/bundler/compact_index_client/gem_parser.rb | 66 +
bundler/lib/bundler/compact_index_client/updater.rb | 112 +
bundler/lib/bundler/constants.rb | 7 +
bundler/lib/bundler/current_ruby.rb | 95 +
bundler/lib/bundler/definition.rb | 1002 ++++++++
bundler/lib/bundler/dep_proxy.rb | 48 +
bundler/lib/bundler/dependency.rb | 142 ++
bundler/lib/bundler/deployment.rb | 69 +
bundler/lib/bundler/deprecate.rb | 44 +
bundler/lib/bundler/dsl.rb | 590 +++++
bundler/lib/bundler/endpoint_specification.rb | 141 ++
bundler/lib/bundler/env.rb | 150 ++
bundler/lib/bundler/environment_preserver.rb | 58 +
bundler/lib/bundler/errors.rb | 158 ++
bundler/lib/bundler/feature_flag.rb | 63 +
bundler/lib/bundler/fetcher.rb | 315 +++
bundler/lib/bundler/fetcher/base.rb | 52 +
bundler/lib/bundler/fetcher/compact_index.rb | 140 ++
bundler/lib/bundler/fetcher/dependency.rb | 82 +
bundler/lib/bundler/fetcher/downloader.rb | 87 +
bundler/lib/bundler/fetcher/index.rb | 54 +
bundler/lib/bundler/friendly_errors.rb | 124 +
bundler/lib/bundler/gem_helper.rb | 216 ++
bundler/lib/bundler/gem_helpers.rb | 99 +
bundler/lib/bundler/gem_tasks.rb | 7 +
bundler/lib/bundler/gem_version_promoter.rb | 190 ++
bundler/lib/bundler/gemdeps.rb | 29 +
bundler/lib/bundler/graph.rb | 152 ++
bundler/lib/bundler/index.rb | 213 ++
bundler/lib/bundler/injector.rb | 255 +++
bundler/lib/bundler/inline.rb | 84 +
bundler/lib/bundler/installer.rb | 311 +++
bundler/lib/bundler/installer/gem_installer.rb | 89 +
bundler/lib/bundler/installer/parallel_installer.rb | 229 ++
bundler/lib/bundler/installer/standalone.rb | 52 +
bundler/lib/bundler/lazy_specification.rb | 135 ++
bundler/lib/bundler/lockfile_generator.rb | 95 +
bundler/lib/bundler/lockfile_parser.rb | 249 ++
bundler/lib/bundler/match_platform.rb | 24 +
bundler/lib/bundler/mirror.rb | 223 ++
bundler/lib/bundler/plugin.rb | 305 +++
bundler/lib/bundler/plugin/api.rb | 81 +
bundler/lib/bundler/plugin/api/source.rb | 304 +++
bundler/lib/bundler/plugin/dsl.rb | 53 +
bundler/lib/bundler/plugin/events.rb | 61 +
bundler/lib/bundler/plugin/index.rb | 173 ++
bundler/lib/bundler/plugin/installer.rb | 109 +
bundler/lib/bundler/plugin/installer/git.rb | 38 +
bundler/lib/bundler/plugin/installer/rubygems.rb | 27 +
bundler/lib/bundler/plugin/source_list.rb | 27 +
bundler/lib/bundler/process_lock.rb | 24 +
bundler/lib/bundler/psyched_yaml.rb | 37 +
bundler/lib/bundler/remote_specification.rb | 112 +
bundler/lib/bundler/resolver.rb | 444 ++++
bundler/lib/bundler/resolver/spec_group.rb | 128 ++
bundler/lib/bundler/retry.rb | 66 +
bundler/lib/bundler/ruby_dsl.rb | 18 +
bundler/lib/bundler/ruby_version.rb | 137 ++
bundler/lib/bundler/rubygems_ext.rb | 154 ++
bundler/lib/bundler/rubygems_gem_installer.rb | 99 +
bundler/lib/bundler/rubygems_integration.rb | 619 +++++
bundler/lib/bundler/runtime.rb | 315 +++
bundler/lib/bundler/settings.rb | 433 ++++
bundler/lib/bundler/settings/validator.rb | 102 +
bundler/lib/bundler/setup.rb | 27 +
bundler/lib/bundler/shared_helpers.rb | 358 +++
bundler/lib/bundler/similarity_detector.rb | 63 +
bundler/lib/bundler/source.rb | 94 +
bundler/lib/bundler/source/gemspec.rb | 18 +
bundler/lib/bundler/source/git.rb | 336 +++
bundler/lib/bundler/source/git/git_proxy.rb | 259 +++
bundler/lib/bundler/source/metadata.rb | 67 +
bundler/lib/bundler/source/path.rb | 258 +++
bundler/lib/bundler/source/path/installer.rb | 74 +
bundler/lib/bundler/source/rubygems.rb | 545 +++++
bundler/lib/bundler/source/rubygems/remote.rb | 68 +
bundler/lib/bundler/source_list.rb | 183 ++
bundler/lib/bundler/spec_set.rb | 203 ++
bundler/lib/bundler/stub_specification.rb | 96 +
bundler/lib/bundler/templates/.document | 1 +
bundler/lib/bundler/templates/Executable | 29 +
bundler/lib/bundler/templates/Executable.bundler | 114 +
bundler/lib/bundler/templates/Executable.standalone | 14 +
bundler/lib/bundler/templates/Gemfile | 7 +
bundler/lib/bundler/templates/gems.rb | 8 +
bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt | 84 +
bundler/lib/bundler/templates/newgem/Gemfile.tt | 15 +
bundler/lib/bundler/templates/newgem/LICENSE.txt.tt | 21 +
bundler/lib/bundler/templates/newgem/README.md.tt | 48 +
bundler/lib/bundler/templates/newgem/Rakefile.tt | 37 +
bundler/lib/bundler/templates/newgem/bin/console.tt | 14 +
bundler/lib/bundler/templates/newgem/bin/setup.tt | 8 +
bundler/lib/bundler/templates/newgem/exe/newgem.tt | 3 +
bundler/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt | 3 +
bundler/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt | 9 +
bundler/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt | 6 +
bundler/lib/bundler/templates/newgem/gitignore.tt | 20 +
bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt | 13 +
bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt | 7 +
bundler/lib/bundler/templates/newgem/newgem.gemspec.tt | 34 +
bundler/lib/bundler/templates/newgem/rspec.tt | 3 +
bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt | 9 +
bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt | 14 +
.../lib/bundler/templates/newgem/test/minitest/newgem_test.rb.tt | 11 +
.../lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt | 4 +
.../bundler/templates/newgem/test/test-unit/newgem_test.rb.tt | 13 +
.../bundler/templates/newgem/test/test-unit/test_helper.rb.tt | 4 +
bundler/lib/bundler/templates/newgem/travis.yml.tt | 6 +
bundler/lib/bundler/ui.rb | 9 +
bundler/lib/bundler/ui/rg_proxy.rb | 19 +
bundler/lib/bundler/ui/shell.rb | 142 ++
bundler/lib/bundler/ui/silent.rb | 69 +
bundler/lib/bundler/uri_credentials_filter.rb | 41 +
.../lib/bundler/vendor/connection_pool/lib/connection_pool.rb | 161 ++
.../vendor/connection_pool/lib/connection_pool/monotonic_time.rb | 66 +
.../vendor/connection_pool/lib/connection_pool/timed_stack.rb | 176 ++
.../vendor/connection_pool/lib/connection_pool/version.rb | 3 +
bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb | 1764 ++++++++++++++
bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb | 12 +
.../lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb | 26 +
.../vendor/molinillo/lib/molinillo/delegates/resolution_state.rb | 57 +
.../molinillo/lib/molinillo/delegates/specification_provider.rb | 81 +
.../bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb | 223 ++
.../vendor/molinillo/lib/molinillo/dependency_graph/action.rb | 36 +
.../lib/molinillo/dependency_graph/add_edge_no_circular.rb | 66 +
.../molinillo/lib/molinillo/dependency_graph/add_vertex.rb | 62 +
.../molinillo/lib/molinillo/dependency_graph/delete_edge.rb | 63 +
.../lib/molinillo/dependency_graph/detach_vertex_named.rb | 61 +
.../vendor/molinillo/lib/molinillo/dependency_graph/log.rb | 126 +
.../molinillo/lib/molinillo/dependency_graph/set_payload.rb | 46 +
.../vendor/molinillo/lib/molinillo/dependency_graph/tag.rb | 36 +
.../vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb | 158 ++
bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb | 143 ++
.../lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb | 6 +
.../molinillo/lib/molinillo/modules/specification_provider.rb | 101 +
bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb | 67 +
bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb | 837 +++++++
bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb | 46 +
bundler/lib/bundler/vendor/molinillo/lib/molinillo/state.rb | 58 +
.../vendor/net-http-persistent/lib/net/http/persistent.rb | 1180 ++++++++++
.../net-http-persistent/lib/net/http/persistent/connection.rb | 40 +
.../vendor/net-http-persistent/lib/net/http/persistent/pool.rb | 53 +
.../lib/net/http/persistent/timed_stack_multi.rb | 79 +
bundler/lib/bundler/vendor/thor/lib/thor.rb | 524 +++++
bundler/lib/bundler/vendor/thor/lib/thor/actions.rb | 336 +++
bundler/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb | 104 +
bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb | 60 +
bundler/lib/bundler/vendor/thor/lib/thor/actions/directory.rb | 108 +
.../lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb | 143 ++
.../bundler/vendor/thor/lib/thor/actions/file_manipulation.rb | 373 +++
.../lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb | 120 +
bundler/lib/bundler/vendor/thor/lib/thor/base.rb | 690 ++++++
bundler/lib/bundler/vendor/thor/lib/thor/command.rb | 142 ++
.../thor/lib/thor/core_ext/hash_with_indifferent_access.rb | 97 +
bundler/lib/bundler/vendor/thor/lib/thor/error.rb | 110 +
bundler/lib/bundler/vendor/thor/lib/thor/group.rb | 281 +++
bundler/lib/bundler/vendor/thor/lib/thor/invocation.rb | 178 ++
bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb | 17 +
bundler/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb | 37 +
bundler/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb | 88 +
bundler/lib/bundler/vendor/thor/lib/thor/nested_context.rb | 29 +
bundler/lib/bundler/vendor/thor/lib/thor/parser.rb | 4 +
bundler/lib/bundler/vendor/thor/lib/thor/parser/argument.rb | 70 +
bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb | 175 ++
bundler/lib/bundler/vendor/thor/lib/thor/parser/option.rb | 159 ++
bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb | 236 ++
bundler/lib/bundler/vendor/thor/lib/thor/rake_compat.rb | 72 +
bundler/lib/bundler/vendor/thor/lib/thor/runner.rb | 325 +++
bundler/lib/bundler/vendor/thor/lib/thor/shell.rb | 81 +
bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb | 491 ++++
bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb | 153 ++
bundler/lib/bundler/vendor/thor/lib/thor/shell/html.rb | 126 +
bundler/lib/bundler/vendor/thor/lib/thor/util.rb | 284 +++
bundler/lib/bundler/vendor/thor/lib/thor/version.rb | 3 +
bundler/lib/bundler/vendor/uri/lib/uri.rb | 104 +
bundler/lib/bundler/vendor/uri/lib/uri/common.rb | 744 ++++++
bundler/lib/bundler/vendor/uri/lib/uri/file.rb | 94 +
bundler/lib/bundler/vendor/uri/lib/uri/ftp.rb | 267 +++
bundler/lib/bundler/vendor/uri/lib/uri/generic.rb | 1568 +++++++++++++
bundler/lib/bundler/vendor/uri/lib/uri/http.rb | 88 +
bundler/lib/bundler/vendor/uri/lib/uri/https.rb | 23 +
bundler/lib/bundler/vendor/uri/lib/uri/ldap.rb | 261 +++
bundler/lib/bundler/vendor/uri/lib/uri/ldaps.rb | 21 +
bundler/lib/bundler/vendor/uri/lib/uri/mailto.rb | 294 +++
bundler/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb | 546 +++++
bundler/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb | 125 +
bundler/lib/bundler/vendor/uri/lib/uri/version.rb | 6 +
bundler/lib/bundler/vendored_fileutils.rb | 4 +
bundler/lib/bundler/vendored_molinillo.rb | 4 +
bundler/lib/bundler/vendored_persistent.rb | 54 +
bundler/lib/bundler/vendored_thor.rb | 8 +
bundler/lib/bundler/vendored_uri.rb | 4 +
bundler/lib/bundler/version.rb | 9 +
bundler/lib/bundler/version_ranges.rb | 122 +
bundler/lib/bundler/vlad.rb | 17 +
bundler/lib/bundler/worker.rb | 104 +
bundler/lib/bundler/yaml_serializer.rb | 89 +
bundler/man/bundle-add.1 | 66 +
bundler/man/bundle-add.1.txt | 58 +
bundler/man/bundle-add.ronn | 46 +
bundler/man/bundle-binstubs.1 | 40 +
bundler/man/bundle-binstubs.1.txt | 48 +
bundler/man/bundle-binstubs.ronn | 43 +
bundler/man/bundle-cache.1 | 55 +
bundler/man/bundle-cache.1.txt | 78 +
bundler/man/bundle-cache.ronn | 72 +
bundler/man/bundle-check.1 | 31 +
bundler/man/bundle-check.1.txt | 33 +
bundler/man/bundle-check.ronn | 26 +
bundler/man/bundle-clean.1 | 24 +
bundler/man/bundle-clean.1.txt | 26 +
bundler/man/bundle-clean.ronn | 18 +
bundler/man/bundle-config.1 | 494 ++++
bundler/man/bundle-config.1.txt | 525 +++++
bundler/man/bundle-config.ronn | 398 ++++
bundler/man/bundle-doctor.1 | 44 +
bundler/man/bundle-doctor.1.txt | 44 +
bundler/man/bundle-doctor.ronn | 33 +
bundler/man/bundle-exec.1 | 165 ++
bundler/man/bundle-exec.1.txt | 178 ++
bundler/man/bundle-exec.ronn | 152 ++
bundler/man/bundle-gem.1 | 80 +
bundler/man/bundle-gem.1.txt | 91 +
bundler/man/bundle-gem.ronn | 78 +
bundler/man/bundle-info.1 | 20 +
bundler/man/bundle-info.1.txt | 21 +
bundler/man/bundle-info.ronn | 17 +
bundler/man/bundle-init.1 | 25 +
bundler/man/bundle-init.1.txt | 34 +
bundler/man/bundle-init.ronn | 29 +
bundler/man/bundle-inject.1 | 33 +
bundler/man/bundle-inject.1.txt | 32 +
bundler/man/bundle-inject.ronn | 22 +
bundler/man/bundle-install.1 | 311 +++
bundler/man/bundle-install.1.txt | 401 ++++
bundler/man/bundle-install.ronn | 383 ++++
bundler/man/bundle-list.1 | 50 +
bundler/man/bundle-list.1.txt | 44 +
bundler/man/bundle-list.ronn | 33 +
bundler/man/bundle-lock.1 | 84 +
bundler/man/bundle-lock.1.txt | 93 +
bundler/man/bundle-lock.ronn | 94 +
bundler/man/bundle-open.1 | 32 +
bundler/man/bundle-open.1.txt | 29 +
bundler/man/bundle-open.ronn | 19 +
bundler/man/bundle-outdated.1 | 155 ++
bundler/man/bundle-outdated.1.txt | 131 ++
bundler/man/bundle-outdated.ronn | 111 +
bundler/man/bundle-platform.1 | 61 +
bundler/man/bundle-platform.1.txt | 57 +
bundler/man/bundle-platform.ronn | 42 +
bundler/man/bundle-pristine.1 | 34 +
bundler/man/bundle-pristine.1.txt | 44 +
bundler/man/bundle-pristine.ronn | 34 +
bundler/man/bundle-remove.1 | 31 +
bundler/man/bundle-remove.1.txt | 34 +
bundler/man/bundle-remove.ronn | 23 +
bundler/man/bundle-show.1 | 23 +
bundler/man/bundle-show.1.txt | 27 +
bundler/man/bundle-show.ronn | 21 +
bundler/man/bundle-update.1 | 394 ++++
bundler/man/bundle-update.1.txt | 390 ++++
bundler/man/bundle-update.ronn | 350 +++
bundler/man/bundle-viz.1 | 39 +
bundler/man/bundle-viz.1.txt | 39 +
bundler/man/bundle-viz.ronn | 30 +
bundler/man/bundle.1 | 136 ++
bundler/man/bundle.1.txt | 116 +
bundler/man/bundle.ronn | 111 +
bundler/man/gemfile.5 | 686 ++++++
bundler/man/gemfile.5.ronn | 517 +++++
bundler/man/gemfile.5.txt | 649 ++++++
bundler/man/index.txt | 25 +
bundler/spec/bundler/build_metadata_spec.rb | 49 +
bundler/spec/bundler/bundler_spec.rb | 476 ++++
bundler/spec/bundler/cli_spec.rb | 225 ++
bundler/spec/bundler/compact_index_client/gem_parser_spec.rb | 174 ++
bundler/spec/bundler/compact_index_client/updater_spec.rb | 53 +
bundler/spec/bundler/definition_spec.rb | 355 +++
bundler/spec/bundler/dep_proxy_spec.rb | 22 +
bundler/spec/bundler/dsl_spec.rb | 268 +++
bundler/spec/bundler/endpoint_specification_spec.rb | 71 +
bundler/spec/bundler/env_spec.rb | 210 ++
bundler/spec/bundler/environment_preserver_spec.rb | 79 +
bundler/spec/bundler/fetcher/base_spec.rb | 76 +
bundler/spec/bundler/fetcher/compact_index_spec.rb | 109 +
bundler/spec/bundler/fetcher/dependency_spec.rb | 287 +++
bundler/spec/bundler/fetcher/downloader_spec.rb | 269 +++
bundler/spec/bundler/fetcher/index_spec.rb | 116 +
bundler/spec/bundler/fetcher_spec.rb | 161 ++
bundler/spec/bundler/friendly_errors_spec.rb | 249 ++
bundler/spec/bundler/gem_helper_spec.rb | 341 +++
bundler/spec/bundler/gem_version_promoter_spec.rb | 179 ++
bundler/spec/bundler/index_spec.rb | 36 +
bundler/spec/bundler/installer/gem_installer_spec.rb | 40 +
bundler/spec/bundler/installer/parallel_installer_spec.rb | 47 +
bundler/spec/bundler/installer/spec_installation_spec.rb | 62 +
bundler/spec/bundler/lockfile_parser_spec.rb | 153 ++
bundler/spec/bundler/mirror_spec.rb | 331 +++
bundler/spec/bundler/plugin/api/source_spec.rb | 82 +
bundler/spec/bundler/plugin/api_spec.rb | 83 +
bundler/spec/bundler/plugin/dsl_spec.rb | 38 +
bundler/spec/bundler/plugin/events_spec.rb | 22 +
bundler/spec/bundler/plugin/index_spec.rb | 198 ++
bundler/spec/bundler/plugin/installer_spec.rb | 131 ++
bundler/spec/bundler/plugin/source_list_spec.rb | 25 +
bundler/spec/bundler/plugin_spec.rb | 337 +++
bundler/spec/bundler/psyched_yaml_spec.rb | 9 +
bundler/spec/bundler/remote_specification_spec.rb | 187 ++
bundler/spec/bundler/retry_spec.rb | 81 +
bundler/spec/bundler/ruby_dsl_spec.rb | 95 +
bundler/spec/bundler/ruby_version_spec.rb | 528 +++++
bundler/spec/bundler/rubygems_integration_spec.rb | 102 +
bundler/spec/bundler/settings/validator_spec.rb | 111 +
bundler/spec/bundler/settings_spec.rb | 330 +++
bundler/spec/bundler/shared_helpers_spec.rb | 521 +++++
bundler/spec/bundler/source/git/git_proxy_spec.rb | 148 ++
bundler/spec/bundler/source/git_spec.rb | 28 +
bundler/spec/bundler/source/path_spec.rb | 31 +
bundler/spec/bundler/source/rubygems/remote_spec.rb | 172 ++
bundler/spec/bundler/source/rubygems_spec.rb | 33 +
bundler/spec/bundler/source_list_spec.rb | 463 ++++
bundler/spec/bundler/source_spec.rb | 200 ++
bundler/spec/bundler/spec_set_spec.rb | 77 +
bundler/spec/bundler/stub_specification_spec.rb | 22 +
bundler/spec/bundler/ui/shell_spec.rb | 53 +
bundler/spec/bundler/ui_spec.rb | 41 +
bundler/spec/bundler/uri_credentials_filter_spec.rb | 127 ++
bundler/spec/bundler/vendored_persistent_spec.rb | 77 +
bundler/spec/bundler/version_ranges_spec.rb | 40 +
bundler/spec/bundler/worker_spec.rb | 22 +
bundler/spec/bundler/yaml_serializer_spec.rb | 194 ++
bundler/spec/cache/cache_path_spec.rb | 32 +
bundler/spec/cache/gems_spec.rb | 304 +++
bundler/spec/cache/git_spec.rb | 237 ++
bundler/spec/cache/path_spec.rb | 141 ++
bundler/spec/cache/platform_spec.rb | 49 +
bundler/spec/commands/add_spec.rb | 251 ++
bundler/spec/commands/binstubs_spec.rb | 471 ++++
bundler/spec/commands/cache_spec.rb | 355 +++
bundler/spec/commands/check_spec.rb | 358 +++
bundler/spec/commands/clean_spec.rb | 892 ++++++++
bundler/spec/commands/config_spec.rb | 502 ++++
bundler/spec/commands/console_spec.rb | 106 +
bundler/spec/commands/doctor_spec.rb | 118 +
bundler/spec/commands/exec_spec.rb | 930 ++++++++
bundler/spec/commands/help_spec.rb | 91 +
bundler/spec/commands/info_spec.rb | 162 ++
bundler/spec/commands/init_spec.rb | 171 ++
bundler/spec/commands/inject_spec.rb | 117 +
bundler/spec/commands/install_spec.rb | 590 +++++
bundler/spec/commands/issue_spec.rb | 16 +
bundler/spec/commands/licenses_spec.rb | 31 +
bundler/spec/commands/list_spec.rb | 191 ++
bundler/spec/commands/lock_spec.rb | 368 +++
bundler/spec/commands/newgem_spec.rb | 849 +++++++
bundler/spec/commands/open_spec.rb | 117 +
bundler/spec/commands/outdated_spec.rb | 927 ++++++++
bundler/spec/commands/post_bundle_message_spec.rb | 210 ++
bundler/spec/commands/pristine_spec.rb | 206 ++
bundler/spec/commands/remove_spec.rb | 595 +++++
bundler/spec/commands/show_spec.rb | 224 ++
bundler/spec/commands/update_spec.rb | 1022 +++++++++
bundler/spec/commands/version_spec.rb | 47 +
bundler/spec/commands/viz_spec.rb | 149 ++
bundler/spec/install/allow_offline_install_spec.rb | 98 +
bundler/spec/install/binstubs_spec.rb | 51 +
bundler/spec/install/bundler_spec.rb | 182 ++
bundler/spec/install/deploy_spec.rb | 432 ++++
bundler/spec/install/failure_spec.rb | 144 ++
bundler/spec/install/gemfile/eval_gemfile_spec.rb | 82 +
bundler/spec/install/gemfile/gemspec_spec.rb | 583 +++++
bundler/spec/install/gemfile/git_spec.rb | 1454 ++++++++++++
bundler/spec/install/gemfile/groups_spec.rb | 384 ++++
bundler/spec/install/gemfile/install_if.rb | 44 +
bundler/spec/install/gemfile/lockfile_spec.rb | 48 +
bundler/spec/install/gemfile/path_spec.rb | 739 ++++++
bundler/spec/install/gemfile/platform_spec.rb | 430 ++++
bundler/spec/install/gemfile/ruby_spec.rb | 110 +
bundler/spec/install/gemfile/sources_spec.rb | 647 ++++++
bundler/spec/install/gemfile/specific_platform_spec.rb | 120 +
bundler/spec/install/gemfile_spec.rb | 118 +
bundler/spec/install/gems/compact_index_spec.rb | 1042 +++++++++
bundler/spec/install/gems/dependency_api_spec.rb | 838 +++++++
bundler/spec/install/gems/env_spec.rb | 107 +
bundler/spec/install/gems/flex_spec.rb | 353 +++
bundler/spec/install/gems/mirror_spec.rb | 39 +
bundler/spec/install/gems/native_extensions_spec.rb | 131 ++
bundler/spec/install/gems/post_install_spec.rb | 150 ++
bundler/spec/install/gems/resolving_spec.rb | 268 +++
bundler/spec/install/gems/standalone_spec.rb | 310 +++
bundler/spec/install/gems/sudo_spec.rb | 187 ++
bundler/spec/install/gems/win32_spec.rb | 26 +
bundler/spec/install/gemspecs_spec.rb | 153 ++
bundler/spec/install/git_spec.rb | 85 +
bundler/spec/install/global_cache_spec.rb | 243 ++
bundler/spec/install/path_spec.rb | 209 ++
bundler/spec/install/prereleases_spec.rb | 41 +
bundler/spec/install/process_lock_spec.rb | 35 +
bundler/spec/install/redownload_spec.rb | 90 +
bundler/spec/install/security_policy_spec.rb | 76 +
bundler/spec/install/yanked_spec.rb | 73 +
bundler/spec/lock/git_spec.rb | 34 +
bundler/spec/lock/lockfile_spec.rb | 1493 ++++++++++++
bundler/spec/other/cli_dispatch_spec.rb | 20 +
bundler/spec/other/ext_spec.rb | 61 +
bundler/spec/other/major_deprecation_spec.rb | 562 +++++
bundler/spec/other/platform_spec.rb | 1318 +++++++++++
bundler/spec/plugins/command_spec.rb | 80 +
bundler/spec/plugins/hook_spec.rb | 109 +
bundler/spec/plugins/install_spec.rb | 309 +++
bundler/spec/plugins/list_spec.rb | 60 +
bundler/spec/plugins/source/example_spec.rb | 507 ++++
bundler/spec/plugins/source_spec.rb | 111 +
bundler/spec/quality_es_spec.rb | 61 +
bundler/spec/quality_spec.rb | 269 +++
bundler/spec/realworld/dependency_api_spec.rb | 46 +
bundler/spec/realworld/double_check_spec.rb | 40 +
bundler/spec/realworld/edgecases_spec.rb | 347 +++
bundler/spec/realworld/fixtures/warbler/.gitignore | 1 +
bundler/spec/realworld/fixtures/warbler/Gemfile | 7 +
bundler/spec/realworld/fixtures/warbler/Gemfile.lock | 29 +
bundler/spec/realworld/fixtures/warbler/bin/warbler-example.rb | 3 +
bundler/spec/realworld/fixtures/warbler/demo/demo.gemspec | 10 +
bundler/spec/realworld/gemfile_source_header_spec.rb | 53 +
bundler/spec/realworld/mirror_probe_spec.rb | 144 ++
bundler/spec/realworld/parallel_spec.rb | 66 +
bundler/spec/resolver/basic_spec.rb | 308 +++
bundler/spec/resolver/platform_spec.rb | 192 ++
bundler/spec/runtime/executable_spec.rb | 189 ++
bundler/spec/runtime/gem_tasks_spec.rb | 78 +
bundler/spec/runtime/inline_spec.rb | 353 +++
bundler/spec/runtime/load_spec.rb | 113 +
bundler/spec/runtime/platform_spec.rb | 170 ++
bundler/spec/runtime/require_spec.rb | 452 ++++
bundler/spec/runtime/setup_spec.rb | 1380 +++++++++++
bundler/spec/runtime/with_unbundled_env_spec.rb | 274 +++
bundler/spec/spec_helper.rb | 126 +
bundler/spec/support/artifice/compact_index.rb | 118 +
bundler/spec/support/artifice/compact_index_api_missing.rb | 18 +
.../spec/support/artifice/compact_index_basic_authentication.rb | 15 +
bundler/spec/support/artifice/compact_index_checksum_mismatch.rb | 16 +
.../spec/support/artifice/compact_index_concurrent_download.rb | 32 +
bundler/spec/support/artifice/compact_index_creds_diff_host.rb | 39 +
bundler/spec/support/artifice/compact_index_extra.rb | 37 +
bundler/spec/support/artifice/compact_index_extra_api.rb | 52 +
bundler/spec/support/artifice/compact_index_extra_api_missing.rb | 17 +
bundler/spec/support/artifice/compact_index_extra_missing.rb | 17 +
bundler/spec/support/artifice/compact_index_forbidden.rb | 13 +
bundler/spec/support/artifice/compact_index_host_redirect.rb | 21 +
bundler/spec/support/artifice/compact_index_no_gem.rb | 13 +
bundler/spec/support/artifice/compact_index_partial_update.rb | 38 +
.../spec/support/artifice/compact_index_range_not_satisfiable.rb | 34 +
bundler/spec/support/artifice/compact_index_rate_limited.rb | 48 +
bundler/spec/support/artifice/compact_index_redirects.rb | 21 +
.../artifice/compact_index_strict_basic_authentication.rb | 20 +
.../spec/support/artifice/compact_index_wrong_dependencies.rb | 17 +
.../spec/support/artifice/compact_index_wrong_gem_checksum.rb | 20 +
.../artifice/endopint_marshal_fail_basic_authentication.rb | 15 +
bundler/spec/support/artifice/endpoint.rb | 100 +
bundler/spec/support/artifice/endpoint_500.rb | 19 +
bundler/spec/support/artifice/endpoint_api_forbidden.rb | 13 +
bundler/spec/support/artifice/endpoint_api_missing.rb | 18 +
bundler/spec/support/artifice/endpoint_basic_authentication.rb | 15 +
bundler/spec/support/artifice/endpoint_creds_diff_host.rb | 39 +
bundler/spec/support/artifice/endpoint_extra.rb | 33 +
bundler/spec/support/artifice/endpoint_extra_api.rb | 34 +
bundler/spec/support/artifice/endpoint_extra_missing.rb | 17 +
bundler/spec/support/artifice/endpoint_fallback.rb | 19 +
bundler/spec/support/artifice/endpoint_host_redirect.rb | 17 +
bundler/spec/support/artifice/endpoint_marshal_fail.rb | 13 +
bundler/spec/support/artifice/endpoint_mirror_source.rb | 15 +
bundler/spec/support/artifice/endpoint_redirect.rb | 17 +
.../support/artifice/endpoint_strict_basic_authentication.rb | 20 +
bundler/spec/support/artifice/endpoint_timeout.rb | 15 +
bundler/spec/support/artifice/fail.rb | 39 +
bundler/spec/support/artifice/vcr.rb | 152 ++
.../realworld/index.rubygems.org/info/CFPropertyList/GET/request | 7 +
.../index.rubygems.org/info/CFPropertyList/GET/response | Bin 0 -> 2349 bytes
.../realworld/index.rubygems.org/info/ParseTree/GET/request | 7 +
.../realworld/index.rubygems.org/info/ParseTree/GET/response | Bin 0 -> 2846 bytes
.../realworld/index.rubygems.org/info/RedCloth/GET/request | 7 +
.../realworld/index.rubygems.org/info/RedCloth/GET/response | Bin 0 -> 3731 bytes
.../realworld/index.rubygems.org/info/RubyInline/GET/request | 7 +
.../realworld/index.rubygems.org/info/RubyInline/GET/response | Bin 0 -> 2544 bytes
.../realworld/index.rubygems.org/info/SexpProcessor/GET/request | 7 +
.../realworld/index.rubygems.org/info/SexpProcessor/GET/response | Bin 0 -> 955 bytes
.../realworld/index.rubygems.org/info/ZenTest/GET/request | 7 +
.../realworld/index.rubygems.org/info/ZenTest/GET/response | Bin 0 -> 3501 bytes
.../realworld/index.rubygems.org/info/abstract/GET/request | 7 +
.../realworld/index.rubygems.org/info/abstract/GET/response | Bin 0 -> 935 bytes
.../realworld/index.rubygems.org/info/actioncable/GET/request | 7 +
.../realworld/index.rubygems.org/info/actioncable/GET/response | Bin 0 -> 4234 bytes
.../realworld/index.rubygems.org/info/actionmailbox/GET/request | 7 +
.../realworld/index.rubygems.org/info/actionmailbox/GET/response | Bin 0 -> 1369 bytes
.../realworld/index.rubygems.org/info/actionmailer/GET/request | 7 +
.../realworld/index.rubygems.org/info/actionmailer/GET/response | Bin 0 -> 18697 bytes
.../realworld/index.rubygems.org/info/actionpack/GET/request | 7 +
.../realworld/index.rubygems.org/info/actionpack/GET/response | Bin 0 -> 19704 bytes
.../realworld/index.rubygems.org/info/actiontext/GET/request | 7 +
.../realworld/index.rubygems.org/info/actiontext/GET/response | Bin 0 -> 1291 bytes
.../realworld/index.rubygems.org/info/actionview/GET/request | 7 +
.../realworld/index.rubygems.org/info/actionview/GET/response | Bin 0 -> 8103 bytes
.../index.rubygems.org/info/actionwebservice/GET/request | 7 +
.../index.rubygems.org/info/actionwebservice/GET/response | Bin 0 -> 2254 bytes
.../realworld/index.rubygems.org/info/activejob/GET/request | 7 +
.../realworld/index.rubygems.org/info/activejob/GET/response | Bin 0 -> 5877 bytes
.../index.rubygems.org/info/activemodel-globalid/GET/request | 7 +
.../index.rubygems.org/info/activemodel-globalid/GET/response | Bin 0 -> 1023 bytes
.../info/activemodel-serializers-xml/GET/request | 7 +
.../info/activemodel-serializers-xml/GET/response | Bin 0 -> 1075 bytes
.../realworld/index.rubygems.org/info/activemodel/GET/request | 7 +
.../realworld/index.rubygems.org/info/activemodel/GET/response | Bin 0 -> 15084 bytes
.../info/activerecord-deprecated_finders/GET/request | 7 +
.../info/activerecord-deprecated_finders/GET/response | Bin 0 -> 1212 bytes
.../realworld/index.rubygems.org/info/activerecord/GET/request | 7 +
.../realworld/index.rubygems.org/info/activerecord/GET/response | Bin 0 -> 19013 bytes
.../realworld/index.rubygems.org/info/activeresource/GET/request | 7 +
.../index.rubygems.org/info/activeresource/GET/response | Bin 0 -> 8516 bytes
.../realworld/index.rubygems.org/info/activestorage/GET/request | 7 +
.../realworld/index.rubygems.org/info/activestorage/GET/response | Bin 0 -> 1981 bytes
.../realworld/index.rubygems.org/info/activesupport/GET/request | 7 +
.../realworld/index.rubygems.org/info/activesupport/GET/response | Bin 0 -> 16543 bytes
.../realworld/index.rubygems.org/info/adamantium/GET/request | 7 +
.../realworld/index.rubygems.org/info/adamantium/GET/response | Bin 0 -> 1531 bytes
.../realworld/index.rubygems.org/info/addressable/GET/request | 7 +
.../realworld/index.rubygems.org/info/addressable/GET/response | Bin 0 -> 2506 bytes
.../realworld/index.rubygems.org/info/allison/GET/request | 7 +
.../realworld/index.rubygems.org/info/allison/GET/response | Bin 0 -> 1056 bytes
.../realworld/index.rubygems.org/info/ansi/GET/request | 7 +
.../realworld/index.rubygems.org/info/ansi/GET/response | Bin 0 -> 1489 bytes
.../index.rubygems.org/info/archive-tar-minitar/GET/request | 7 +
.../index.rubygems.org/info/archive-tar-minitar/GET/response | Bin 0 -> 1152 bytes
.../realworld/index.rubygems.org/info/arel/GET/request | 7 +
.../realworld/index.rubygems.org/info/arel/GET/response | Bin 0 -> 3661 bytes
.../realworld/index.rubygems.org/info/ast/GET/request | 7 +
.../realworld/index.rubygems.org/info/ast/GET/response | Bin 0 -> 1253 bytes
.../realworld/index.rubygems.org/info/astrolabe/GET/request | 7 +
.../realworld/index.rubygems.org/info/astrolabe/GET/response | Bin 0 -> 1384 bytes
.../realworld/index.rubygems.org/info/atomic/GET/request | 7 +
.../realworld/index.rubygems.org/info/atomic/GET/response | Bin 0 -> 3288 bytes
.../realworld/index.rubygems.org/info/autoparse/GET/request | 7 +
.../realworld/index.rubygems.org/info/autoparse/GET/response | Bin 0 -> 1294 bytes
.../realworld/index.rubygems.org/info/axiom-types/GET/request | 7 +
.../realworld/index.rubygems.org/info/axiom-types/GET/response | Bin 0 -> 1300 bytes
.../realworld/index.rubygems.org/info/backports/GET/request | 7 +
.../realworld/index.rubygems.org/info/backports/GET/response | Bin 0 -> 5883 bytes
.../realworld/index.rubygems.org/info/bacon/GET/request | 7 +
.../realworld/index.rubygems.org/info/bacon/GET/response | Bin 0 -> 1055 bytes
.../realworld/index.rubygems.org/info/bcrypt-ruby/GET/request | 7 +
.../realworld/index.rubygems.org/info/bcrypt-ruby/GET/response | Bin 0 -> 3484 bytes
.../realworld/index.rubygems.org/info/bcrypt/GET/request | 7 +
.../realworld/index.rubygems.org/info/bcrypt/GET/response | Bin 0 -> 2513 bytes
.../realworld/index.rubygems.org/info/bcrypt_pbkdf/GET/request | 7 +
.../realworld/index.rubygems.org/info/bcrypt_pbkdf/GET/response | Bin 0 -> 1340 bytes
.../realworld/index.rubygems.org/info/bones-extras/GET/request | 7 +
.../realworld/index.rubygems.org/info/bones-extras/GET/response | Bin 0 -> 1287 bytes
.../realworld/index.rubygems.org/info/bones-git/GET/request | 7 +
.../realworld/index.rubygems.org/info/bones-git/GET/response | Bin 0 -> 1440 bytes
.../realworld/index.rubygems.org/info/bones-rcov/GET/request | 7 +
.../realworld/index.rubygems.org/info/bones-rcov/GET/response | Bin 0 -> 1004 bytes
.../realworld/index.rubygems.org/info/bones-rspec/GET/request | 7 +
.../realworld/index.rubygems.org/info/bones-rspec/GET/response | Bin 0 -> 1147 bytes
.../index.rubygems.org/info/bones-rubyforge/GET/request | 7 +
.../index.rubygems.org/info/bones-rubyforge/GET/response | Bin 0 -> 964 bytes
.../realworld/index.rubygems.org/info/bones-zentest/GET/request | 7 +
.../realworld/index.rubygems.org/info/bones-zentest/GET/response | Bin 0 -> 961 bytes
.../realworld/index.rubygems.org/info/bones/GET/request | 7 +
.../realworld/index.rubygems.org/info/bones/GET/response | Bin 0 -> 3829 bytes
.../realworld/index.rubygems.org/info/builder/GET/request | 7 +
.../realworld/index.rubygems.org/info/builder/GET/response | Bin 0 -> 1817 bytes
.../realworld/index.rubygems.org/info/bundler/GET/request | 7 +
.../realworld/index.rubygems.org/info/bundler/GET/response | Bin 0 -> 12975 bytes
.../realworld/index.rubygems.org/info/c21e/GET/request | 7 +
.../realworld/index.rubygems.org/info/c21e/GET/response | Bin 0 -> 1160 bytes
.../realworld/index.rubygems.org/info/camping/GET/request | 7 +
.../realworld/index.rubygems.org/info/camping/GET/response | Bin 0 -> 1631 bytes
.../realworld/index.rubygems.org/info/capybara/GET/request | 7 +
.../realworld/index.rubygems.org/info/capybara/GET/response | Bin 0 -> 7201 bytes
.../realworld/index.rubygems.org/info/celerity/GET/request | 7 +
.../realworld/index.rubygems.org/info/celerity/GET/response | Bin 0 -> 2208 bytes
.../index.rubygems.org/info/celluloid-essentials/GET/request | 7 +
.../index.rubygems.org/info/celluloid-essentials/GET/response | Bin 0 -> 1566 bytes
.../index.rubygems.org/info/celluloid-extras/GET/request | 7 +
.../index.rubygems.org/info/celluloid-extras/GET/response | Bin 0 -> 1387 bytes
.../realworld/index.rubygems.org/info/celluloid-fsm/GET/request | 7 +
.../realworld/index.rubygems.org/info/celluloid-fsm/GET/response | Bin 0 -> 1349 bytes
.../realworld/index.rubygems.org/info/celluloid-io/GET/request | 7 +
.../realworld/index.rubygems.org/info/celluloid-io/GET/response | Bin 0 -> 2254 bytes
.../realworld/index.rubygems.org/info/celluloid-pool/GET/request | 7 +
.../index.rubygems.org/info/celluloid-pool/GET/response | Bin 0 -> 1259 bytes
.../index.rubygems.org/info/celluloid-supervision/GET/request | 7 +
.../index.rubygems.org/info/celluloid-supervision/GET/response | Bin 0 -> 1434 bytes
.../realworld/index.rubygems.org/info/celluloid/GET/request | 7 +
.../realworld/index.rubygems.org/info/celluloid/GET/response | Bin 0 -> 3539 bytes
.../index.rubygems.org/info/cgi_multipart_eof_fix/GET/request | 7 +
.../index.rubygems.org/info/cgi_multipart_eof_fix/GET/response | Bin 0 -> 1132 bytes
.../realworld/index.rubygems.org/info/childprocess/GET/request | 7 +
.../realworld/index.rubygems.org/info/childprocess/GET/response | Bin 0 -> 3861 bytes
.../index.rubygems.org/info/climate_control/GET/request | 7 +
.../index.rubygems.org/info/climate_control/GET/response | Bin 0 -> 1124 bytes
.../realworld/index.rubygems.org/info/cocaine/GET/request | 7 +
.../realworld/index.rubygems.org/info/cocaine/GET/response | Bin 0 -> 1866 bytes
.../realworld/index.rubygems.org/info/coercible/GET/request | 7 +
.../realworld/index.rubygems.org/info/coercible/GET/response | Bin 0 -> 1156 bytes
.../realworld/index.rubygems.org/info/coffee-rails/GET/request | 7 +
.../realworld/index.rubygems.org/info/coffee-rails/GET/response | Bin 0 -> 1790 bytes
.../index.rubygems.org/info/coffee-script-source/GET/request | 7 +
.../index.rubygems.org/info/coffee-script-source/GET/response | Bin 0 -> 2196 bytes
.../realworld/index.rubygems.org/info/coffee-script/GET/request | 7 +
.../realworld/index.rubygems.org/info/coffee-script/GET/response | Bin 0 -> 2082 bytes
.../realworld/index.rubygems.org/info/colorize/GET/request | 7 +
.../realworld/index.rubygems.org/info/colorize/GET/response | Bin 0 -> 1547 bytes
.../index.rubygems.org/info/concurrent-ruby/GET/request | 7 +
.../index.rubygems.org/info/concurrent-ruby/GET/response | Bin 0 -> 6221 bytes
.../realworld/index.rubygems.org/info/configuration/GET/request | 7 +
.../realworld/index.rubygems.org/info/configuration/GET/response | Bin 0 -> 1253 bytes
.../realworld/index.rubygems.org/info/coveralls/GET/request | 7 +
.../realworld/index.rubygems.org/info/coveralls/GET/response | Bin 0 -> 3513 bytes
.../realworld/index.rubygems.org/info/crass/GET/request | 7 +
.../realworld/index.rubygems.org/info/crass/GET/response | Bin 0 -> 1354 bytes
.../realworld/index.rubygems.org/info/cucumber-core/GET/request | 7 +
.../realworld/index.rubygems.org/info/cucumber-core/GET/response | Bin 0 -> 2150 bytes
.../index.rubygems.org/info/cucumber-expressions/GET/request | 7 +
.../index.rubygems.org/info/cucumber-expressions/GET/response | Bin 0 -> 2366 bytes
.../index.rubygems.org/info/cucumber-formatter-dots/GET/request | 7 +
.../index.rubygems.org/info/cucumber-formatter-dots/GET/response | Bin 0 -> 1178 bytes
.../index.rubygems.org/info/cucumber-messages/GET/request | 7 +
.../index.rubygems.org/info/cucumber-messages/GET/response | Bin 0 -> 1755 bytes
.../index.rubygems.org/info/cucumber-tag_expressions/GET/request | 7 +
.../info/cucumber-tag_expressions/GET/response | Bin 0 -> 1152 bytes
.../realworld/index.rubygems.org/info/cucumber-wire/GET/request | 7 +
.../realworld/index.rubygems.org/info/cucumber-wire/GET/response | Bin 0 -> 1030 bytes
.../realworld/index.rubygems.org/info/cucumber/GET/request | 7 +
.../realworld/index.rubygems.org/info/cucumber/GET/response | Bin 0 -> 9073 bytes
.../realworld/index.rubygems.org/info/culerity/GET/request | 7 +
.../realworld/index.rubygems.org/info/culerity/GET/response | Bin 0 -> 1398 bytes
.../realworld/index.rubygems.org/info/curses/GET/request | 7 +
.../realworld/index.rubygems.org/info/curses/GET/response | Bin 0 -> 2765 bytes
.../realworld/index.rubygems.org/info/daemons/GET/request | 7 +
.../realworld/index.rubygems.org/info/daemons/GET/response | Bin 0 -> 2358 bytes
.../index.rubygems.org/info/database_cleaner/GET/request | 7 +
.../index.rubygems.org/info/database_cleaner/GET/response | Bin 0 -> 2764 bytes
.../index.rubygems.org/info/declarative-option/GET/request | 7 +
.../index.rubygems.org/info/declarative-option/GET/response | Bin 0 -> 935 bytes
.../realworld/index.rubygems.org/info/declarative/GET/request | 7 +
.../realworld/index.rubygems.org/info/declarative/GET/response | Bin 0 -> 1307 bytes
.../index.rubygems.org/info/descendants_tracker/GET/request | 7 +
.../index.rubygems.org/info/descendants_tracker/GET/response | Bin 0 -> 1081 bytes
.../realworld/index.rubygems.org/info/diff-lcs/GET/request | 7 +
.../realworld/index.rubygems.org/info/diff-lcs/GET/response | Bin 0 -> 1305 bytes
.../realworld/index.rubygems.org/info/docile/GET/request | 7 +
.../realworld/index.rubygems.org/info/docile/GET/response | Bin 0 -> 1674 bytes
.../realworld/index.rubygems.org/info/domain_name/GET/request | 7 +
.../realworld/index.rubygems.org/info/domain_name/GET/response | Bin 0 -> 2558 bytes
.../index.rubygems.org/info/dotenv-deployment/GET/request | 7 +
.../index.rubygems.org/info/dotenv-deployment/GET/response | Bin 0 -> 1074 bytes
.../realworld/index.rubygems.org/info/dotenv/GET/request | 7 +
.../realworld/index.rubygems.org/info/dotenv/GET/response | Bin 0 -> 2430 bytes
.../realworld/index.rubygems.org/info/echoe/GET/request | 7 +
.../realworld/index.rubygems.org/info/echoe/GET/response | Bin 0 -> 3312 bytes
.../realworld/index.rubygems.org/info/em-hiredis/GET/request | 7 +
.../realworld/index.rubygems.org/info/em-hiredis/GET/response | Bin 0 -> 1227 bytes
.../realworld/index.rubygems.org/info/english/GET/request | 7 +
.../realworld/index.rubygems.org/info/english/GET/response | Bin 0 -> 1289 bytes
.../realworld/index.rubygems.org/info/equalizer/GET/request | 7 +
.../realworld/index.rubygems.org/info/equalizer/GET/response | Bin 0 -> 1381 bytes
.../realworld/index.rubygems.org/info/equatable/GET/request | 7 +
.../realworld/index.rubygems.org/info/equatable/GET/response | Bin 0 -> 1187 bytes
.../realworld/index.rubygems.org/info/erubi/GET/request | 7 +
.../realworld/index.rubygems.org/info/erubi/GET/response | Bin 0 -> 1408 bytes
.../realworld/index.rubygems.org/info/erubis/GET/request | 7 +
.../realworld/index.rubygems.org/info/erubis/GET/response | Bin 0 -> 1725 bytes
.../realworld/index.rubygems.org/info/escape_utils/GET/request | 7 +
.../realworld/index.rubygems.org/info/escape_utils/GET/response | Bin 0 -> 1884 bytes
.../realworld/index.rubygems.org/info/et-orbi/GET/request | 7 +
.../realworld/index.rubygems.org/info/et-orbi/GET/response | Bin 0 -> 1844 bytes
.../realworld/index.rubygems.org/info/event-bus/GET/request | 7 +
.../realworld/index.rubygems.org/info/event-bus/GET/response | Bin 0 -> 1096 bytes
.../index.rubygems.org/info/eventmachine-le/GET/request | 7 +
.../index.rubygems.org/info/eventmachine-le/GET/response | Bin 0 -> 1367 bytes
.../realworld/index.rubygems.org/info/eventmachine/GET/request | 7 +
.../realworld/index.rubygems.org/info/eventmachine/GET/response | Bin 0 -> 6245 bytes
.../realworld/index.rubygems.org/info/execjs/GET/request | 7 +
.../realworld/index.rubygems.org/info/execjs/GET/response | Bin 0 -> 2943 bytes
.../realworld/index.rubygems.org/info/extlib/GET/request | 7 +
.../realworld/index.rubygems.org/info/extlib/GET/response | Bin 0 -> 1546 bytes
.../realworld/index.rubygems.org/info/facets/GET/request | 7 +
.../realworld/index.rubygems.org/info/facets/GET/response | Bin 0 -> 3784 bytes
.../realworld/index.rubygems.org/info/facter/GET/request | 7 +
.../realworld/index.rubygems.org/info/facter/GET/response | Bin 0 -> 9119 bytes
.../realworld/index.rubygems.org/info/faker/GET/request | 7 +
.../realworld/index.rubygems.org/info/faker/GET/response | Bin 0 -> 3479 bytes
.../realworld/index.rubygems.org/info/faraday/GET/request | 7 +
.../realworld/index.rubygems.org/info/faraday/GET/response | Bin 0 -> 4532 bytes
.../realworld/index.rubygems.org/info/fastthread/GET/request | 7 +
.../realworld/index.rubygems.org/info/fastthread/GET/response | Bin 0 -> 1495 bytes
.../realworld/index.rubygems.org/info/faye-websocket/GET/request | 7 +
.../index.rubygems.org/info/faye-websocket/GET/response | Bin 0 -> 2796 bytes
.../realworld/index.rubygems.org/info/fcgi/GET/request | 7 +
.../realworld/index.rubygems.org/info/fcgi/GET/response | Bin 0 -> 1210 bytes
.../index.rubygems.org/info/ffi-win32-extensions/GET/request | 7 +
.../index.rubygems.org/info/ffi-win32-extensions/GET/response | Bin 0 -> 1064 bytes
.../realworld/index.rubygems.org/info/ffi/GET/request | 7 +
.../realworld/index.rubygems.org/info/ffi/GET/response | Bin 0 -> 11561 bytes
.../realworld/index.rubygems.org/info/flexmock/GET/request | 7 +
.../realworld/index.rubygems.org/info/flexmock/GET/response | Bin 0 -> 3973 bytes
.../realworld/index.rubygems.org/info/fugit/GET/request | 7 +
.../realworld/index.rubygems.org/info/fugit/GET/response | Bin 0 -> 2124 bytes
.../index.rubygems.org/info/functional-ruby/GET/request | 7 +
.../index.rubygems.org/info/functional-ruby/GET/response | Bin 0 -> 1536 bytes
.../realworld/index.rubygems.org/info/gem_plugin/GET/request | 7 +
.../realworld/index.rubygems.org/info/gem_plugin/GET/response | Bin 0 -> 1109 bytes
.../realworld/index.rubygems.org/info/gemcutter/GET/request | 7 +
.../realworld/index.rubygems.org/info/gemcutter/GET/response | Bin 0 -> 2171 bytes
.../realworld/index.rubygems.org/info/gherkin/GET/request | 7 +
.../realworld/index.rubygems.org/info/gherkin/GET/response | Bin 0 -> 25228 bytes
.../realworld/index.rubygems.org/info/gherkin3/GET/request | 7 +
.../realworld/index.rubygems.org/info/gherkin3/GET/response | Bin 0 -> 1136 bytes
.../realworld/index.rubygems.org/info/git/GET/request | 7 +
.../realworld/index.rubygems.org/info/git/GET/response | Bin 0 -> 1715 bytes
.../realworld/index.rubygems.org/info/globalid/GET/request | 7 +
.../realworld/index.rubygems.org/info/globalid/GET/response | Bin 0 -> 1549 bytes
.../index.rubygems.org/info/google-api-client/GET/request | 7 +
.../index.rubygems.org/info/google-api-client/GET/response | Bin 0 -> 8557 bytes
.../index.rubygems.org/info/google-protobuf/GET/request | 7 +
.../index.rubygems.org/info/google-protobuf/GET/response | Bin 0 -> 9794 bytes
.../realworld/index.rubygems.org/info/googleauth/GET/request | 7 +
.../realworld/index.rubygems.org/info/googleauth/GET/response | Bin 0 -> 2065 bytes
.../realworld/index.rubygems.org/info/gxapi_rails/GET/request | 7 +
.../realworld/index.rubygems.org/info/gxapi_rails/GET/response | Bin 0 -> 1225 bytes
.../realworld/index.rubygems.org/info/hashie/GET/request | 7 +
.../realworld/index.rubygems.org/info/hashie/GET/response | Bin 0 -> 2777 bytes
.../realworld/index.rubygems.org/info/highline/GET/request | 7 +
.../realworld/index.rubygems.org/info/highline/GET/response | Bin 0 -> 3684 bytes
.../realworld/index.rubygems.org/info/hike/GET/request | 7 +
.../realworld/index.rubygems.org/info/hike/GET/response | Bin 0 -> 1923 bytes
.../realworld/index.rubygems.org/info/hiredis/GET/request | 7 +
.../realworld/index.rubygems.org/info/hiredis/GET/response | Bin 0 -> 2292 bytes
.../realworld/index.rubygems.org/info/hitimes/GET/request | 7 +
.../realworld/index.rubygems.org/info/hitimes/GET/response | Bin 0 -> 3694 bytes
.../realworld/index.rubygems.org/info/hoe/GET/request | 7 +
.../realworld/index.rubygems.org/info/hoe/GET/response | Bin 0 -> 6424 bytes
.../realworld/index.rubygems.org/info/hooks/GET/request | 7 +
.../realworld/index.rubygems.org/info/hooks/GET/response | Bin 0 -> 1622 bytes
.../realworld/index.rubygems.org/info/http-accept/GET/request | 7 +
.../realworld/index.rubygems.org/info/http-accept/GET/response | Bin 0 -> 1451 bytes
.../realworld/index.rubygems.org/info/http-cookie/GET/request | 7 +
.../realworld/index.rubygems.org/info/http-cookie/GET/response | Bin 0 -> 1825 bytes
.../realworld/index.rubygems.org/info/http_parser.rb/GET/request | 7 +
.../index.rubygems.org/info/http_parser.rb/GET/response | Bin 0 -> 1800 bytes
.../realworld/index.rubygems.org/info/httpadapter/GET/request | 7 +
.../realworld/index.rubygems.org/info/httpadapter/GET/response | Bin 0 -> 1116 bytes
.../realworld/index.rubygems.org/info/httpclient/GET/request | 7 +
.../realworld/index.rubygems.org/info/httpclient/GET/response | Bin 0 -> 3039 bytes
.../realworld/index.rubygems.org/info/hurley/GET/request | 7 +
.../realworld/index.rubygems.org/info/hurley/GET/response | Bin 0 -> 975 bytes
.../realworld/index.rubygems.org/info/i18n/GET/request | 7 +
.../realworld/index.rubygems.org/info/i18n/GET/response | Bin 0 -> 3525 bytes
.../realworld/index.rubygems.org/info/ice_nine/GET/request | 7 +
.../realworld/index.rubygems.org/info/ice_nine/GET/response | Bin 0 -> 1407 bytes
.../index.rubygems.org/info/jar-dependencies/GET/request | 7 +
.../index.rubygems.org/info/jar-dependencies/GET/response | Bin 0 -> 2768 bytes
.../realworld/index.rubygems.org/info/jaro_winkler/GET/request | 7 +
.../realworld/index.rubygems.org/info/jaro_winkler/GET/response | Bin 0 -> 2392 bytes
.../realworld/index.rubygems.org/info/journey/GET/request | 7 +
.../realworld/index.rubygems.org/info/journey/GET/response | Bin 0 -> 1277 bytes
.../realworld/index.rubygems.org/info/jruby-pageant/GET/request | 7 +
.../realworld/index.rubygems.org/info/jruby-pageant/GET/response | Bin 0 -> 1293 bytes
.../realworld/index.rubygems.org/info/json/GET/request | 7 +
.../realworld/index.rubygems.org/info/json/GET/response | Bin 0 -> 5623 bytes
.../realworld/index.rubygems.org/info/json_pure/GET/request | 7 +
.../realworld/index.rubygems.org/info/json_pure/GET/response | Bin 0 -> 3546 bytes
.../realworld/index.rubygems.org/info/jwt/GET/request | 7 +
.../realworld/index.rubygems.org/info/jwt/GET/response | Bin 0 -> 2190 bytes
.../realworld/index.rubygems.org/info/language/GET/request | 7 +
.../realworld/index.rubygems.org/info/language/GET/response | Bin 0 -> 934 bytes
.../realworld/index.rubygems.org/info/launchy/GET/request | 7 +
.../realworld/index.rubygems.org/info/launchy/GET/response | Bin 0 -> 2641 bytes
.../realworld/index.rubygems.org/info/libv8/GET/request | 7 +
.../realworld/index.rubygems.org/info/libv8/GET/response | Bin 0 -> 19598 bytes
.../realworld/index.rubygems.org/info/libwebsocket/GET/request | 7 +
.../realworld/index.rubygems.org/info/libwebsocket/GET/response | Bin 0 -> 1377 bytes
.../realworld/index.rubygems.org/info/libxml-ruby/GET/request | 7 +
.../realworld/index.rubygems.org/info/libxml-ruby/GET/response | Bin 0 -> 5127 bytes
.../realworld/index.rubygems.org/info/liquid/GET/request | 7 +
.../realworld/index.rubygems.org/info/liquid/GET/response | Bin 0 -> 2504 bytes
.../realworld/index.rubygems.org/info/listen/GET/request | 7 +
.../realworld/index.rubygems.org/info/listen/GET/response | Bin 0 -> 5414 bytes
.../realworld/index.rubygems.org/info/little-plugger/GET/request | 7 +
.../index.rubygems.org/info/little-plugger/GET/response | Bin 0 -> 1201 bytes
.../realworld/index.rubygems.org/info/lockfile/GET/request | 7 +
.../realworld/index.rubygems.org/info/lockfile/GET/response | Bin 0 -> 1288 bytes
.../realworld/index.rubygems.org/info/logging/GET/request | 7 +
.../realworld/index.rubygems.org/info/logging/GET/response | Bin 0 -> 3508 bytes
.../realworld/index.rubygems.org/info/loofah/GET/request | 7 +
.../realworld/index.rubygems.org/info/loofah/GET/response | Bin 0 -> 2272 bytes
.../realworld/index.rubygems.org/info/loquacious/GET/request | 7 +
.../realworld/index.rubygems.org/info/loquacious/GET/response | Bin 0 -> 1871 bytes
.../realworld/index.rubygems.org/info/mab/GET/request | 7 +
.../realworld/index.rubygems.org/info/mab/GET/response | Bin 0 -> 1014 bytes
.../realworld/index.rubygems.org/info/mail/GET/request | 7 +
.../realworld/index.rubygems.org/info/mail/GET/response | Bin 0 -> 4829 bytes
.../realworld/index.rubygems.org/info/marcel/GET/request | 7 +
.../realworld/index.rubygems.org/info/marcel/GET/response | Bin 0 -> 1092 bytes
.../realworld/index.rubygems.org/info/markaby/GET/request | 7 +
.../realworld/index.rubygems.org/info/markaby/GET/response | Bin 0 -> 1525 bytes
.../realworld/index.rubygems.org/info/maven-tools/GET/request | 7 +
.../realworld/index.rubygems.org/info/maven-tools/GET/response | Bin 0 -> 2864 bytes
.../index.rubygems.org/info/memcache-client/GET/request | 7 +
.../index.rubygems.org/info/memcache-client/GET/response | Bin 0 -> 1987 bytes
.../realworld/index.rubygems.org/info/memoist/GET/request | 7 +
.../realworld/index.rubygems.org/info/memoist/GET/response | Bin 0 -> 1414 bytes
.../realworld/index.rubygems.org/info/memoizable/GET/request | 7 +
.../realworld/index.rubygems.org/info/memoizable/GET/response | Bin 0 -> 1212 bytes
.../realworld/index.rubygems.org/info/metaclass/GET/request | 7 +
.../realworld/index.rubygems.org/info/metaclass/GET/response | Bin 0 -> 1055 bytes
.../realworld/index.rubygems.org/info/metaid/GET/request | 7 +
.../realworld/index.rubygems.org/info/metaid/GET/response | Bin 0 -> 933 bytes
.../realworld/index.rubygems.org/info/method_source/GET/request | 7 +
.../realworld/index.rubygems.org/info/method_source/GET/response | Bin 0 -> 2065 bytes
.../index.rubygems.org/info/mime-types-data/GET/request | 7 +
.../index.rubygems.org/info/mime-types-data/GET/response | Bin 0 -> 1209 bytes
.../realworld/index.rubygems.org/info/mime-types/GET/request | 7 +
.../realworld/index.rubygems.org/info/mime-types/GET/response | Bin 0 -> 2503 bytes
.../realworld/index.rubygems.org/info/mimemagic/GET/request | 7 +
.../realworld/index.rubygems.org/info/mimemagic/GET/response | Bin 0 -> 1412 bytes
.../realworld/index.rubygems.org/info/mini_mime/GET/request | 7 +
.../realworld/index.rubygems.org/info/mini_mime/GET/response | Bin 0 -> 1212 bytes
.../realworld/index.rubygems.org/info/mini_portile/GET/request | 7 +
.../realworld/index.rubygems.org/info/mini_portile/GET/response | Bin 0 -> 1676 bytes
.../realworld/index.rubygems.org/info/mini_portile2/GET/request | 7 +
.../realworld/index.rubygems.org/info/mini_portile2/GET/response | Bin 0 -> 1257 bytes
.../realworld/index.rubygems.org/info/minitar-cli/GET/request | 7 +
.../realworld/index.rubygems.org/info/minitar-cli/GET/response | Bin 0 -> 1106 bytes
.../realworld/index.rubygems.org/info/minitar/GET/request | 7 +
.../realworld/index.rubygems.org/info/minitar/GET/response | Bin 0 -> 1189 bytes
.../realworld/index.rubygems.org/info/minitest/GET/request | 7 +
.../realworld/index.rubygems.org/info/minitest/GET/response | Bin 0 -> 5657 bytes
.../realworld/index.rubygems.org/info/mkrf/GET/request | 7 +
.../realworld/index.rubygems.org/info/mkrf/GET/response | Bin 0 -> 1170 bytes
.../realworld/index.rubygems.org/info/mocha/GET/request | 7 +
.../realworld/index.rubygems.org/info/mocha/GET/response | Bin 0 -> 3906 bytes
.../realworld/index.rubygems.org/info/mongrel/GET/request | 7 +
.../realworld/index.rubygems.org/info/mongrel/GET/response | Bin 0 -> 3186 bytes
.../realworld/index.rubygems.org/info/mono_logger/GET/request | 7 +
.../realworld/index.rubygems.org/info/mono_logger/GET/response | Bin 0 -> 1017 bytes
.../realworld/index.rubygems.org/info/multi_json/GET/request | 7 +
.../realworld/index.rubygems.org/info/multi_json/GET/response | Bin 0 -> 3420 bytes
.../realworld/index.rubygems.org/info/multi_test/GET/request | 7 +
.../realworld/index.rubygems.org/info/multi_test/GET/response | Bin 0 -> 1131 bytes
.../realworld/index.rubygems.org/info/multimap/GET/request | 7 +
.../realworld/index.rubygems.org/info/multimap/GET/response | Bin 0 -> 935 bytes
.../realworld/index.rubygems.org/info/multipart-post/GET/request | 7 +
.../index.rubygems.org/info/multipart-post/GET/response | Bin 0 -> 1431 bytes
.../realworld/index.rubygems.org/info/mustermann/GET/request | 7 +
.../realworld/index.rubygems.org/info/mustermann/GET/response | Bin 0 -> 1491 bytes
.../realworld/index.rubygems.org/info/needle/GET/request | 7 +
.../realworld/index.rubygems.org/info/needle/GET/response | Bin 0 -> 1211 bytes
.../realworld/index.rubygems.org/info/nenv/GET/request | 7 +
.../realworld/index.rubygems.org/info/nenv/GET/response | Bin 0 -> 1136 bytes
.../realworld/index.rubygems.org/info/net-scp/GET/request | 7 +
.../realworld/index.rubygems.org/info/net-scp/GET/response | Bin 0 -> 1478 bytes
.../realworld/index.rubygems.org/info/net-ssh/GET/request | 7 +
.../realworld/index.rubygems.org/info/net-ssh/GET/response | Bin 0 -> 6557 bytes
.../realworld/index.rubygems.org/info/netrc/GET/request | 7 +
.../realworld/index.rubygems.org/info/netrc/GET/response | Bin 0 -> 1816 bytes
.../realworld/index.rubygems.org/info/newgem/GET/request | 7 +
.../realworld/index.rubygems.org/info/newgem/GET/response | Bin 0 -> 4424 bytes
.../realworld/index.rubygems.org/info/nio4r/GET/request | 7 +
.../realworld/index.rubygems.org/info/nio4r/GET/response | Bin 0 -> 3648 bytes
.../realworld/index.rubygems.org/info/nokogiri/GET/request | 7 +
.../realworld/index.rubygems.org/info/nokogiri/GET/response | Bin 0 -> 19234 bytes
.../realworld/index.rubygems.org/info/os/GET/request | 7 +
.../realworld/index.rubygems.org/info/os/GET/response | Bin 0 -> 1884 bytes
.../realworld/index.rubygems.org/info/paperclip/GET/request | 7 +
.../realworld/index.rubygems.org/info/paperclip/GET/response | Bin 0 -> 5150 bytes
.../realworld/index.rubygems.org/info/parallel/GET/request | 7 +
.../realworld/index.rubygems.org/info/parallel/GET/response | Bin 0 -> 4712 bytes
.../realworld/index.rubygems.org/info/parser/GET/request | 7 +
.../realworld/index.rubygems.org/info/parser/GET/response | Bin 0 -> 5751 bytes
.../realworld/index.rubygems.org/info/pastel/GET/request | 7 +
.../realworld/index.rubygems.org/info/pastel/GET/response | Bin 0 -> 1582 bytes
.../realworld/index.rubygems.org/info/pattern-match/GET/request | 7 +
.../realworld/index.rubygems.org/info/pattern-match/GET/response | Bin 0 -> 1250 bytes
.../realworld/index.rubygems.org/info/pkg-config/GET/request | 7 +
.../realworld/index.rubygems.org/info/pkg-config/GET/response | Bin 0 -> 2531 bytes
.../realworld/index.rubygems.org/info/polyglot/GET/request | 7 +
.../realworld/index.rubygems.org/info/polyglot/GET/response | Bin 0 -> 1596 bytes
.../realworld/index.rubygems.org/info/power_assert/GET/request | 7 +
.../realworld/index.rubygems.org/info/power_assert/GET/response | Bin 0 -> 1971 bytes
.../realworld/index.rubygems.org/info/powerbar/GET/request | 7 +
.../realworld/index.rubygems.org/info/powerbar/GET/response | Bin 0 -> 1772 bytes
.../realworld/index.rubygems.org/info/powerpack/GET/request | 7 +
.../realworld/index.rubygems.org/info/powerpack/GET/response | Bin 0 -> 1370 bytes
.../realworld/index.rubygems.org/info/preforker/GET/request | 7 +
.../realworld/index.rubygems.org/info/preforker/GET/response | Bin 0 -> 977 bytes
.../realworld/index.rubygems.org/info/psych/GET/request | 7 +
.../realworld/index.rubygems.org/info/psych/GET/response | Bin 0 -> 4472 bytes
.../realworld/index.rubygems.org/info/public_suffix/GET/request | 7 +
.../realworld/index.rubygems.org/info/public_suffix/GET/response | Bin 0 -> 2464 bytes
.../realworld/index.rubygems.org/info/raabro/GET/request | 7 +
.../realworld/index.rubygems.org/info/raabro/GET/response | Bin 0 -> 1450 bytes
.../realworld/index.rubygems.org/info/racc/GET/request | 7 +
.../realworld/index.rubygems.org/info/racc/GET/response | Bin 0 -> 1504 bytes
.../realworld/index.rubygems.org/info/rack-cache/GET/request | 7 +
.../realworld/index.rubygems.org/info/rack-cache/GET/response | Bin 0 -> 2000 bytes
.../realworld/index.rubygems.org/info/rack-mount/GET/request | 7 +
.../realworld/index.rubygems.org/info/rack-mount/GET/response | Bin 0 -> 2766 bytes
.../index.rubygems.org/info/rack-protection/GET/request | 7 +
.../index.rubygems.org/info/rack-protection/GET/response | Bin 0 -> 2184 bytes
.../realworld/index.rubygems.org/info/rack-ssl/GET/request | 7 +
.../realworld/index.rubygems.org/info/rack-ssl/GET/response | Bin 0 -> 1301 bytes
.../realworld/index.rubygems.org/info/rack-test/GET/request | 7 +
.../realworld/index.rubygems.org/info/rack-test/GET/response | Bin 0 -> 1914 bytes
.../realworld/index.rubygems.org/info/rack/GET/request | 7 +
.../realworld/index.rubygems.org/info/rack/GET/response | Bin 0 -> 4266 bytes
.../info/rails-deprecated_sanitizer/GET/request | 7 +
.../info/rails-deprecated_sanitizer/GET/response | Bin 0 -> 1084 bytes
.../index.rubygems.org/info/rails-dom-testing/GET/request | 7 +
.../index.rubygems.org/info/rails-dom-testing/GET/response | Bin 0 -> 1554 bytes
.../index.rubygems.org/info/rails-html-sanitizer/GET/request | 7 +
.../index.rubygems.org/info/rails-html-sanitizer/GET/response | Bin 0 -> 1251 bytes
.../index.rubygems.org/info/rails-observers/GET/request | 7 +
.../index.rubygems.org/info/rails-observers/GET/response | Bin 0 -> 1146 bytes
.../realworld/index.rubygems.org/info/rails/GET/request | 7 +
.../realworld/index.rubygems.org/info/rails/GET/response | Bin 0 -> 24900 bytes
.../realworld/index.rubygems.org/info/railties/GET/request | 7 +
.../realworld/index.rubygems.org/info/railties/GET/response | Bin 0 -> 16173 bytes
.../realworld/index.rubygems.org/info/rainbow/GET/request | 7 +
.../realworld/index.rubygems.org/info/rainbow/GET/response | Bin 0 -> 1645 bytes
.../realworld/index.rubygems.org/info/rake-compiler/GET/request | 7 +
.../realworld/index.rubygems.org/info/rake-compiler/GET/response | Bin 0 -> 2516 bytes
.../realworld/index.rubygems.org/info/rake/GET/request | 7 +
.../realworld/index.rubygems.org/info/rake/GET/response | Bin 0 -> 4439 bytes
.../realworld/index.rubygems.org/info/rb-fchange/GET/request | 7 +
.../realworld/index.rubygems.org/info/rb-fchange/GET/response | Bin 0 -> 1081 bytes
.../realworld/index.rubygems.org/info/rb-fsevent/GET/request | 7 +
.../realworld/index.rubygems.org/info/rb-fsevent/GET/response | Bin 0 -> 2288 bytes
.../realworld/index.rubygems.org/info/rb-inotify/GET/request | 7 +
.../realworld/index.rubygems.org/info/rb-inotify/GET/response | Bin 0 -> 2213 bytes
.../realworld/index.rubygems.org/info/rb-kqueue/GET/request | 7 +
.../realworld/index.rubygems.org/info/rb-kqueue/GET/response | Bin 0 -> 1304 bytes
.../index.rubygems.org/info/rbnacl-libsodium/GET/request | 7 +
.../index.rubygems.org/info/rbnacl-libsodium/GET/response | Bin 0 -> 1955 bytes
.../realworld/index.rubygems.org/info/rbnacl/GET/request | 7 +
.../realworld/index.rubygems.org/info/rbnacl/GET/response | Bin 0 -> 1837 bytes
.../realworld/index.rubygems.org/info/rcov/GET/request | 7 +
.../realworld/index.rubygems.org/info/rcov/GET/response | Bin 0 -> 2524 bytes
.../realworld/index.rubygems.org/info/rdoc/GET/request | 7 +
.../realworld/index.rubygems.org/info/rdoc/GET/response | Bin 0 -> 4664 bytes
.../index.rubygems.org/info/redis-namespace/GET/request | 7 +
.../index.rubygems.org/info/redis-namespace/GET/response | Bin 0 -> 2546 bytes
.../realworld/index.rubygems.org/info/redis/GET/request | 7 +
.../realworld/index.rubygems.org/info/redis/GET/response | Bin 0 -> 3671 bytes
.../realworld/index.rubygems.org/info/ref/GET/request | 7 +
.../realworld/index.rubygems.org/info/ref/GET/response | Bin 0 -> 1147 bytes
.../realworld/index.rubygems.org/info/regexp_parser/GET/request | 7 +
.../realworld/index.rubygems.org/info/regexp_parser/GET/response | Bin 0 -> 2424 bytes
.../realworld/index.rubygems.org/info/representable/GET/request | 7 +
.../realworld/index.rubygems.org/info/representable/GET/response | Bin 0 -> 5225 bytes
.../index.rubygems.org/info/resque-scheduler/GET/request | 7 +
.../index.rubygems.org/info/resque-scheduler/GET/response | Bin 0 -> 3278 bytes
.../realworld/index.rubygems.org/info/resque/GET/request | 7 +
.../realworld/index.rubygems.org/info/resque/GET/response | Bin 0 -> 4148 bytes
.../realworld/index.rubygems.org/info/rest-client/GET/request | 7 +
.../realworld/index.rubygems.org/info/rest-client/GET/response | Bin 0 -> 6067 bytes
.../realworld/index.rubygems.org/info/retriable/GET/request | 7 +
.../realworld/index.rubygems.org/info/retriable/GET/response | Bin 0 -> 1876 bytes
.../realworld/index.rubygems.org/info/rexical/GET/request | 7 +
.../realworld/index.rubygems.org/info/rexical/GET/response | Bin 0 -> 1175 bytes
.../realworld/index.rubygems.org/info/right_aws/GET/request | 7 +
.../realworld/index.rubygems.org/info/right_aws/GET/response | Bin 0 -> 1984 bytes
.../index.rubygems.org/info/right_http_connection/GET/request | 7 +
.../index.rubygems.org/info/right_http_connection/GET/response | Bin 0 -> 1228 bytes
.../realworld/index.rubygems.org/info/rspec-core/GET/request | 7 +
.../realworld/index.rubygems.org/info/rspec-core/GET/response | Bin 0 -> 6666 bytes
.../index.rubygems.org/info/rspec-expectations/GET/request | 7 +
.../index.rubygems.org/info/rspec-expectations/GET/response | Bin 0 -> 5675 bytes
.../realworld/index.rubygems.org/info/rspec-logsplit/GET/request | 7 +
.../index.rubygems.org/info/rspec-logsplit/GET/response | Bin 0 -> 960 bytes
.../realworld/index.rubygems.org/info/rspec-mocks/GET/request | 7 +
.../realworld/index.rubygems.org/info/rspec-mocks/GET/response | Bin 0 -> 5838 bytes
.../realworld/index.rubygems.org/info/rspec-support/GET/request | 7 +
.../realworld/index.rubygems.org/info/rspec-support/GET/response | Bin 0 -> 2225 bytes
.../realworld/index.rubygems.org/info/rspec/GET/request | 7 +
.../realworld/index.rubygems.org/info/rspec/GET/response | Bin 0 -> 9074 bytes
.../realworld/index.rubygems.org/info/rubigen/GET/request | 7 +
.../realworld/index.rubygems.org/info/rubigen/GET/response | Bin 0 -> 2368 bytes
.../realworld/index.rubygems.org/info/rubocop/GET/request | 7 +
.../realworld/index.rubygems.org/info/rubocop/GET/response | Bin 0 -> 7147 bytes
.../index.rubygems.org/info/ruby-maven-libs/GET/request | 7 +
.../index.rubygems.org/info/ruby-maven-libs/GET/response | Bin 0 -> 1056 bytes
.../realworld/index.rubygems.org/info/ruby-maven/GET/request | 7 +
.../realworld/index.rubygems.org/info/ruby-maven/GET/response | Bin 0 -> 2823 bytes
.../realworld/index.rubygems.org/info/ruby-openid/GET/request | 7 +
.../realworld/index.rubygems.org/info/ruby-openid/GET/response | Bin 0 -> 2113 bytes
.../index.rubygems.org/info/ruby-progressbar/GET/request | 7 +
.../index.rubygems.org/info/ruby-progressbar/GET/response | Bin 0 -> 2094 bytes
.../realworld/index.rubygems.org/info/ruby-yadis/GET/request | 7 +
.../realworld/index.rubygems.org/info/ruby-yadis/GET/response | Bin 0 -> 1212 bytes
.../realworld/index.rubygems.org/info/ruby_dep/GET/request | 7 +
.../realworld/index.rubygems.org/info/ruby_dep/GET/response | Bin 0 -> 1213 bytes
.../realworld/index.rubygems.org/info/ruby_parser/GET/request | 7 +
.../realworld/index.rubygems.org/info/ruby_parser/GET/response | Bin 0 -> 3674 bytes
.../realworld/index.rubygems.org/info/rubyforge/GET/request | 7 +
.../realworld/index.rubygems.org/info/rubyforge/GET/response | Bin 0 -> 1977 bytes
.../realworld/index.rubygems.org/info/rubyzip/GET/request | 7 +
.../realworld/index.rubygems.org/info/rubyzip/GET/response | Bin 0 -> 2125 bytes
.../index.rubygems.org/info/rufus-scheduler/GET/request | 7 +
.../index.rubygems.org/info/rufus-scheduler/GET/response | Bin 0 -> 4136 bytes
.../realworld/index.rubygems.org/info/sass-listen/GET/request | 7 +
.../realworld/index.rubygems.org/info/sass-listen/GET/response | Bin 0 -> 1032 bytes
.../realworld/index.rubygems.org/info/sass-rails/GET/request | 7 +
.../realworld/index.rubygems.org/info/sass-rails/GET/response | Bin 0 -> 3308 bytes
.../realworld/index.rubygems.org/info/sass/GET/request | 7 +
.../realworld/index.rubygems.org/info/sass/GET/response | Bin 0 -> 15284 bytes
.../realworld/index.rubygems.org/info/sassc-rails/GET/request | 7 +
.../realworld/index.rubygems.org/info/sassc-rails/GET/response | Bin 0 -> 1868 bytes
.../realworld/index.rubygems.org/info/sassc/GET/request | 7 +
.../realworld/index.rubygems.org/info/sassc/GET/response | Bin 0 -> 3943 bytes
.../index.rubygems.org/info/selenium-webdriver/GET/request | 7 +
.../index.rubygems.org/info/selenium-webdriver/GET/response | Bin 0 -> 9305 bytes
.../realworld/index.rubygems.org/info/sexp_processor/GET/request | 7 +
.../index.rubygems.org/info/sexp_processor/GET/response | Bin 0 -> 2748 bytes
.../realworld/index.rubygems.org/info/shotgun/GET/request | 7 +
.../realworld/index.rubygems.org/info/shotgun/GET/response | Bin 0 -> 1385 bytes
.../realworld/index.rubygems.org/info/signet/GET/request | 7 +
.../realworld/index.rubygems.org/info/signet/GET/response | Bin 0 -> 2712 bytes
.../realworld/index.rubygems.org/info/simplecov-html/GET/request | 7 +
.../index.rubygems.org/info/simplecov-html/GET/response | Bin 0 -> 1785 bytes
.../realworld/index.rubygems.org/info/simplecov/GET/request | 7 +
.../realworld/index.rubygems.org/info/simplecov/GET/response | Bin 0 -> 2890 bytes
.../realworld/index.rubygems.org/info/sinatra/GET/request | 7 +
.../realworld/index.rubygems.org/info/sinatra/GET/response | Bin 0 -> 4984 bytes
.../realworld/index.rubygems.org/info/slop/GET/request | 7 +
.../realworld/index.rubygems.org/info/slop/GET/response | Bin 0 -> 4087 bytes
.../realworld/index.rubygems.org/info/spicycode-rcov/GET/request | 7 +
.../index.rubygems.org/info/spicycode-rcov/GET/response | Bin 0 -> 1196 bytes
.../realworld/index.rubygems.org/info/spoon/GET/request | 7 +
.../realworld/index.rubygems.org/info/spoon/GET/response | Bin 0 -> 1106 bytes
.../index.rubygems.org/info/sprockets-rails/GET/request | 7 +
.../index.rubygems.org/info/sprockets-rails/GET/response | Bin 0 -> 2578 bytes
.../realworld/index.rubygems.org/info/sprockets/GET/request | 7 +
.../realworld/index.rubygems.org/info/sprockets/GET/response | Bin 0 -> 5665 bytes
.../realworld/index.rubygems.org/info/spruz/GET/request | 7 +
.../realworld/index.rubygems.org/info/spruz/GET/response | Bin 0 -> 1574 bytes
.../realworld/index.rubygems.org/info/sqlite3/GET/request | 7 +
.../realworld/index.rubygems.org/info/sqlite3/GET/response | Bin 0 -> 3231 bytes
.../realworld/index.rubygems.org/info/strings-ansi/GET/request | 7 +
.../realworld/index.rubygems.org/info/strings-ansi/GET/response | Bin 0 -> 934 bytes
.../realworld/index.rubygems.org/info/strings/GET/request | 7 +
.../realworld/index.rubygems.org/info/strings/GET/response | Bin 0 -> 1305 bytes
.../realworld/index.rubygems.org/info/syntax/GET/request | 7 +
.../realworld/index.rubygems.org/info/syntax/GET/response | Bin 0 -> 1171 bytes
.../realworld/index.rubygems.org/info/sys-admin/GET/request | 7 +
.../realworld/index.rubygems.org/info/sys-admin/GET/response | Bin 0 -> 2424 bytes
.../index.rubygems.org/info/tenderlove-frex/GET/request | 7 +
.../index.rubygems.org/info/tenderlove-frex/GET/response | Bin 0 -> 942 bytes
.../realworld/index.rubygems.org/info/term-ansicolor/GET/request | 7 +
.../index.rubygems.org/info/term-ansicolor/GET/response | Bin 0 -> 1989 bytes
.../realworld/index.rubygems.org/info/termios/GET/request | 7 +
.../realworld/index.rubygems.org/info/termios/GET/response | Bin 0 -> 936 bytes
.../realworld/index.rubygems.org/info/terrapin/GET/request | 7 +
.../realworld/index.rubygems.org/info/terrapin/GET/response | Bin 0 -> 1025 bytes
.../realworld/index.rubygems.org/info/test-spec/GET/request | 7 +
.../realworld/index.rubygems.org/info/test-spec/GET/response | Bin 0 -> 1130 bytes
.../realworld/index.rubygems.org/info/test-unit/GET/request | 7 +
.../realworld/index.rubygems.org/info/test-unit/GET/response | Bin 0 -> 3837 bytes
.../realworld/index.rubygems.org/info/text-format/GET/request | 7 +
.../realworld/index.rubygems.org/info/text-format/GET/response | Bin 0 -> 955 bytes
.../realworld/index.rubygems.org/info/text-hyphen/GET/request | 7 +
.../realworld/index.rubygems.org/info/text-hyphen/GET/response | Bin 0 -> 1131 bytes
.../realworld/index.rubygems.org/info/therubyracer/GET/request | 7 +
.../realworld/index.rubygems.org/info/therubyracer/GET/response | Bin 0 -> 5688 bytes
.../realworld/index.rubygems.org/info/thin/GET/request | 7 +
.../realworld/index.rubygems.org/info/thin/GET/response | Bin 0 -> 4023 bytes
.../realworld/index.rubygems.org/info/thor/GET/request | 7 +
.../realworld/index.rubygems.org/info/thor/GET/response | Bin 0 -> 2892 bytes
.../index.rubygems.org/info/thoughtbot-shoulda/GET/request | 7 +
.../index.rubygems.org/info/thoughtbot-shoulda/GET/response | Bin 0 -> 1493 bytes
.../realworld/index.rubygems.org/info/thread_safe/GET/request | 7 +
.../realworld/index.rubygems.org/info/thread_safe/GET/response | Bin 0 -> 1918 bytes
.../realworld/index.rubygems.org/info/tilt/GET/request | 7 +
.../realworld/index.rubygems.org/info/tilt/GET/response | Bin 0 -> 2428 bytes
.../realworld/index.rubygems.org/info/timers/GET/request | 7 +
.../realworld/index.rubygems.org/info/timers/GET/response | Bin 0 -> 1845 bytes
.../realworld/index.rubygems.org/info/tins/GET/request | 7 +
.../realworld/index.rubygems.org/info/tins/GET/response | Bin 0 -> 4700 bytes
.../realworld/index.rubygems.org/info/tlsmail/GET/request | 7 +
.../realworld/index.rubygems.org/info/tlsmail/GET/response | Bin 0 -> 934 bytes
.../realworld/index.rubygems.org/info/tool/GET/request | 7 +
.../realworld/index.rubygems.org/info/tool/GET/response | Bin 0 -> 1148 bytes
.../realworld/index.rubygems.org/info/treetop/GET/request | 7 +
.../realworld/index.rubygems.org/info/treetop/GET/response | Bin 0 -> 2664 bytes
.../realworld/index.rubygems.org/info/trollop/GET/request | 7 +
.../realworld/index.rubygems.org/info/trollop/GET/response | Bin 0 -> 2182 bytes
.../realworld/index.rubygems.org/info/tty-color/GET/request | 7 +
.../realworld/index.rubygems.org/info/tty-color/GET/response | Bin 0 -> 1228 bytes
.../realworld/index.rubygems.org/info/tty-pager/GET/request | 7 +
.../realworld/index.rubygems.org/info/tty-pager/GET/response | Bin 0 -> 1576 bytes
.../realworld/index.rubygems.org/info/tty-screen/GET/request | 7 +
.../realworld/index.rubygems.org/info/tty-screen/GET/response | Bin 0 -> 1559 bytes
.../realworld/index.rubygems.org/info/tty-tree/GET/request | 7 +
.../realworld/index.rubygems.org/info/tty-tree/GET/response | Bin 0 -> 1031 bytes
.../realworld/index.rubygems.org/info/tty-which/GET/request | 7 +
.../realworld/index.rubygems.org/info/tty-which/GET/response | Bin 0 -> 1188 bytes
.../realworld/index.rubygems.org/info/tzinfo/GET/request | 7 +
.../realworld/index.rubygems.org/info/tzinfo/GET/response | Bin 0 -> 4138 bytes
.../realworld/index.rubygems.org/info/uber/GET/request | 7 +
.../realworld/index.rubygems.org/info/uber/GET/response | Bin 0 -> 1535 bytes
.../realworld/index.rubygems.org/info/uglifier/GET/request | 7 +
.../realworld/index.rubygems.org/info/uglifier/GET/response | Bin 0 -> 4993 bytes
.../realworld/index.rubygems.org/info/unf/GET/request | 7 +
.../realworld/index.rubygems.org/info/unf/GET/response | Bin 0 -> 1563 bytes
.../realworld/index.rubygems.org/info/unf_ext/GET/request | 7 +
.../realworld/index.rubygems.org/info/unf_ext/GET/response | Bin 0 -> 1889 bytes
.../index.rubygems.org/info/unicode-display_width/GET/request | 7 +
.../index.rubygems.org/info/unicode-display_width/GET/response | Bin 0 -> 1973 bytes
.../realworld/index.rubygems.org/info/unicode_utils/GET/request | 7 +
.../realworld/index.rubygems.org/info/unicode_utils/GET/response | Bin 0 -> 1289 bytes
.../realworld/index.rubygems.org/info/uuidtools/GET/request | 7 +
.../realworld/index.rubygems.org/info/uuidtools/GET/response | Bin 0 -> 1755 bytes
.../realworld/index.rubygems.org/info/vegas/GET/request | 7 +
.../realworld/index.rubygems.org/info/vegas/GET/response | Bin 0 -> 1687 bytes
.../realworld/index.rubygems.org/info/verse/GET/request | 7 +
.../realworld/index.rubygems.org/info/verse/GET/response | Bin 0 -> 1226 bytes
.../realworld/index.rubygems.org/info/virtus/GET/request | 7 +
.../realworld/index.rubygems.org/info/virtus/GET/response | Bin 0 -> 2603 bytes
.../realworld/index.rubygems.org/info/weakling/GET/request | 7 +
.../realworld/index.rubygems.org/info/weakling/GET/response | Bin 0 -> 1061 bytes
.../index.rubygems.org/info/websocket-driver/GET/request | 7 +
.../index.rubygems.org/info/websocket-driver/GET/response | Bin 0 -> 3025 bytes
.../index.rubygems.org/info/websocket-extensions/GET/request | 7 +
.../index.rubygems.org/info/websocket-extensions/GET/response | Bin 0 -> 1095 bytes
.../realworld/index.rubygems.org/info/websocket/GET/request | 7 +
.../realworld/index.rubygems.org/info/websocket/GET/response | Bin 0 -> 1755 bytes
.../realworld/index.rubygems.org/info/win32-api/GET/request | 7 +
.../realworld/index.rubygems.org/info/win32-api/GET/response | Bin 0 -> 3351 bytes
.../realworld/index.rubygems.org/info/win32-dir/GET/request | 7 +
.../realworld/index.rubygems.org/info/win32-dir/GET/response | Bin 0 -> 1740 bytes
.../realworld/index.rubygems.org/info/win32-security/GET/request | 7 +
.../index.rubygems.org/info/win32-security/GET/response | Bin 0 -> 1734 bytes
.../realworld/index.rubygems.org/info/win32console/GET/request | 7 +
.../realworld/index.rubygems.org/info/win32console/GET/response | Bin 0 -> 1848 bytes
.../realworld/index.rubygems.org/info/windows-api/GET/request | 7 +
.../realworld/index.rubygems.org/info/windows-api/GET/response | Bin 0 -> 1504 bytes
.../realworld/index.rubygems.org/info/windows-pr/GET/request | 7 +
.../realworld/index.rubygems.org/info/windows-pr/GET/response | Bin 0 -> 3556 bytes
.../realworld/index.rubygems.org/info/xpath/GET/request | 7 +
.../realworld/index.rubygems.org/info/xpath/GET/response | Bin 0 -> 1487 bytes
.../realworld/index.rubygems.org/info/zeitwerk/GET/request | 7 +
.../realworld/index.rubygems.org/info/zeitwerk/GET/response | Bin 0 -> 2188 bytes
.../realworld/index.rubygems.org/versions/GET/request | 7 +
.../realworld/index.rubygems.org/versions/GET/response | Bin 0 -> 12553331 bytes
.../rubygems.org/gems/activesupport-3.2.12.gem/GET/request | 7 +
.../rubygems.org/gems/activesupport-3.2.12.gem/GET/response | Bin 0 -> 288494 bytes
.../rubygems.org/gems/activesupport-3.2.22.5.gem/GET/request | 7 +
.../rubygems.org/gems/activesupport-3.2.22.5.gem/GET/response | Bin 0 -> 290580 bytes
.../rubygems.org/gems/concurrent-ruby-1.1.5.gem/GET/request | 7 +
.../rubygems.org/gems/concurrent-ruby-1.1.5.gem/GET/response | Bin 0 -> 357140 bytes
.../realworld/rubygems.org/gems/diff-lcs-1.3.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/diff-lcs-1.3.gem/GET/response | Bin 0 -> 46867 bytes
.../realworld/rubygems.org/gems/faker-1.1.2.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/faker-1.1.2.gem/GET/response | Bin 0 -> 97004 bytes
.../realworld/rubygems.org/gems/i18n-0.6.11.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/i18n-0.6.11.gem/GET/response | Bin 0 -> 62188 bytes
.../realworld/rubygems.org/gems/i18n-0.9.5.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/i18n-0.9.5.gem/GET/response | Bin 0 -> 62739 bytes
.../rubygems.org/gems/mono_logger-1.1.0.gem/GET/request | 7 +
.../rubygems.org/gems/mono_logger-1.1.0.gem/GET/response | Bin 0 -> 10988 bytes
.../rubygems.org/gems/multi_json-1.14.1.gem/GET/request | 7 +
.../rubygems.org/gems/multi_json-1.14.1.gem/GET/response | Bin 0 -> 22801 bytes
.../realworld/rubygems.org/gems/mustermann-1.0.3.gem/GET/request | 7 +
.../rubygems.org/gems/mustermann-1.0.3.gem/GET/response | Bin 0 -> 52502 bytes
.../realworld/rubygems.org/gems/rack-1.0.1.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/rack-1.0.1.gem/GET/response | Bin 0 -> 135406 bytes
.../realworld/rubygems.org/gems/rack-2.0.7.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/rack-2.0.7.gem/GET/response | Bin 0 -> 255765 bytes
.../rubygems.org/gems/rack-protection-2.0.7.gem/GET/request | 7 +
.../rubygems.org/gems/rack-protection-2.0.7.gem/GET/response | Bin 0 -> 17683 bytes
.../realworld/rubygems.org/gems/redis-4.1.3.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/redis-4.1.3.gem/GET/response | Bin 0 -> 58132 bytes
.../rubygems.org/gems/redis-namespace-1.6.0.gem/GET/request | 7 +
.../rubygems.org/gems/redis-namespace-1.6.0.gem/GET/response | Bin 0 -> 17682 bytes
.../realworld/rubygems.org/gems/resque-1.24.1.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/resque-1.24.1.gem/GET/response | Bin 0 -> 91370 bytes
.../rubygems.org/gems/resque-scheduler-2.2.0.gem/GET/request | 7 +
.../rubygems.org/gems/resque-scheduler-2.2.0.gem/GET/response | Bin 0 -> 37610 bytes
.../rubygems.org/gems/rufus-scheduler-2.0.24.gem/GET/request | 7 +
.../rubygems.org/gems/rufus-scheduler-2.0.24.gem/GET/response | Bin 0 -> 38635 bytes
.../realworld/rubygems.org/gems/sinatra-2.0.7.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/sinatra-2.0.7.gem/GET/response | Bin 0 -> 365846 bytes
.../realworld/rubygems.org/gems/tilt-2.0.10.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/tilt-2.0.10.gem/GET/response | Bin 0 -> 23315 bytes
.../realworld/rubygems.org/gems/tzinfo-2.0.0.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/tzinfo-2.0.0.gem/GET/response | Bin 0 -> 70931 bytes
.../realworld/rubygems.org/gems/vegas-0.1.11.gem/GET/request | 7 +
.../realworld/rubygems.org/gems/vegas-0.1.11.gem/GET/response | Bin 0 -> 13547 bytes
bundler/spec/support/artifice/windows.rb | 47 +
bundler/spec/support/builders.rb | 841 +++++++
bundler/spec/support/command_execution.rb | 33 +
bundler/spec/support/filters.rb | 47 +
bundler/spec/support/hax.rb | 68 +
bundler/spec/support/helpers.rb | 581 +++++
bundler/spec/support/indexes.rb | 425 ++++
bundler/spec/support/matchers.rb | 224 ++
bundler/spec/support/parallel.rb | 5 +
bundler/spec/support/path.rb | 203 ++
bundler/spec/support/permissions.rb | 12 +
bundler/spec/support/platforms.rb | 106 +
bundler/spec/support/rubygems_ext.rb | 119 +
bundler/spec/support/rubygems_version_manager.rb | 99 +
bundler/spec/support/silent_logger.rb | 10 +
bundler/spec/support/sometimes.rb | 57 +
bundler/spec/support/streams.rb | 19 +
bundler/spec/support/sudo.rb | 18 +
bundler/spec/support/the_bundle.rb | 35 +
bundler/spec/update/gemfile_spec.rb | 47 +
bundler/spec/update/gems/post_install_spec.rb | 76 +
bundler/spec/update/git_spec.rb | 370 +++
bundler/spec/update/path_spec.rb | 18 +
bundler/spec/update/redownload_spec.rb | 34 +
bundler/task/build_metadata.rake | 37 +
bundler/task/bundler_3.rake | 10 +
bundler/task/git_hooks.rake | 36 +
bundler/task/release.rake | 232 ++
1308 files changed, 95717 insertions(+)
create mode 100644 bundler/.codeclimate.yml
create mode 100644 bundler/.github/FUNDING.yml
create mode 100644 bundler/.github/PULL_REQUEST_TEMPLATE.md
create mode 100644 bundler/.github/bors.toml
create mode 100644 bundler/.github/config.yml
create mode 100644 bundler/.github/workflows/jruby.yml
create mode 100644 bundler/.github/workflows/ubuntu-bundler3.yml
create mode 100644 bundler/.github/workflows/ubuntu-lint.yml
create mode 100644 bundler/.github/workflows/ubuntu.yml
create mode 100644 bundler/.github/workflows/windows.yml
create mode 100644 bundler/.gitignore
create mode 100644 bundler/.rspec
create mode 100644 bundler/.rspec_parallel
create mode 100644 bundler/.rubocop.yml
create mode 100644 bundler/CHANGELOG.md
create mode 100644 bundler/CODE_OF_CONDUCT.md
create mode 100644 bundler/LICENSE.md
create mode 100644 bundler/README.md
create mode 100644 bundler/Rakefile
create mode 100644 bundler/UPGRADING.md
create mode 100755 bundler/bin/bundle
create mode 100755 bundler/bin/bundle2
create mode 100755 bundler/bin/parallel_rspec
create mode 100755 bundler/bin/rake
create mode 100755 bundler/bin/ronn
create mode 100755 bundler/bin/rspec
create mode 100755 bundler/bin/rubocop
create mode 100644 bundler/bundler.gemspec
create mode 100644 bundler/doc/POLICIES.md
create mode 100644 bundler/doc/README.md
create mode 100644 bundler/doc/TROUBLESHOOTING.md
create mode 100644 bundler/doc/contributing/BUG_TRIAGE.md
create mode 100644 bundler/doc/contributing/COMMUNITY.md
create mode 100644 bundler/doc/contributing/GETTING_HELP.md
create mode 100644 bundler/doc/contributing/HOW_YOU_CAN_HELP.md
create mode 100644 bundler/doc/contributing/ISSUES.md
create mode 100644 bundler/doc/contributing/README.md
create mode 100644 bundler/doc/development/NEW_FEATURES.md
create mode 100644 bundler/doc/development/PULL_REQUESTS.md
create mode 100644 bundler/doc/development/README.md
create mode 100644 bundler/doc/development/SETUP.md
create mode 100644 bundler/doc/documentation/README.md
create mode 100644 bundler/doc/documentation/VISION.md
create mode 100644 bundler/doc/documentation/WRITING.md
create mode 100644 bundler/doc/playbooks/RELEASING.md
create mode 100644 bundler/doc/playbooks/TEAM_CHANGES.md
create mode 100755 bundler/exe/bundle
create mode 100755 bundler/exe/bundler
create mode 100644 bundler/lib/bundler.rb
create mode 100644 bundler/lib/bundler/build_metadata.rb
create mode 100644 bundler/lib/bundler/capistrano.rb
create mode 100644 bundler/lib/bundler/cli.rb
create mode 100644 bundler/lib/bundler/cli/add.rb
create mode 100644 bundler/lib/bundler/cli/binstubs.rb
create mode 100644 bundler/lib/bundler/cli/cache.rb
create mode 100644 bundler/lib/bundler/cli/check.rb
create mode 100644 bundler/lib/bundler/cli/clean.rb
create mode 100644 bundler/lib/bundler/cli/common.rb
create mode 100644 bundler/lib/bundler/cli/config.rb
create mode 100644 bundler/lib/bundler/cli/console.rb
create mode 100644 bundler/lib/bundler/cli/doctor.rb
create mode 100644 bundler/lib/bundler/cli/exec.rb
create mode 100644 bundler/lib/bundler/cli/gem.rb
create mode 100644 bundler/lib/bundler/cli/info.rb
create mode 100644 bundler/lib/bundler/cli/init.rb
create mode 100644 bundler/lib/bundler/cli/inject.rb
create mode 100644 bundler/lib/bundler/cli/install.rb
create mode 100644 bundler/lib/bundler/cli/issue.rb
create mode 100644 bundler/lib/bundler/cli/list.rb
create mode 100644 bundler/lib/bundler/cli/lock.rb
create mode 100644 bundler/lib/bundler/cli/open.rb
create mode 100644 bundler/lib/bundler/cli/outdated.rb
create mode 100644 bundler/lib/bundler/cli/platform.rb
create mode 100644 bundler/lib/bundler/cli/plugin.rb
create mode 100644 bundler/lib/bundler/cli/pristine.rb
create mode 100644 bundler/lib/bundler/cli/remove.rb
create mode 100644 bundler/lib/bundler/cli/show.rb
create mode 100644 bundler/lib/bundler/cli/update.rb
create mode 100644 bundler/lib/bundler/cli/viz.rb
create mode 100644 bundler/lib/bundler/compact_index_client.rb
create mode 100644 bundler/lib/bundler/compact_index_client/cache.rb
create mode 100644 bundler/lib/bundler/compact_index_client/gem_parser.rb
create mode 100644 bundler/lib/bundler/compact_index_client/updater.rb
create mode 100644 bundler/lib/bundler/constants.rb
create mode 100644 bundler/lib/bundler/current_ruby.rb
create mode 100644 bundler/lib/bundler/definition.rb
create mode 100644 bundler/lib/bundler/dep_proxy.rb
create mode 100644 bundler/lib/bundler/dependency.rb
create mode 100644 bundler/lib/bundler/deployment.rb
create mode 100644 bundler/lib/bundler/deprecate.rb
create mode 100644 bundler/lib/bundler/dsl.rb
create mode 100644 bundler/lib/bundler/endpoint_specification.rb
create mode 100644 bundler/lib/bundler/env.rb
create mode 100644 bundler/lib/bundler/environment_preserver.rb
create mode 100644 bundler/lib/bundler/errors.rb
create mode 100644 bundler/lib/bundler/feature_flag.rb
create mode 100644 bundler/lib/bundler/fetcher.rb
create mode 100644 bundler/lib/bundler/fetcher/base.rb
create mode 100644 bundler/lib/bundler/fetcher/compact_index.rb
create mode 100644 bundler/lib/bundler/fetcher/dependency.rb
create mode 100644 bundler/lib/bundler/fetcher/downloader.rb
create mode 100644 bundler/lib/bundler/fetcher/index.rb
create mode 100644 bundler/lib/bundler/friendly_errors.rb
create mode 100644 bundler/lib/bundler/gem_helper.rb
create mode 100644 bundler/lib/bundler/gem_helpers.rb
create mode 100644 bundler/lib/bundler/gem_tasks.rb
create mode 100644 bundler/lib/bundler/gem_version_promoter.rb
create mode 100644 bundler/lib/bundler/gemdeps.rb
create mode 100644 bundler/lib/bundler/graph.rb
create mode 100644 bundler/lib/bundler/index.rb
create mode 100644 bundler/lib/bundler/injector.rb
create mode 100644 bundler/lib/bundler/inline.rb
create mode 100644 bundler/lib/bundler/installer.rb
create mode 100644 bundler/lib/bundler/installer/gem_installer.rb
create mode 100644 bundler/lib/bundler/installer/parallel_installer.rb
create mode 100644 bundler/lib/bundler/installer/standalone.rb
create mode 100644 bundler/lib/bundler/lazy_specification.rb
create mode 100644 bundler/lib/bundler/lockfile_generator.rb
create mode 100644 bundler/lib/bundler/lockfile_parser.rb
create mode 100644 bundler/lib/bundler/match_platform.rb
create mode 100644 bundler/lib/bundler/mirror.rb
create mode 100644 bundler/lib/bundler/plugin.rb
create mode 100644 bundler/lib/bundler/plugin/api.rb
create mode 100644 bundler/lib/bundler/plugin/api/source.rb
create mode 100644 bundler/lib/bundler/plugin/dsl.rb
create mode 100644 bundler/lib/bundler/plugin/events.rb
create mode 100644 bundler/lib/bundler/plugin/index.rb
create mode 100644 bundler/lib/bundler/plugin/installer.rb
create mode 100644 bundler/lib/bundler/plugin/installer/git.rb
create mode 100644 bundler/lib/bundler/plugin/installer/rubygems.rb
create mode 100644 bundler/lib/bundler/plugin/source_list.rb
create mode 100644 bundler/lib/bundler/process_lock.rb
create mode 100644 bundler/lib/bundler/psyched_yaml.rb
create mode 100644 bundler/lib/bundler/remote_specification.rb
create mode 100644 bundler/lib/bundler/resolver.rb
create mode 100644 bundler/lib/bundler/resolver/spec_group.rb
create mode 100644 bundler/lib/bundler/retry.rb
create mode 100644 bundler/lib/bundler/ruby_dsl.rb
create mode 100644 bundler/lib/bundler/ruby_version.rb
create mode 100644 bundler/lib/bundler/rubygems_ext.rb
create mode 100644 bundler/lib/bundler/rubygems_gem_installer.rb
create mode 100644 bundler/lib/bundler/rubygems_integration.rb
create mode 100644 bundler/lib/bundler/runtime.rb
create mode 100644 bundler/lib/bundler/settings.rb
create mode 100644 bundler/lib/bundler/settings/validator.rb
create mode 100644 bundler/lib/bundler/setup.rb
create mode 100644 bundler/lib/bundler/shared_helpers.rb
create mode 100644 bundler/lib/bundler/similarity_detector.rb
create mode 100644 bundler/lib/bundler/source.rb
create mode 100644 bundler/lib/bundler/source/gemspec.rb
create mode 100644 bundler/lib/bundler/source/git.rb
create mode 100644 bundler/lib/bundler/source/git/git_proxy.rb
create mode 100644 bundler/lib/bundler/source/metadata.rb
create mode 100644 bundler/lib/bundler/source/path.rb
create mode 100644 bundler/lib/bundler/source/path/installer.rb
create mode 100644 bundler/lib/bundler/source/rubygems.rb
create mode 100644 bundler/lib/bundler/source/rubygems/remote.rb
create mode 100644 bundler/lib/bundler/source_list.rb
create mode 100644 bundler/lib/bundler/spec_set.rb
create mode 100644 bundler/lib/bundler/stub_specification.rb
create mode 100644 bundler/lib/bundler/templates/.document
create mode 100644 bundler/lib/bundler/templates/Executable
create mode 100644 bundler/lib/bundler/templates/Executable.bundler
create mode 100644 bundler/lib/bundler/templates/Executable.standalone
create mode 100644 bundler/lib/bundler/templates/Gemfile
create mode 100644 bundler/lib/bundler/templates/gems.rb
create mode 100644 bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
create mode 100644 bundler/lib/bundler/templates/newgem/Gemfile.tt
create mode 100644 bundler/lib/bundler/templates/newgem/LICENSE.txt.tt
create mode 100644 bundler/lib/bundler/templates/newgem/README.md.tt
create mode 100644 bundler/lib/bundler/templates/newgem/Rakefile.tt
create mode 100644 bundler/lib/bundler/templates/newgem/bin/console.tt
create mode 100644 bundler/lib/bundler/templates/newgem/bin/setup.tt
create mode 100644 bundler/lib/bundler/templates/newgem/exe/newgem.tt
create mode 100644 bundler/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
create mode 100644 bundler/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
create mode 100644 bundler/lib/bundler/templates/newgem/gitignore.tt
create mode 100644 bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/newgem.gemspec.tt
create mode 100644 bundler/lib/bundler/templates/newgem/rspec.tt
create mode 100644 bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/test/minitest/newgem_test.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt
create mode 100644 bundler/lib/bundler/templates/newgem/travis.yml.tt
create mode 100644 bundler/lib/bundler/ui.rb
create mode 100644 bundler/lib/bundler/ui/rg_proxy.rb
create mode 100644 bundler/lib/bundler/ui/shell.rb
create mode 100644 bundler/lib/bundler/ui/silent.rb
create mode 100644 bundler/lib/bundler/uri_credentials_filter.rb
create mode 100644 bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
create mode 100644 bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/monotonic_time.rb
create mode 100644 bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
create mode 100644 bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
create mode 100644 bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provid
er.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_c
ircular.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.r
b
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex
_named.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.r
b
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider
.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
create mode 100644 bundler/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
create mode 100644 bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
create mode 100644 bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection
.rb
create mode 100644 bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
create mode 100644 bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stac
k_multi.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/actions.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/base.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/command.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/error.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/group.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/invocation.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/nested_context.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/parser.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/parser/option.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/runner.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/shell.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/shell/html.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/util.rb
create mode 100644 bundler/lib/bundler/vendor/thor/lib/thor/version.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/common.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/file.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/ftp.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/generic.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/http.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/ldap.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/ldaps.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/mailto.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
create mode 100644 bundler/lib/bundler/vendor/uri/lib/uri/version.rb
create mode 100644 bundler/lib/bundler/vendored_fileutils.rb
create mode 100644 bundler/lib/bundler/vendored_molinillo.rb
create mode 100644 bundler/lib/bundler/vendored_persistent.rb
create mode 100644 bundler/lib/bundler/vendored_thor.rb
create mode 100644 bundler/lib/bundler/vendored_uri.rb
create mode 100644 bundler/lib/bundler/version.rb
create mode 100644 bundler/lib/bundler/version_ranges.rb
create mode 100644 bundler/lib/bundler/vlad.rb
create mode 100644 bundler/lib/bundler/worker.rb
create mode 100644 bundler/lib/bundler/yaml_serializer.rb
create mode 100644 bundler/man/bundle-add.1
create mode 100644 bundler/man/bundle-add.1.txt
create mode 100644 bundler/man/bundle-add.ronn
create mode 100644 bundler/man/bundle-binstubs.1
create mode 100644 bundler/man/bundle-binstubs.1.txt
create mode 100644 bundler/man/bundle-binstubs.ronn
create mode 100644 bundler/man/bundle-cache.1
create mode 100644 bundler/man/bundle-cache.1.txt
create mode 100644 bundler/man/bundle-cache.ronn
create mode 100644 bundler/man/bundle-check.1
create mode 100644 bundler/man/bundle-check.1.txt
create mode 100644 bundler/man/bundle-check.ronn
create mode 100644 bundler/man/bundle-clean.1
create mode 100644 bundler/man/bundle-clean.1.txt
create mode 100644 bundler/man/bundle-clean.ronn
create mode 100644 bundler/man/bundle-config.1
create mode 100644 bundler/man/bundle-config.1.txt
create mode 100644 bundler/man/bundle-config.ronn
create mode 100644 bundler/man/bundle-doctor.1
create mode 100644 bundler/man/bundle-doctor.1.txt
create mode 100644 bundler/man/bundle-doctor.ronn
create mode 100644 bundler/man/bundle-exec.1
create mode 100644 bundler/man/bundle-exec.1.txt
create mode 100644 bundler/man/bundle-exec.ronn
create mode 100644 bundler/man/bundle-gem.1
create mode 100644 bundler/man/bundle-gem.1.txt
create mode 100644 bundler/man/bundle-gem.ronn
create mode 100644 bundler/man/bundle-info.1
create mode 100644 bundler/man/bundle-info.1.txt
create mode 100644 bundler/man/bundle-info.ronn
create mode 100644 bundler/man/bundle-init.1
create mode 100644 bundler/man/bundle-init.1.txt
create mode 100644 bundler/man/bundle-init.ronn
create mode 100644 bundler/man/bundle-inject.1
create mode 100644 bundler/man/bundle-inject.1.txt
create mode 100644 bundler/man/bundle-inject.ronn
create mode 100644 bundler/man/bundle-install.1
create mode 100644 bundler/man/bundle-install.1.txt
create mode 100644 bundler/man/bundle-install.ronn
create mode 100644 bundler/man/bundle-list.1
create mode 100644 bundler/man/bundle-list.1.txt
create mode 100644 bundler/man/bundle-list.ronn
create mode 100644 bundler/man/bundle-lock.1
create mode 100644 bundler/man/bundle-lock.1.txt
create mode 100644 bundler/man/bundle-lock.ronn
create mode 100644 bundler/man/bundle-open.1
create mode 100644 bundler/man/bundle-open.1.txt
create mode 100644 bundler/man/bundle-open.ronn
create mode 100644 bundler/man/bundle-outdated.1
create mode 100644 bundler/man/bundle-outdated.1.txt
create mode 100644 bundler/man/bundle-outdated.ronn
create mode 100644 bundler/man/bundle-platform.1
create mode 100644 bundler/man/bundle-platform.1.txt
create mode 100644 bundler/man/bundle-platform.ronn
create mode 100644 bundler/man/bundle-pristine.1
create mode 100644 bundler/man/bundle-pristine.1.txt
create mode 100644 bundler/man/bundle-pristine.ronn
create mode 100644 bundler/man/bundle-remove.1
create mode 100644 bundler/man/bundle-remove.1.txt
create mode 100644 bundler/man/bundle-remove.ronn
create mode 100644 bundler/man/bundle-show.1
create mode 100644 bundler/man/bundle-show.1.txt
create mode 100644 bundler/man/bundle-show.ronn
create mode 100644 bundler/man/bundle-update.1
create mode 100644 bundler/man/bundle-update.1.txt
create mode 100644 bundler/man/bundle-update.ronn
create mode 100644 bundler/man/bundle-viz.1
create mode 100644 bundler/man/bundle-viz.1.txt
create mode 100644 bundler/man/bundle-viz.ronn
create mode 100644 bundler/man/bundle.1
create mode 100644 bundler/man/bundle.1.txt
create mode 100644 bundler/man/bundle.ronn
create mode 100644 bundler/man/gemfile.5
create mode 100644 bundler/man/gemfile.5.ronn
create mode 100644 bundler/man/gemfile.5.txt
create mode 100644 bundler/man/index.txt
create mode 100644 bundler/spec/bundler/build_metadata_spec.rb
create mode 100644 bundler/spec/bundler/bundler_spec.rb
create mode 100644 bundler/spec/bundler/cli_spec.rb
create mode 100644 bundler/spec/bundler/compact_index_client/gem_parser_spec.rb
create mode 100644 bundler/spec/bundler/compact_index_client/updater_spec.rb
create mode 100644 bundler/spec/bundler/definition_spec.rb
create mode 100644 bundler/spec/bundler/dep_proxy_spec.rb
create mode 100644 bundler/spec/bundler/dsl_spec.rb
create mode 100644 bundler/spec/bundler/endpoint_specification_spec.rb
create mode 100644 bundler/spec/bundler/env_spec.rb
create mode 100644 bundler/spec/bundler/environment_preserver_spec.rb
create mode 100644 bundler/spec/bundler/fetcher/base_spec.rb
create mode 100644 bundler/spec/bundler/fetcher/compact_index_spec.rb
create mode 100644 bundler/spec/bundler/fetcher/dependency_spec.rb
create mode 100644 bundler/spec/bundler/fetcher/downloader_spec.rb
create mode 100644 bundler/spec/bundler/fetcher/index_spec.rb
create mode 100644 bundler/spec/bundler/fetcher_spec.rb
create mode 100644 bundler/spec/bundler/friendly_errors_spec.rb
create mode 100644 bundler/spec/bundler/gem_helper_spec.rb
create mode 100644 bundler/spec/bundler/gem_version_promoter_spec.rb
create mode 100644 bundler/spec/bundler/index_spec.rb
create mode 100644 bundler/spec/bundler/installer/gem_installer_spec.rb
create mode 100644 bundler/spec/bundler/installer/parallel_installer_spec.rb
create mode 100644 bundler/spec/bundler/installer/spec_installation_spec.rb
create mode 100644 bundler/spec/bundler/lockfile_parser_spec.rb
create mode 100644 bundler/spec/bundler/mirror_spec.rb
create mode 100644 bundler/spec/bundler/plugin/api/source_spec.rb
create mode 100644 bundler/spec/bundler/plugin/api_spec.rb
create mode 100644 bundler/spec/bundler/plugin/dsl_spec.rb
create mode 100644 bundler/spec/bundler/plugin/events_spec.rb
create mode 100644 bundler/spec/bundler/plugin/index_spec.rb
create mode 100644 bundler/spec/bundler/plugin/installer_spec.rb
create mode 100644 bundler/spec/bundler/plugin/source_list_spec.rb
create mode 100644 bundler/spec/bundler/plugin_spec.rb
create mode 100644 bundler/spec/bundler/psyched_yaml_spec.rb
create mode 100644 bundler/spec/bundler/remote_specification_spec.rb
create mode 100644 bundler/spec/bundler/retry_spec.rb
create mode 100644 bundler/spec/bundler/ruby_dsl_spec.rb
create mode 100644 bundler/spec/bundler/ruby_version_spec.rb
create mode 100644 bundler/spec/bundler/rubygems_integration_spec.rb
create mode 100644 bundler/spec/bundler/settings/validator_spec.rb
create mode 100644 bundler/spec/bundler/settings_spec.rb
create mode 100644 bundler/spec/bundler/shared_helpers_spec.rb
create mode 100644 bundler/spec/bundler/source/git/git_proxy_spec.rb
create mode 100644 bundler/spec/bundler/source/git_spec.rb
create mode 100644 bundler/spec/bundler/source/path_spec.rb
create mode 100644 bundler/spec/bundler/source/rubygems/remote_spec.rb
create mode 100644 bundler/spec/bundler/source/rubygems_spec.rb
create mode 100644 bundler/spec/bundler/source_list_spec.rb
create mode 100644 bundler/spec/bundler/source_spec.rb
create mode 100644 bundler/spec/bundler/spec_set_spec.rb
create mode 100644 bundler/spec/bundler/stub_specification_spec.rb
create mode 100644 bundler/spec/bundler/ui/shell_spec.rb
create mode 100644 bundler/spec/bundler/ui_spec.rb
create mode 100644 bundler/spec/bundler/uri_credentials_filter_spec.rb
create mode 100644 bundler/spec/bundler/vendored_persistent_spec.rb
create mode 100644 bundler/spec/bundler/version_ranges_spec.rb
create mode 100644 bundler/spec/bundler/worker_spec.rb
create mode 100644 bundler/spec/bundler/yaml_serializer_spec.rb
create mode 100644 bundler/spec/cache/cache_path_spec.rb
create mode 100644 bundler/spec/cache/gems_spec.rb
create mode 100644 bundler/spec/cache/git_spec.rb
create mode 100644 bundler/spec/cache/path_spec.rb
create mode 100644 bundler/spec/cache/platform_spec.rb
create mode 100644 bundler/spec/commands/add_spec.rb
create mode 100644 bundler/spec/commands/binstubs_spec.rb
create mode 100644 bundler/spec/commands/cache_spec.rb
create mode 100644 bundler/spec/commands/check_spec.rb
create mode 100644 bundler/spec/commands/clean_spec.rb
create mode 100644 bundler/spec/commands/config_spec.rb
create mode 100644 bundler/spec/commands/console_spec.rb
create mode 100644 bundler/spec/commands/doctor_spec.rb
create mode 100644 bundler/spec/commands/exec_spec.rb
create mode 100644 bundler/spec/commands/help_spec.rb
create mode 100644 bundler/spec/commands/info_spec.rb
create mode 100644 bundler/spec/commands/init_spec.rb
create mode 100644 bundler/spec/commands/inject_spec.rb
create mode 100644 bundler/spec/commands/install_spec.rb
create mode 100644 bundler/spec/commands/issue_spec.rb
create mode 100644 bundler/spec/commands/licenses_spec.rb
create mode 100644 bundler/spec/commands/list_spec.rb
create mode 100644 bundler/spec/commands/lock_spec.rb
create mode 100644 bundler/spec/commands/newgem_spec.rb
create mode 100644 bundler/spec/commands/open_spec.rb
create mode 100644 bundler/spec/commands/outdated_spec.rb
create mode 100644 bundler/spec/commands/post_bundle_message_spec.rb
create mode 100644 bundler/spec/commands/pristine_spec.rb
create mode 100644 bundler/spec/commands/remove_spec.rb
create mode 100644 bundler/spec/commands/show_spec.rb
create mode 100644 bundler/spec/commands/update_spec.rb
create mode 100644 bundler/spec/commands/version_spec.rb
create mode 100644 bundler/spec/commands/viz_spec.rb
create mode 100644 bundler/spec/install/allow_offline_install_spec.rb
create mode 100644 bundler/spec/install/binstubs_spec.rb
create mode 100644 bundler/spec/install/bundler_spec.rb
create mode 100644 bundler/spec/install/deploy_spec.rb
create mode 100644 bundler/spec/install/failure_spec.rb
create mode 100644 bundler/spec/install/gemfile/eval_gemfile_spec.rb
create mode 100644 bundler/spec/install/gemfile/gemspec_spec.rb
create mode 100644 bundler/spec/install/gemfile/git_spec.rb
create mode 100644 bundler/spec/install/gemfile/groups_spec.rb
create mode 100644 bundler/spec/install/gemfile/install_if.rb
create mode 100644 bundler/spec/install/gemfile/lockfile_spec.rb
create mode 100644 bundler/spec/install/gemfile/path_spec.rb
create mode 100644 bundler/spec/install/gemfile/platform_spec.rb
create mode 100644 bundler/spec/install/gemfile/ruby_spec.rb
create mode 100644 bundler/spec/install/gemfile/sources_spec.rb
create mode 100644 bundler/spec/install/gemfile/specific_platform_spec.rb
create mode 100644 bundler/spec/install/gemfile_spec.rb
create mode 100644 bundler/spec/install/gems/compact_index_spec.rb
create mode 100644 bundler/spec/install/gems/dependency_api_spec.rb
create mode 100644 bundler/spec/install/gems/env_spec.rb
create mode 100644 bundler/spec/install/gems/flex_spec.rb
create mode 100644 bundler/spec/install/gems/mirror_spec.rb
create mode 100644 bundler/spec/install/gems/native_extensions_spec.rb
create mode 100644 bundler/spec/install/gems/post_install_spec.rb
create mode 100644 bundler/spec/install/gems/resolving_spec.rb
create mode 100644 bundler/spec/install/gems/standalone_spec.rb
create mode 100644 bundler/spec/install/gems/sudo_spec.rb
create mode 100644 bundler/spec/install/gems/win32_spec.rb
create mode 100644 bundler/spec/install/gemspecs_spec.rb
create mode 100644 bundler/spec/install/git_spec.rb
create mode 100644 bundler/spec/install/global_cache_spec.rb
create mode 100644 bundler/spec/install/path_spec.rb
create mode 100644 bundler/spec/install/prereleases_spec.rb
create mode 100644 bundler/spec/install/process_lock_spec.rb
create mode 100644 bundler/spec/install/redownload_spec.rb
create mode 100644 bundler/spec/install/security_policy_spec.rb
create mode 100644 bundler/spec/install/yanked_spec.rb
create mode 100644 bundler/spec/lock/git_spec.rb
create mode 100644 bundler/spec/lock/lockfile_spec.rb
create mode 100644 bundler/spec/other/cli_dispatch_spec.rb
create mode 100644 bundler/spec/other/ext_spec.rb
create mode 100644 bundler/spec/other/major_deprecation_spec.rb
create mode 100644 bundler/spec/other/platform_spec.rb
create mode 100644 bundler/spec/plugins/command_spec.rb
create mode 100644 bundler/spec/plugins/hook_spec.rb
create mode 100644 bundler/spec/plugins/install_spec.rb
create mode 100644 bundler/spec/plugins/list_spec.rb
create mode 100644 bundler/spec/plugins/source/example_spec.rb
create mode 100644 bundler/spec/plugins/source_spec.rb
create mode 100644 bundler/spec/quality_es_spec.rb
create mode 100644 bundler/spec/quality_spec.rb
create mode 100644 bundler/spec/realworld/dependency_api_spec.rb
create mode 100644 bundler/spec/realworld/double_check_spec.rb
create mode 100644 bundler/spec/realworld/edgecases_spec.rb
create mode 100644 bundler/spec/realworld/fixtures/warbler/.gitignore
create mode 100644 bundler/spec/realworld/fixtures/warbler/Gemfile
create mode 100644 bundler/spec/realworld/fixtures/warbler/Gemfile.lock
create mode 100644 bundler/spec/realworld/fixtures/warbler/bin/warbler-example.rb
create mode 100644 bundler/spec/realworld/fixtures/warbler/demo/demo.gemspec
create mode 100644 bundler/spec/realworld/gemfile_source_header_spec.rb
create mode 100644 bundler/spec/realworld/mirror_probe_spec.rb
create mode 100644 bundler/spec/realworld/parallel_spec.rb
create mode 100644 bundler/spec/resolver/basic_spec.rb
create mode 100644 bundler/spec/resolver/platform_spec.rb
create mode 100644 bundler/spec/runtime/executable_spec.rb
create mode 100644 bundler/spec/runtime/gem_tasks_spec.rb
create mode 100644 bundler/spec/runtime/inline_spec.rb
create mode 100644 bundler/spec/runtime/load_spec.rb
create mode 100644 bundler/spec/runtime/platform_spec.rb
create mode 100644 bundler/spec/runtime/require_spec.rb
create mode 100644 bundler/spec/runtime/setup_spec.rb
create mode 100644 bundler/spec/runtime/with_unbundled_env_spec.rb
create mode 100644 bundler/spec/spec_helper.rb
create mode 100644 bundler/spec/support/artifice/compact_index.rb
create mode 100644 bundler/spec/support/artifice/compact_index_api_missing.rb
create mode 100644 bundler/spec/support/artifice/compact_index_basic_authentication.rb
create mode 100644 bundler/spec/support/artifice/compact_index_checksum_mismatch.rb
create mode 100644 bundler/spec/support/artifice/compact_index_concurrent_download.rb
create mode 100644 bundler/spec/support/artifice/compact_index_creds_diff_host.rb
create mode 100644 bundler/spec/support/artifice/compact_index_extra.rb
create mode 100644 bundler/spec/support/artifice/compact_index_extra_api.rb
create mode 100644 bundler/spec/support/artifice/compact_index_extra_api_missing.rb
create mode 100644 bundler/spec/support/artifice/compact_index_extra_missing.rb
create mode 100644 bundler/spec/support/artifice/compact_index_forbidden.rb
create mode 100644 bundler/spec/support/artifice/compact_index_host_redirect.rb
create mode 100644 bundler/spec/support/artifice/compact_index_no_gem.rb
create mode 100644 bundler/spec/support/artifice/compact_index_partial_update.rb
create mode 100644 bundler/spec/support/artifice/compact_index_range_not_satisfiable.rb
create mode 100644 bundler/spec/support/artifice/compact_index_rate_limited.rb
create mode 100644 bundler/spec/support/artifice/compact_index_redirects.rb
create mode 100644 bundler/spec/support/artifice/compact_index_strict_basic_authentication.rb
create mode 100644 bundler/spec/support/artifice/compact_index_wrong_dependencies.rb
create mode 100644 bundler/spec/support/artifice/compact_index_wrong_gem_checksum.rb
create mode 100644 bundler/spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
create mode 100644 bundler/spec/support/artifice/endpoint.rb
create mode 100644 bundler/spec/support/artifice/endpoint_500.rb
create mode 100644 bundler/spec/support/artifice/endpoint_api_forbidden.rb
create mode 100644 bundler/spec/support/artifice/endpoint_api_missing.rb
create mode 100644 bundler/spec/support/artifice/endpoint_basic_authentication.rb
create mode 100644 bundler/spec/support/artifice/endpoint_creds_diff_host.rb
create mode 100644 bundler/spec/support/artifice/endpoint_extra.rb
create mode 100644 bundler/spec/support/artifice/endpoint_extra_api.rb
create mode 100644 bundler/spec/support/artifice/endpoint_extra_missing.rb
create mode 100644 bundler/spec/support/artifice/endpoint_fallback.rb
create mode 100644 bundler/spec/support/artifice/endpoint_host_redirect.rb
create mode 100644 bundler/spec/support/artifice/endpoint_marshal_fail.rb
create mode 100644 bundler/spec/support/artifice/endpoint_mirror_source.rb
create mode 100644 bundler/spec/support/artifice/endpoint_redirect.rb
create mode 100644 bundler/spec/support/artifice/endpoint_strict_basic_authentication.rb
create mode 100644 bundler/spec/support/artifice/endpoint_timeout.rb
create mode 100644 bundler/spec/support/artifice/fail.rb
create mode 100644 bundler/spec/support/artifice/vcr.rb
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/CFP
ropertyList/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/CFP
ropertyList/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Par
seTree/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Par
seTree/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Red
Cloth/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Red
Cloth/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Rub
yInline/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Rub
yInline/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Sex
pProcessor/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Sex
pProcessor/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Zen
Test/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/Zen
Test/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/abs
tract/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/abs
tract/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ioncable/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ioncable/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionmailbox/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionmailbox/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionmailer/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionmailer/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionpack/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionpack/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iontext/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iontext/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionview/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionview/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionwebservice/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ionwebservice/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivejob/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivejob/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivemodel-globalid/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivemodel-globalid/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivemodel-serializers-xml/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivemodel-serializers-xml/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivemodel/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivemodel/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iverecord-deprecated_finders/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iverecord-deprecated_finders/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iverecord/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iverecord/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iveresource/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
iveresource/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivestorage/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivestorage/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivesupport/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/act
ivesupport/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ada
mantium/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ada
mantium/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/add
ressable/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/add
ressable/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/all
ison/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/all
ison/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ans
i/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ans
i/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/arc
hive-tar-minitar/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/arc
hive-tar-minitar/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/are
l/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/are
l/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ast
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ast
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ast
rolabe/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ast
rolabe/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ato
mic/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ato
mic/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/aut
oparse/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/aut
oparse/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/axi
om-types/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/axi
om-types/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bac
kports/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bac
kports/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bac
on/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bac
on/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bcr
ypt-ruby/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bcr
ypt-ruby/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bcr
ypt/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bcr
ypt/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bcr
ypt_pbkdf/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bcr
ypt_pbkdf/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-extras/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-extras/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-git/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-git/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-rcov/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-rcov/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-rspec/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-rspec/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-rubyforge/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-rubyforge/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-zentest/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es-zentest/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bon
es/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bui
lder/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bui
lder/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bun
dler/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/bun
dler/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/c21
e/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/c21
e/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cam
ping/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cam
ping/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cap
ybara/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cap
ybara/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
erity/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
erity/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-essentials/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-essentials/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-extras/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-extras/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-fsm/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-fsm/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-io/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-io/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-pool/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-pool/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-supervision/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid-supervision/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cel
luloid/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cgi
_multipart_eof_fix/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cgi
_multipart_eof_fix/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/chi
ldprocess/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/chi
ldprocess/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cli
mate_control/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cli
mate_control/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/coc
aine/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/coc
aine/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/coe
rcible/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/coe
rcible/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cof
fee-rails/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cof
fee-rails/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cof
fee-script-source/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cof
fee-script-source/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cof
fee-script/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cof
fee-script/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/col
orize/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/col
orize/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/con
current-ruby/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/con
current-ruby/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/con
figuration/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/con
figuration/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cov
eralls/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cov
eralls/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cra
ss/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cra
ss/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-core/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-core/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-expressions/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-expressions/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-formatter-dots/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-formatter-dots/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-messages/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-messages/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-tag_expressions/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-tag_expressions/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-wire/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber-wire/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cuc
umber/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cul
erity/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cul
erity/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cur
ses/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/cur
ses/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dae
mons/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dae
mons/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dat
abase_cleaner/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dat
abase_cleaner/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dec
larative-option/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dec
larative-option/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dec
larative/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dec
larative/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/des
cendants_tracker/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/des
cendants_tracker/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dif
f-lcs/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dif
f-lcs/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/doc
ile/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/doc
ile/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dom
ain_name/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dom
ain_name/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dot
env-deployment/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dot
env-deployment/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dot
env/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/dot
env/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ech
oe/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ech
oe/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/em-
hiredis/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/em-
hiredis/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eng
lish/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eng
lish/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/equ
alizer/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/equ
alizer/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/equ
atable/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/equ
atable/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eru
bi/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eru
bi/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eru
bis/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eru
bis/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/esc
ape_utils/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/esc
ape_utils/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/et-
orbi/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/et-
orbi/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eve
nt-bus/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eve
nt-bus/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eve
ntmachine-le/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eve
ntmachine-le/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eve
ntmachine/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/eve
ntmachine/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/exe
cjs/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/exe
cjs/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ext
lib/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ext
lib/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fac
ets/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fac
ets/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fac
ter/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fac
ter/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fak
er/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fak
er/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/far
aday/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/far
aday/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fas
tthread/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fas
tthread/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fay
e-websocket/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fay
e-websocket/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fcg
i/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fcg
i/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ffi
-win32-extensions/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ffi
-win32-extensions/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ffi
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ffi
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fle
xmock/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fle
xmock/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fug
it/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fug
it/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fun
ctional-ruby/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/fun
ctional-ruby/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/gem
_plugin/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/gem
_plugin/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/gem
cutter/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/gem
cutter/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ghe
rkin/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ghe
rkin/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ghe
rkin3/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ghe
rkin3/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/git
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/git
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/glo
balid/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/glo
balid/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/goo
gle-api-client/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/goo
gle-api-client/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/goo
gle-protobuf/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/goo
gle-protobuf/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/goo
gleauth/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/goo
gleauth/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/gxa
pi_rails/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/gxa
pi_rails/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/has
hie/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/has
hie/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hig
hline/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hig
hline/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hik
e/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hik
e/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hir
edis/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hir
edis/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hit
imes/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hit
imes/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hoe
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hoe
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hoo
ks/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hoo
ks/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
p-accept/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
p-accept/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
p-cookie/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
p-cookie/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
p_parser.rb/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
p_parser.rb/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
padapter/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
padapter/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
pclient/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/htt
pclient/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hur
ley/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/hur
ley/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/i18
n/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/i18
n/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ice
_nine/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ice
_nine/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jar
-dependencies/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jar
-dependencies/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jar
o_winkler/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jar
o_winkler/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jou
rney/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jou
rney/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jru
by-pageant/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jru
by-pageant/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jso
n/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jso
n/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jso
n_pure/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jso
n_pure/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jwt
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/jwt
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lan
guage/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lan
guage/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lau
nchy/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lau
nchy/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lib
v8/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lib
v8/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lib
websocket/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lib
websocket/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lib
xml-ruby/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lib
xml-ruby/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/liq
uid/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/liq
uid/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lis
ten/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lis
ten/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lit
tle-plugger/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/lit
tle-plugger/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/loc
kfile/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/loc
kfile/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/log
ging/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/log
ging/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/loo
fah/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/loo
fah/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/loq
uacious/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/loq
uacious/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mab
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mab
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mai
l/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mai
l/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mar
cel/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mar
cel/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mar
kaby/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mar
kaby/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mav
en-tools/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mav
en-tools/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mem
cache-client/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mem
cache-client/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mem
oist/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mem
oist/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mem
oizable/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mem
oizable/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/met
aclass/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/met
aclass/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/met
aid/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/met
aid/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/met
hod_source/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/met
hod_source/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mim
e-types-data/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mim
e-types-data/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mim
e-types/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mim
e-types/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mim
emagic/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mim
emagic/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
i_mime/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
i_mime/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
i_portile/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
i_portile/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
i_portile2/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
i_portile2/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
itar-cli/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
itar-cli/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
itar/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
itar/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
itest/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/min
itest/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mkr
f/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mkr
f/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/moc
ha/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/moc
ha/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mon
grel/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mon
grel/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mon
o_logger/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mon
o_logger/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
ti_json/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
ti_json/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
ti_test/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
ti_test/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
timap/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
timap/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
tipart-post/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mul
tipart-post/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mus
termann/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/mus
termann/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nee
dle/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nee
dle/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nen
v/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nen
v/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/net
-scp/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/net
-scp/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/net
-ssh/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/net
-ssh/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/net
rc/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/net
rc/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/new
gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/new
gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nio
4r/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nio
4r/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nok
ogiri/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/nok
ogiri/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/os/
GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/os/
GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pap
erclip/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pap
erclip/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/par
allel/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/par
allel/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/par
ser/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/par
ser/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pas
tel/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pas
tel/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pat
tern-match/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pat
tern-match/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pkg
-config/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pkg
-config/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pol
yglot/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pol
yglot/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pow
er_assert/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pow
er_assert/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pow
erbar/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pow
erbar/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pow
erpack/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pow
erpack/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pre
forker/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pre
forker/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/psy
ch/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/psy
ch/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pub
lic_suffix/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/pub
lic_suffix/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/raa
bro/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/raa
bro/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
c/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
c/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-cache/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-cache/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-mount/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-mount/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-protection/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-protection/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-ssl/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-ssl/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-test/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k-test/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rac
k/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-deprecated_sanitizer/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-deprecated_sanitizer/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-dom-testing/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-dom-testing/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-html-sanitizer/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-html-sanitizer/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-observers/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls-observers/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
ls/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
lties/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
lties/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
nbow/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rai
nbow/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rak
e-compiler/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rak
e-compiler/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rak
e/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rak
e/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
fchange/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
fchange/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
fsevent/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
fsevent/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
inotify/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
inotify/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
kqueue/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rb-
kqueue/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rbn
acl-libsodium/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rbn
acl-libsodium/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rbn
acl/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rbn
acl/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rco
v/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rco
v/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rdo
c/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rdo
c/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/red
is-namespace/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/red
is-namespace/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/red
is/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/red
is/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ref
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ref
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/reg
exp_parser/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/reg
exp_parser/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rep
resentable/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rep
resentable/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/res
que-scheduler/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/res
que-scheduler/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/res
que/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/res
que/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/res
t-client/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/res
t-client/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ret
riable/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ret
riable/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rex
ical/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rex
ical/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rig
ht_aws/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rig
ht_aws/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rig
ht_http_connection/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rig
ht_http_connection/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-core/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-core/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-expectations/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-expectations/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-logsplit/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-logsplit/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-mocks/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-mocks/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-support/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec-support/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rsp
ec/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
igen/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
igen/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
ocop/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
ocop/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-maven-libs/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-maven-libs/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-maven/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-maven/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-openid/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-openid/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-progressbar/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-progressbar/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-yadis/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y-yadis/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y_dep/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y_dep/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y_parser/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
y_parser/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
yforge/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
yforge/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
yzip/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/rub
yzip/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ruf
us-scheduler/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ruf
us-scheduler/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
s-listen/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
s-listen/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
s-rails/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
s-rails/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
s/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
s/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
sc-rails/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
sc-rails/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
sc/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sas
sc/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sel
enium-webdriver/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sel
enium-webdriver/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sex
p_processor/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sex
p_processor/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sho
tgun/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sho
tgun/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sig
net/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sig
net/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sim
plecov-html/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sim
plecov-html/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sim
plecov/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sim
plecov/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sin
atra/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sin
atra/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/slo
p/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/slo
p/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spi
cycode-rcov/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spi
cycode-rcov/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spo
on/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spo
on/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spr
ockets-rails/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spr
ockets-rails/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spr
ockets/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spr
ockets/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spr
uz/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/spr
uz/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sql
ite3/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sql
ite3/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/str
ings-ansi/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/str
ings-ansi/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/str
ings/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/str
ings/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/syn
tax/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/syn
tax/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sys
-admin/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/sys
-admin/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ten
derlove-frex/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ten
derlove-frex/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ter
m-ansicolor/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ter
m-ansicolor/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ter
mios/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ter
mios/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ter
rapin/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ter
rapin/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tes
t-spec/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tes
t-spec/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tes
t-unit/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tes
t-unit/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tex
t-format/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tex
t-format/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tex
t-hyphen/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tex
t-hyphen/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/the
rubyracer/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/the
rubyracer/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/thi
n/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/thi
n/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tho
r/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tho
r/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tho
ughtbot-shoulda/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tho
ughtbot-shoulda/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/thr
ead_safe/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/thr
ead_safe/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/til
t/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/til
t/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tim
ers/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tim
ers/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tin
s/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tin
s/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tls
mail/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tls
mail/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/too
l/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/too
l/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tre
etop/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tre
etop/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tro
llop/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tro
llop/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-color/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-color/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-pager/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-pager/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-screen/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-screen/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-tree/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-tree/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-which/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tty
-which/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tzi
nfo/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/tzi
nfo/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ube
r/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ube
r/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ugl
ifier/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ugl
ifier/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/unf
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/unf
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/unf
_ext/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/unf
_ext/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/uni
code-display_width/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/uni
code-display_width/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/uni
code_utils/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/uni
code_utils/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/uui
dtools/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/uui
dtools/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/veg
as/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/veg
as/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ver
se/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/ver
se/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/vir
tus/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/vir
tus/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/wea
kling/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/wea
kling/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/web
socket-driver/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/web
socket-driver/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/web
socket-extensions/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/web
socket-extensions/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/web
socket/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/web
socket/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32-api/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32-api/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32-dir/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32-dir/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32-security/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32-security/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32console/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
32console/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
dows-api/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
dows-api/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
dows-pr/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/win
dows-pr/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/xpa
th/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/xpa
th/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/zei
twerk/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/info/zei
twerk/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/versions
/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/index.rubygems.org/versions
/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/activesup
port-3.2.12.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/activesup
port-3.2.12.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/activesup
port-3.2.22.5.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/activesup
port-3.2.22.5.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/concurren
t-ruby-1.1.5.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/concurren
t-ruby-1.1.5.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/diff-lcs-
1.3.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/diff-lcs-
1.3.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/faker-1.1
.2.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/faker-1.1
.2.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/i18n-0.6.
11.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/i18n-0.6.
11.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/i18n-0.9.
5.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/i18n-0.9.
5.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/mono_logg
er-1.1.0.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/mono_logg
er-1.1.0.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/multi_jso
n-1.14.1.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/multi_jso
n-1.14.1.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/musterman
n-1.0.3.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/musterman
n-1.0.3.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rack-1.0.
1.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rack-1.0.
1.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rack-2.0.
7.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rack-2.0.
7.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rack-prot
ection-2.0.7.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rack-prot
ection-2.0.7.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/redis-4.1
.3.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/redis-4.1
.3.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/redis-nam
espace-1.6.0.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/redis-nam
espace-1.6.0.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/resque-1.
24.1.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/resque-1.
24.1.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/resque-sc
heduler-2.2.0.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/resque-sc
heduler-2.2.0.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rufus-sch
eduler-2.0.24.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/rufus-sch
eduler-2.0.24.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/sinatra-2
.0.7.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/sinatra-2
.0.7.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/tilt-2.0.
10.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/tilt-2.0.
10.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/tzinfo-2.
0.0.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/tzinfo-2.
0.0.gem/GET/response
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/vegas-0.1
.11.gem/GET/request
create mode 100644 bundler/spec/support/artifice/vcr_cassettes/realworld/rubygems.org/gems/vegas-0.1
.11.gem/GET/response
create mode 100644 bundler/spec/support/artifice/windows.rb
create mode 100644 bundler/spec/support/builders.rb
create mode 100644 bundler/spec/support/command_execution.rb
create mode 100644 bundler/spec/support/filters.rb
create mode 100644 bundler/spec/support/hax.rb
create mode 100644 bundler/spec/support/helpers.rb
create mode 100644 bundler/spec/support/indexes.rb
create mode 100644 bundler/spec/support/matchers.rb
create mode 100644 bundler/spec/support/parallel.rb
create mode 100644 bundler/spec/support/path.rb
create mode 100644 bundler/spec/support/permissions.rb
create mode 100644 bundler/spec/support/platforms.rb
create mode 100644 bundler/spec/support/rubygems_ext.rb
create mode 100644 bundler/spec/support/rubygems_version_manager.rb
create mode 100644 bundler/spec/support/silent_logger.rb
create mode 100644 bundler/spec/support/sometimes.rb
create mode 100644 bundler/spec/support/streams.rb
create mode 100644 bundler/spec/support/sudo.rb
create mode 100644 bundler/spec/support/the_bundle.rb
create mode 100644 bundler/spec/update/gemfile_spec.rb
create mode 100644 bundler/spec/update/gems/post_install_spec.rb
create mode 100644 bundler/spec/update/git_spec.rb
create mode 100644 bundler/spec/update/path_spec.rb
create mode 100644 bundler/spec/update/redownload_spec.rb
create mode 100644 bundler/task/build_metadata.rake
create mode 100644 bundler/task/bundler_3.rake
create mode 100644 bundler/task/git_hooks.rake
create mode 100644 bundler/task/release.rake
+ git remote remove bundler
real 4m20.537s
user 4m13.774s
sys 0m33.548s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment