diff --git a/bundler-1.7.2/.gitignore b/.gitignore similarity index 100% rename from bundler-1.7.2/.gitignore rename to .gitignore diff --git a/bundler-1.7.2/.rspec b/.rspec similarity index 100% rename from bundler-1.7.2/.rspec rename to .rspec diff --git a/bundler-1.7.2/.travis.yml b/.travis.yml similarity index 100% rename from bundler-1.7.2/.travis.yml rename to .travis.yml diff --git a/bundler-1.7.2/CHANGELOG.md b/CHANGELOG.md similarity index 100% rename from bundler-1.7.2/CHANGELOG.md rename to CHANGELOG.md diff --git a/bundler-1.7.2/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from bundler-1.7.2/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/bundler-1.7.2/DEVELOPMENT.md b/DEVELOPMENT.md similarity index 100% rename from bundler-1.7.2/DEVELOPMENT.md rename to DEVELOPMENT.md diff --git a/bundler-1.7.2/ISSUES.md b/ISSUES.md similarity index 100% rename from bundler-1.7.2/ISSUES.md rename to ISSUES.md diff --git a/bundler-1.7.2/LICENSE.md b/LICENSE.md similarity index 100% rename from bundler-1.7.2/LICENSE.md rename to LICENSE.md diff --git a/bundler-1.7.2/README.md b/README.md similarity index 100% rename from bundler-1.7.2/README.md rename to README.md diff --git a/bundler-1.7.2/Rakefile b/Rakefile similarity index 100% rename from bundler-1.7.2/Rakefile rename to Rakefile diff --git a/bundler-1.7.2/UPGRADING.md b/UPGRADING.md similarity index 100% rename from bundler-1.7.2/UPGRADING.md rename to UPGRADING.md diff --git a/bundler-1.7.2/bin/bundle b/bin/bundle similarity index 100% rename from bundler-1.7.2/bin/bundle rename to bin/bundle diff --git a/bundler-1.7.2/bin/bundle_ruby b/bin/bundle_ruby similarity index 100% rename from bundler-1.7.2/bin/bundle_ruby rename to bin/bundle_ruby diff --git a/bundler-1.7.2/bin/bundler b/bin/bundler similarity index 100% rename from bundler-1.7.2/bin/bundler rename to bin/bundler diff --git a/bundler-1.7.2/bundler.gemspec b/bundler.gemspec similarity index 100% rename from bundler-1.7.2/bundler.gemspec rename to bundler.gemspec diff --git a/bundler-1.7.2/lib/bundler.rb b/lib/bundler.rb similarity index 100% rename from bundler-1.7.2/lib/bundler.rb rename to lib/bundler.rb diff --git a/bundler-1.7.2/lib/bundler/capistrano.rb b/lib/bundler/capistrano.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/capistrano.rb rename to lib/bundler/capistrano.rb diff --git a/bundler-1.7.2/lib/bundler/cli.rb b/lib/bundler/cli.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli.rb rename to lib/bundler/cli.rb diff --git a/bundler-1.7.2/lib/bundler/cli/binstubs.rb b/lib/bundler/cli/binstubs.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/binstubs.rb rename to lib/bundler/cli/binstubs.rb diff --git a/bundler-1.7.2/lib/bundler/cli/cache.rb b/lib/bundler/cli/cache.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/cache.rb rename to lib/bundler/cli/cache.rb diff --git a/bundler-1.7.2/lib/bundler/cli/check.rb b/lib/bundler/cli/check.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/check.rb rename to lib/bundler/cli/check.rb diff --git a/bundler-1.7.2/lib/bundler/cli/clean.rb b/lib/bundler/cli/clean.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/clean.rb rename to lib/bundler/cli/clean.rb diff --git a/bundler-1.7.2/lib/bundler/cli/common.rb b/lib/bundler/cli/common.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/common.rb rename to lib/bundler/cli/common.rb diff --git a/bundler-1.7.2/lib/bundler/cli/config.rb b/lib/bundler/cli/config.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/config.rb rename to lib/bundler/cli/config.rb diff --git a/bundler-1.7.2/lib/bundler/cli/console.rb b/lib/bundler/cli/console.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/console.rb rename to lib/bundler/cli/console.rb diff --git a/bundler-1.7.2/lib/bundler/cli/exec.rb b/lib/bundler/cli/exec.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/exec.rb rename to lib/bundler/cli/exec.rb diff --git a/bundler-1.7.2/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/gem.rb rename to lib/bundler/cli/gem.rb diff --git a/bundler-1.7.2/lib/bundler/cli/init.rb b/lib/bundler/cli/init.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/init.rb rename to lib/bundler/cli/init.rb diff --git a/bundler-1.7.2/lib/bundler/cli/inject.rb b/lib/bundler/cli/inject.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/inject.rb rename to lib/bundler/cli/inject.rb diff --git a/bundler-1.7.2/lib/bundler/cli/install.rb b/lib/bundler/cli/install.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/install.rb rename to lib/bundler/cli/install.rb diff --git a/bundler-1.7.2/lib/bundler/cli/open.rb b/lib/bundler/cli/open.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/open.rb rename to lib/bundler/cli/open.rb diff --git a/bundler-1.7.2/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/outdated.rb rename to lib/bundler/cli/outdated.rb diff --git a/bundler-1.7.2/lib/bundler/cli/package.rb b/lib/bundler/cli/package.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/package.rb rename to lib/bundler/cli/package.rb diff --git a/bundler-1.7.2/lib/bundler/cli/platform.rb b/lib/bundler/cli/platform.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/platform.rb rename to lib/bundler/cli/platform.rb diff --git a/bundler-1.7.2/lib/bundler/cli/show.rb b/lib/bundler/cli/show.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/show.rb rename to lib/bundler/cli/show.rb diff --git a/bundler-1.7.2/lib/bundler/cli/update.rb b/lib/bundler/cli/update.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/update.rb rename to lib/bundler/cli/update.rb diff --git a/bundler-1.7.2/lib/bundler/cli/viz.rb b/lib/bundler/cli/viz.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/cli/viz.rb rename to lib/bundler/cli/viz.rb diff --git a/bundler-1.7.2/lib/bundler/constants.rb b/lib/bundler/constants.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/constants.rb rename to lib/bundler/constants.rb diff --git a/bundler-1.7.2/lib/bundler/current_ruby.rb b/lib/bundler/current_ruby.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/current_ruby.rb rename to lib/bundler/current_ruby.rb diff --git a/bundler-1.7.2/lib/bundler/definition.rb b/lib/bundler/definition.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/definition.rb rename to lib/bundler/definition.rb diff --git a/bundler-1.7.2/lib/bundler/dep_proxy.rb b/lib/bundler/dep_proxy.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/dep_proxy.rb rename to lib/bundler/dep_proxy.rb diff --git a/bundler-1.7.2/lib/bundler/dependency.rb b/lib/bundler/dependency.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/dependency.rb rename to lib/bundler/dependency.rb diff --git a/bundler-1.7.2/lib/bundler/deployment.rb b/lib/bundler/deployment.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/deployment.rb rename to lib/bundler/deployment.rb diff --git a/bundler-1.7.2/lib/bundler/deprecate.rb b/lib/bundler/deprecate.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/deprecate.rb rename to lib/bundler/deprecate.rb diff --git a/bundler-1.7.2/lib/bundler/dsl.rb b/lib/bundler/dsl.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/dsl.rb rename to lib/bundler/dsl.rb diff --git a/bundler-1.7.2/lib/bundler/endpoint_specification.rb b/lib/bundler/endpoint_specification.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/endpoint_specification.rb rename to lib/bundler/endpoint_specification.rb diff --git a/bundler-1.7.2/lib/bundler/env.rb b/lib/bundler/env.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/env.rb rename to lib/bundler/env.rb diff --git a/bundler-1.7.2/lib/bundler/environment.rb b/lib/bundler/environment.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/environment.rb rename to lib/bundler/environment.rb diff --git a/bundler-1.7.2/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/fetcher.rb rename to lib/bundler/fetcher.rb diff --git a/bundler-1.7.2/lib/bundler/friendly_errors.rb b/lib/bundler/friendly_errors.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/friendly_errors.rb rename to lib/bundler/friendly_errors.rb diff --git a/bundler-1.7.2/lib/bundler/gem_helper.rb b/lib/bundler/gem_helper.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/gem_helper.rb rename to lib/bundler/gem_helper.rb diff --git a/bundler-1.7.2/lib/bundler/gem_helpers.rb b/lib/bundler/gem_helpers.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/gem_helpers.rb rename to lib/bundler/gem_helpers.rb diff --git a/bundler-1.7.2/lib/bundler/gem_installer.rb b/lib/bundler/gem_installer.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/gem_installer.rb rename to lib/bundler/gem_installer.rb diff --git a/bundler-1.7.2/lib/bundler/gem_path_manipulation.rb b/lib/bundler/gem_path_manipulation.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/gem_path_manipulation.rb rename to lib/bundler/gem_path_manipulation.rb diff --git a/bundler-1.7.2/lib/bundler/gem_tasks.rb b/lib/bundler/gem_tasks.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/gem_tasks.rb rename to lib/bundler/gem_tasks.rb diff --git a/bundler-1.7.2/lib/bundler/graph.rb b/lib/bundler/graph.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/graph.rb rename to lib/bundler/graph.rb diff --git a/bundler-1.7.2/lib/bundler/index.rb b/lib/bundler/index.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/index.rb rename to lib/bundler/index.rb diff --git a/bundler-1.7.2/lib/bundler/injector.rb b/lib/bundler/injector.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/injector.rb rename to lib/bundler/injector.rb diff --git a/bundler-1.7.2/lib/bundler/installer.rb b/lib/bundler/installer.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/installer.rb rename to lib/bundler/installer.rb diff --git a/bundler-1.7.2/lib/bundler/lazy_specification.rb b/lib/bundler/lazy_specification.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/lazy_specification.rb rename to lib/bundler/lazy_specification.rb diff --git a/bundler-1.7.2/lib/bundler/lockfile_parser.rb b/lib/bundler/lockfile_parser.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/lockfile_parser.rb rename to lib/bundler/lockfile_parser.rb diff --git a/bundler-1.7.2/lib/bundler/match_platform.rb b/lib/bundler/match_platform.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/match_platform.rb rename to lib/bundler/match_platform.rb diff --git a/bundler-1.7.2/lib/bundler/parallel_workers.rb b/lib/bundler/parallel_workers.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/parallel_workers.rb rename to lib/bundler/parallel_workers.rb diff --git a/bundler-1.7.2/lib/bundler/parallel_workers/thread_worker.rb b/lib/bundler/parallel_workers/thread_worker.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/parallel_workers/thread_worker.rb rename to lib/bundler/parallel_workers/thread_worker.rb diff --git a/bundler-1.7.2/lib/bundler/parallel_workers/unix_worker.rb b/lib/bundler/parallel_workers/unix_worker.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/parallel_workers/unix_worker.rb rename to lib/bundler/parallel_workers/unix_worker.rb diff --git a/bundler-1.7.2/lib/bundler/parallel_workers/worker.rb b/lib/bundler/parallel_workers/worker.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/parallel_workers/worker.rb rename to lib/bundler/parallel_workers/worker.rb diff --git a/bundler-1.7.2/lib/bundler/psyched_yaml.rb b/lib/bundler/psyched_yaml.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/psyched_yaml.rb rename to lib/bundler/psyched_yaml.rb diff --git a/bundler-1.7.2/lib/bundler/remote_specification.rb b/lib/bundler/remote_specification.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/remote_specification.rb rename to lib/bundler/remote_specification.rb diff --git a/bundler-1.7.2/lib/bundler/resolver.rb b/lib/bundler/resolver.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/resolver.rb rename to lib/bundler/resolver.rb diff --git a/bundler-1.7.2/lib/bundler/retry.rb b/lib/bundler/retry.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/retry.rb rename to lib/bundler/retry.rb diff --git a/bundler-1.7.2/lib/bundler/ruby_dsl.rb b/lib/bundler/ruby_dsl.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/ruby_dsl.rb rename to lib/bundler/ruby_dsl.rb diff --git a/bundler-1.7.2/lib/bundler/ruby_version.rb b/lib/bundler/ruby_version.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/ruby_version.rb rename to lib/bundler/ruby_version.rb diff --git a/bundler-1.7.2/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/rubygems_ext.rb rename to lib/bundler/rubygems_ext.rb diff --git a/bundler-1.7.2/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/rubygems_integration.rb rename to lib/bundler/rubygems_integration.rb diff --git a/bundler-1.7.2/lib/bundler/runtime.rb b/lib/bundler/runtime.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/runtime.rb rename to lib/bundler/runtime.rb diff --git a/bundler-1.7.2/lib/bundler/settings.rb b/lib/bundler/settings.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/settings.rb rename to lib/bundler/settings.rb diff --git a/bundler-1.7.2/lib/bundler/setup.rb b/lib/bundler/setup.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/setup.rb rename to lib/bundler/setup.rb diff --git a/bundler-1.7.2/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/shared_helpers.rb rename to lib/bundler/shared_helpers.rb diff --git a/bundler-1.7.2/lib/bundler/similarity_detector.rb b/lib/bundler/similarity_detector.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/similarity_detector.rb rename to lib/bundler/similarity_detector.rb diff --git a/bundler-1.7.2/lib/bundler/source.rb b/lib/bundler/source.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/source.rb rename to lib/bundler/source.rb diff --git a/bundler-1.7.2/lib/bundler/source/git.rb b/lib/bundler/source/git.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/source/git.rb rename to lib/bundler/source/git.rb diff --git a/bundler-1.7.2/lib/bundler/source/git/git_proxy.rb b/lib/bundler/source/git/git_proxy.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/source/git/git_proxy.rb rename to lib/bundler/source/git/git_proxy.rb diff --git a/bundler-1.7.2/lib/bundler/source/path.rb b/lib/bundler/source/path.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/source/path.rb rename to lib/bundler/source/path.rb diff --git a/bundler-1.7.2/lib/bundler/source/path/installer.rb b/lib/bundler/source/path/installer.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/source/path/installer.rb rename to lib/bundler/source/path/installer.rb diff --git a/bundler-1.7.2/lib/bundler/source/rubygems.rb b/lib/bundler/source/rubygems.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/source/rubygems.rb rename to lib/bundler/source/rubygems.rb diff --git a/bundler-1.7.2/lib/bundler/source_list.rb b/lib/bundler/source_list.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/source_list.rb rename to lib/bundler/source_list.rb diff --git a/bundler-1.7.2/lib/bundler/spec_set.rb b/lib/bundler/spec_set.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/spec_set.rb rename to lib/bundler/spec_set.rb diff --git a/bundler-1.7.2/lib/bundler/ssl_certs/.document b/lib/bundler/ssl_certs/.document similarity index 100% rename from bundler-1.7.2/lib/bundler/ssl_certs/.document rename to lib/bundler/ssl_certs/.document diff --git a/bundler-1.7.2/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem b/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem similarity index 100% rename from bundler-1.7.2/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem rename to lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem diff --git a/bundler-1.7.2/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem b/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem similarity index 100% rename from bundler-1.7.2/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem rename to lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem diff --git a/bundler-1.7.2/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem b/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem similarity index 100% rename from bundler-1.7.2/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem rename to lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem diff --git a/bundler-1.7.2/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem b/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem similarity index 100% rename from bundler-1.7.2/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem rename to lib/bundler/ssl_certs/GeoTrustGlobalCA.pem diff --git a/bundler-1.7.2/lib/bundler/ssl_certs/certificate_manager.rb b/lib/bundler/ssl_certs/certificate_manager.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/ssl_certs/certificate_manager.rb rename to lib/bundler/ssl_certs/certificate_manager.rb diff --git a/bundler-1.7.2/lib/bundler/templates/Executable b/lib/bundler/templates/Executable similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/Executable rename to lib/bundler/templates/Executable diff --git a/bundler-1.7.2/lib/bundler/templates/Executable.standalone b/lib/bundler/templates/Executable.standalone similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/Executable.standalone rename to lib/bundler/templates/Executable.standalone diff --git a/bundler-1.7.2/lib/bundler/templates/Gemfile b/lib/bundler/templates/Gemfile similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/Gemfile rename to lib/bundler/templates/Gemfile diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/.travis.yml.tt b/lib/bundler/templates/newgem/.travis.yml.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/.travis.yml.tt rename to lib/bundler/templates/newgem/.travis.yml.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/Gemfile.tt b/lib/bundler/templates/newgem/Gemfile.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/Gemfile.tt rename to lib/bundler/templates/newgem/Gemfile.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/LICENSE.txt.tt b/lib/bundler/templates/newgem/LICENSE.txt.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/LICENSE.txt.tt rename to lib/bundler/templates/newgem/LICENSE.txt.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/README.md.tt rename to lib/bundler/templates/newgem/README.md.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/Rakefile.tt b/lib/bundler/templates/newgem/Rakefile.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/Rakefile.tt rename to lib/bundler/templates/newgem/Rakefile.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/bin/newgem.tt b/lib/bundler/templates/newgem/bin/newgem.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/bin/newgem.tt rename to lib/bundler/templates/newgem/bin/newgem.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt b/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt rename to lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt b/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt rename to lib/bundler/templates/newgem/ext/newgem/newgem.c.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt b/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt rename to lib/bundler/templates/newgem/ext/newgem/newgem.h.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/gitignore.tt b/lib/bundler/templates/newgem/gitignore.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/gitignore.tt rename to lib/bundler/templates/newgem/gitignore.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/lib/newgem.rb.tt b/lib/bundler/templates/newgem/lib/newgem.rb.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/lib/newgem.rb.tt rename to lib/bundler/templates/newgem/lib/newgem.rb.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/lib/newgem/version.rb.tt b/lib/bundler/templates/newgem/lib/newgem/version.rb.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/lib/newgem/version.rb.tt rename to lib/bundler/templates/newgem/lib/newgem/version.rb.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/newgem.gemspec.tt b/lib/bundler/templates/newgem/newgem.gemspec.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/newgem.gemspec.tt rename to lib/bundler/templates/newgem/newgem.gemspec.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/rspec.tt b/lib/bundler/templates/newgem/rspec.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/rspec.tt rename to lib/bundler/templates/newgem/rspec.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt b/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt rename to lib/bundler/templates/newgem/spec/newgem_spec.rb.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/spec/spec_helper.rb.tt b/lib/bundler/templates/newgem/spec/spec_helper.rb.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/spec/spec_helper.rb.tt rename to lib/bundler/templates/newgem/spec/spec_helper.rb.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/test/minitest_helper.rb.tt b/lib/bundler/templates/newgem/test/minitest_helper.rb.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/test/minitest_helper.rb.tt rename to lib/bundler/templates/newgem/test/minitest_helper.rb.tt diff --git a/bundler-1.7.2/lib/bundler/templates/newgem/test/test_newgem.rb.tt b/lib/bundler/templates/newgem/test/test_newgem.rb.tt similarity index 100% rename from bundler-1.7.2/lib/bundler/templates/newgem/test/test_newgem.rb.tt rename to lib/bundler/templates/newgem/test/test_newgem.rb.tt diff --git a/bundler-1.7.2/lib/bundler/ui.rb b/lib/bundler/ui.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/ui.rb rename to lib/bundler/ui.rb diff --git a/bundler-1.7.2/lib/bundler/ui/rg_proxy.rb b/lib/bundler/ui/rg_proxy.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/ui/rg_proxy.rb rename to lib/bundler/ui/rg_proxy.rb diff --git a/bundler-1.7.2/lib/bundler/ui/shell.rb b/lib/bundler/ui/shell.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/ui/shell.rb rename to lib/bundler/ui/shell.rb diff --git a/bundler-1.7.2/lib/bundler/ui/silent.rb b/lib/bundler/ui/silent.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/ui/silent.rb rename to lib/bundler/ui/silent.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/.document b/lib/bundler/vendor/.document similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/.document rename to lib/bundler/vendor/.document diff --git a/bundler-1.7.2/lib/bundler/vendor/net/http/faster.rb b/lib/bundler/vendor/net/http/faster.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/net/http/faster.rb rename to lib/bundler/vendor/net/http/faster.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/net/http/persistent.rb b/lib/bundler/vendor/net/http/persistent.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/net/http/persistent.rb rename to lib/bundler/vendor/net/http/persistent.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb b/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb rename to lib/bundler/vendor/net/http/persistent/ssl_reuse.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor.rb b/lib/bundler/vendor/thor.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor.rb rename to lib/bundler/vendor/thor.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/actions.rb b/lib/bundler/vendor/thor/actions.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/actions.rb rename to lib/bundler/vendor/thor/actions.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/actions/create_file.rb b/lib/bundler/vendor/thor/actions/create_file.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/actions/create_file.rb rename to lib/bundler/vendor/thor/actions/create_file.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/actions/create_link.rb b/lib/bundler/vendor/thor/actions/create_link.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/actions/create_link.rb rename to lib/bundler/vendor/thor/actions/create_link.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/actions/directory.rb b/lib/bundler/vendor/thor/actions/directory.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/actions/directory.rb rename to lib/bundler/vendor/thor/actions/directory.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/actions/empty_directory.rb b/lib/bundler/vendor/thor/actions/empty_directory.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/actions/empty_directory.rb rename to lib/bundler/vendor/thor/actions/empty_directory.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/actions/file_manipulation.rb b/lib/bundler/vendor/thor/actions/file_manipulation.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/actions/file_manipulation.rb rename to lib/bundler/vendor/thor/actions/file_manipulation.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/actions/inject_into_file.rb b/lib/bundler/vendor/thor/actions/inject_into_file.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/actions/inject_into_file.rb rename to lib/bundler/vendor/thor/actions/inject_into_file.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/base.rb b/lib/bundler/vendor/thor/base.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/base.rb rename to lib/bundler/vendor/thor/base.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/command.rb b/lib/bundler/vendor/thor/command.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/command.rb rename to lib/bundler/vendor/thor/command.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb b/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb rename to lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/core_ext/io_binary_read.rb b/lib/bundler/vendor/thor/core_ext/io_binary_read.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/core_ext/io_binary_read.rb rename to lib/bundler/vendor/thor/core_ext/io_binary_read.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/core_ext/ordered_hash.rb b/lib/bundler/vendor/thor/core_ext/ordered_hash.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/core_ext/ordered_hash.rb rename to lib/bundler/vendor/thor/core_ext/ordered_hash.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/error.rb b/lib/bundler/vendor/thor/error.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/error.rb rename to lib/bundler/vendor/thor/error.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/group.rb b/lib/bundler/vendor/thor/group.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/group.rb rename to lib/bundler/vendor/thor/group.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/invocation.rb b/lib/bundler/vendor/thor/invocation.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/invocation.rb rename to lib/bundler/vendor/thor/invocation.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/line_editor.rb b/lib/bundler/vendor/thor/line_editor.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/line_editor.rb rename to lib/bundler/vendor/thor/line_editor.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/line_editor/basic.rb b/lib/bundler/vendor/thor/line_editor/basic.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/line_editor/basic.rb rename to lib/bundler/vendor/thor/line_editor/basic.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/line_editor/readline.rb b/lib/bundler/vendor/thor/line_editor/readline.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/line_editor/readline.rb rename to lib/bundler/vendor/thor/line_editor/readline.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/parser.rb b/lib/bundler/vendor/thor/parser.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/parser.rb rename to lib/bundler/vendor/thor/parser.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/parser/argument.rb b/lib/bundler/vendor/thor/parser/argument.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/parser/argument.rb rename to lib/bundler/vendor/thor/parser/argument.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/parser/arguments.rb b/lib/bundler/vendor/thor/parser/arguments.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/parser/arguments.rb rename to lib/bundler/vendor/thor/parser/arguments.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/parser/option.rb b/lib/bundler/vendor/thor/parser/option.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/parser/option.rb rename to lib/bundler/vendor/thor/parser/option.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/parser/options.rb b/lib/bundler/vendor/thor/parser/options.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/parser/options.rb rename to lib/bundler/vendor/thor/parser/options.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/rake_compat.rb b/lib/bundler/vendor/thor/rake_compat.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/rake_compat.rb rename to lib/bundler/vendor/thor/rake_compat.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/runner.rb b/lib/bundler/vendor/thor/runner.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/runner.rb rename to lib/bundler/vendor/thor/runner.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/shell.rb b/lib/bundler/vendor/thor/shell.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/shell.rb rename to lib/bundler/vendor/thor/shell.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/shell/basic.rb b/lib/bundler/vendor/thor/shell/basic.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/shell/basic.rb rename to lib/bundler/vendor/thor/shell/basic.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/shell/color.rb b/lib/bundler/vendor/thor/shell/color.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/shell/color.rb rename to lib/bundler/vendor/thor/shell/color.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/shell/html.rb b/lib/bundler/vendor/thor/shell/html.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/shell/html.rb rename to lib/bundler/vendor/thor/shell/html.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/util.rb b/lib/bundler/vendor/thor/util.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/util.rb rename to lib/bundler/vendor/thor/util.rb diff --git a/bundler-1.7.2/lib/bundler/vendor/thor/version.rb b/lib/bundler/vendor/thor/version.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendor/thor/version.rb rename to lib/bundler/vendor/thor/version.rb diff --git a/bundler-1.7.2/lib/bundler/vendored_persistent.rb b/lib/bundler/vendored_persistent.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendored_persistent.rb rename to lib/bundler/vendored_persistent.rb diff --git a/bundler-1.7.2/lib/bundler/vendored_thor.rb b/lib/bundler/vendored_thor.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vendored_thor.rb rename to lib/bundler/vendored_thor.rb diff --git a/bundler-1.7.2/lib/bundler/version.rb b/lib/bundler/version.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/version.rb rename to lib/bundler/version.rb diff --git a/bundler-1.7.2/lib/bundler/vlad.rb b/lib/bundler/vlad.rb similarity index 100% rename from bundler-1.7.2/lib/bundler/vlad.rb rename to lib/bundler/vlad.rb diff --git a/bundler-1.7.2/man/bundle-config.ronn b/man/bundle-config.ronn similarity index 100% rename from bundler-1.7.2/man/bundle-config.ronn rename to man/bundle-config.ronn diff --git a/bundler-1.7.2/man/bundle-exec.ronn b/man/bundle-exec.ronn similarity index 100% rename from bundler-1.7.2/man/bundle-exec.ronn rename to man/bundle-exec.ronn diff --git a/bundler-1.7.2/man/bundle-install.ronn b/man/bundle-install.ronn similarity index 100% rename from bundler-1.7.2/man/bundle-install.ronn rename to man/bundle-install.ronn diff --git a/bundler-1.7.2/man/bundle-package.ronn b/man/bundle-package.ronn similarity index 100% rename from bundler-1.7.2/man/bundle-package.ronn rename to man/bundle-package.ronn diff --git a/bundler-1.7.2/man/bundle-platform.ronn b/man/bundle-platform.ronn similarity index 100% rename from bundler-1.7.2/man/bundle-platform.ronn rename to man/bundle-platform.ronn diff --git a/bundler-1.7.2/man/bundle-update.ronn b/man/bundle-update.ronn similarity index 100% rename from bundler-1.7.2/man/bundle-update.ronn rename to man/bundle-update.ronn diff --git a/bundler-1.7.2/man/bundle.ronn b/man/bundle.ronn similarity index 100% rename from bundler-1.7.2/man/bundle.ronn rename to man/bundle.ronn diff --git a/bundler-1.7.2/man/gemfile.5.ronn b/man/gemfile.5.ronn similarity index 100% rename from bundler-1.7.2/man/gemfile.5.ronn rename to man/gemfile.5.ronn diff --git a/bundler-1.7.2/man/index.txt b/man/index.txt similarity index 100% rename from bundler-1.7.2/man/index.txt rename to man/index.txt diff --git a/bundler-1.7.2/spec/bundler/bundler_spec.rb b/spec/bundler/bundler_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/bundler_spec.rb rename to spec/bundler/bundler_spec.rb diff --git a/bundler-1.7.2/spec/bundler/cli_spec.rb b/spec/bundler/cli_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/cli_spec.rb rename to spec/bundler/cli_spec.rb diff --git a/bundler-1.7.2/spec/bundler/definition_spec.rb b/spec/bundler/definition_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/definition_spec.rb rename to spec/bundler/definition_spec.rb diff --git a/bundler-1.7.2/spec/bundler/dsl_spec.rb b/spec/bundler/dsl_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/dsl_spec.rb rename to spec/bundler/dsl_spec.rb diff --git a/bundler-1.7.2/spec/bundler/friendly_errors_spec.rb b/spec/bundler/friendly_errors_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/friendly_errors_spec.rb rename to spec/bundler/friendly_errors_spec.rb diff --git a/bundler-1.7.2/spec/bundler/gem_helper_spec.rb b/spec/bundler/gem_helper_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/gem_helper_spec.rb rename to spec/bundler/gem_helper_spec.rb diff --git a/bundler-1.7.2/spec/bundler/psyched_yaml_spec.rb b/spec/bundler/psyched_yaml_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/psyched_yaml_spec.rb rename to spec/bundler/psyched_yaml_spec.rb diff --git a/bundler-1.7.2/spec/bundler/retry_spec.rb b/spec/bundler/retry_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/retry_spec.rb rename to spec/bundler/retry_spec.rb diff --git a/bundler-1.7.2/spec/bundler/settings_spec.rb b/spec/bundler/settings_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/settings_spec.rb rename to spec/bundler/settings_spec.rb diff --git a/bundler-1.7.2/spec/bundler/source/rubygems_spec.rb b/spec/bundler/source/rubygems_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/source/rubygems_spec.rb rename to spec/bundler/source/rubygems_spec.rb diff --git a/bundler-1.7.2/spec/bundler/source_list_spec.rb b/spec/bundler/source_list_spec.rb similarity index 100% rename from bundler-1.7.2/spec/bundler/source_list_spec.rb rename to spec/bundler/source_list_spec.rb diff --git a/bundler-1.7.2/spec/cache/gems_spec.rb b/spec/cache/gems_spec.rb similarity index 100% rename from bundler-1.7.2/spec/cache/gems_spec.rb rename to spec/cache/gems_spec.rb diff --git a/bundler-1.7.2/spec/cache/git_spec.rb b/spec/cache/git_spec.rb similarity index 100% rename from bundler-1.7.2/spec/cache/git_spec.rb rename to spec/cache/git_spec.rb diff --git a/bundler-1.7.2/spec/cache/path_spec.rb b/spec/cache/path_spec.rb similarity index 100% rename from bundler-1.7.2/spec/cache/path_spec.rb rename to spec/cache/path_spec.rb diff --git a/bundler-1.7.2/spec/cache/platform_spec.rb b/spec/cache/platform_spec.rb similarity index 100% rename from bundler-1.7.2/spec/cache/platform_spec.rb rename to spec/cache/platform_spec.rb diff --git a/bundler-1.7.2/spec/commands/binstubs_spec.rb b/spec/commands/binstubs_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/binstubs_spec.rb rename to spec/commands/binstubs_spec.rb diff --git a/bundler-1.7.2/spec/commands/check_spec.rb b/spec/commands/check_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/check_spec.rb rename to spec/commands/check_spec.rb diff --git a/bundler-1.7.2/spec/commands/clean_spec.rb b/spec/commands/clean_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/clean_spec.rb rename to spec/commands/clean_spec.rb diff --git a/bundler-1.7.2/spec/commands/config_spec.rb b/spec/commands/config_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/config_spec.rb rename to spec/commands/config_spec.rb diff --git a/bundler-1.7.2/spec/commands/console_spec.rb b/spec/commands/console_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/console_spec.rb rename to spec/commands/console_spec.rb diff --git a/bundler-1.7.2/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/exec_spec.rb rename to spec/commands/exec_spec.rb diff --git a/bundler-1.7.2/spec/commands/help_spec.rb b/spec/commands/help_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/help_spec.rb rename to spec/commands/help_spec.rb diff --git a/bundler-1.7.2/spec/commands/init_spec.rb b/spec/commands/init_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/init_spec.rb rename to spec/commands/init_spec.rb diff --git a/bundler-1.7.2/spec/commands/inject_spec.rb b/spec/commands/inject_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/inject_spec.rb rename to spec/commands/inject_spec.rb diff --git a/bundler-1.7.2/spec/commands/licenses_spec.rb b/spec/commands/licenses_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/licenses_spec.rb rename to spec/commands/licenses_spec.rb diff --git a/bundler-1.7.2/spec/commands/newgem_spec.rb b/spec/commands/newgem_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/newgem_spec.rb rename to spec/commands/newgem_spec.rb diff --git a/bundler-1.7.2/spec/commands/open_spec.rb b/spec/commands/open_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/open_spec.rb rename to spec/commands/open_spec.rb diff --git a/bundler-1.7.2/spec/commands/outdated_spec.rb b/spec/commands/outdated_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/outdated_spec.rb rename to spec/commands/outdated_spec.rb diff --git a/bundler-1.7.2/spec/commands/package_spec.rb b/spec/commands/package_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/package_spec.rb rename to spec/commands/package_spec.rb diff --git a/bundler-1.7.2/spec/commands/show_spec.rb b/spec/commands/show_spec.rb similarity index 100% rename from bundler-1.7.2/spec/commands/show_spec.rb rename to spec/commands/show_spec.rb diff --git a/bundler-1.7.2/spec/install/binstubs_spec.rb b/spec/install/binstubs_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/binstubs_spec.rb rename to spec/install/binstubs_spec.rb diff --git a/bundler-1.7.2/spec/install/bundler_spec.rb b/spec/install/bundler_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/bundler_spec.rb rename to spec/install/bundler_spec.rb diff --git a/bundler-1.7.2/spec/install/deploy_spec.rb b/spec/install/deploy_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/deploy_spec.rb rename to spec/install/deploy_spec.rb diff --git a/bundler-1.7.2/spec/install/gemfile/gemspec_spec.rb b/spec/install/gemfile/gemspec_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gemfile/gemspec_spec.rb rename to spec/install/gemfile/gemspec_spec.rb diff --git a/bundler-1.7.2/spec/install/gemfile/git_spec.rb b/spec/install/gemfile/git_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gemfile/git_spec.rb rename to spec/install/gemfile/git_spec.rb diff --git a/bundler-1.7.2/spec/install/gemfile/path_spec.rb b/spec/install/gemfile/path_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gemfile/path_spec.rb rename to spec/install/gemfile/path_spec.rb diff --git a/bundler-1.7.2/spec/install/gemfile_spec.rb b/spec/install/gemfile_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gemfile_spec.rb rename to spec/install/gemfile_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/c_ext_spec.rb b/spec/install/gems/c_ext_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/c_ext_spec.rb rename to spec/install/gems/c_ext_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/dependency_api_spec.rb b/spec/install/gems/dependency_api_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/dependency_api_spec.rb rename to spec/install/gems/dependency_api_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/env_spec.rb b/spec/install/gems/env_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/env_spec.rb rename to spec/install/gems/env_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/flex_spec.rb b/spec/install/gems/flex_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/flex_spec.rb rename to spec/install/gems/flex_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/groups_spec.rb b/spec/install/gems/groups_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/groups_spec.rb rename to spec/install/gems/groups_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/mirror_spec.rb b/spec/install/gems/mirror_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/mirror_spec.rb rename to spec/install/gems/mirror_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/platform_spec.rb b/spec/install/gems/platform_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/platform_spec.rb rename to spec/install/gems/platform_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/post_install_spec.rb b/spec/install/gems/post_install_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/post_install_spec.rb rename to spec/install/gems/post_install_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/resolving_spec.rb b/spec/install/gems/resolving_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/resolving_spec.rb rename to spec/install/gems/resolving_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/simple_case_spec.rb b/spec/install/gems/simple_case_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/simple_case_spec.rb rename to spec/install/gems/simple_case_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/sources_spec.rb b/spec/install/gems/sources_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/sources_spec.rb rename to spec/install/gems/sources_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/standalone_spec.rb b/spec/install/gems/standalone_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/standalone_spec.rb rename to spec/install/gems/standalone_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/sudo_spec.rb b/spec/install/gems/sudo_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/sudo_spec.rb rename to spec/install/gems/sudo_spec.rb diff --git a/bundler-1.7.2/spec/install/gems/win32_spec.rb b/spec/install/gems/win32_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gems/win32_spec.rb rename to spec/install/gems/win32_spec.rb diff --git a/bundler-1.7.2/spec/install/gemspecs_spec.rb b/spec/install/gemspecs_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/gemspecs_spec.rb rename to spec/install/gemspecs_spec.rb diff --git a/bundler-1.7.2/spec/install/path_spec.rb b/spec/install/path_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/path_spec.rb rename to spec/install/path_spec.rb diff --git a/bundler-1.7.2/spec/install/post_bundle_message_spec.rb b/spec/install/post_bundle_message_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/post_bundle_message_spec.rb rename to spec/install/post_bundle_message_spec.rb diff --git a/bundler-1.7.2/spec/install/prereleases_spec.rb b/spec/install/prereleases_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/prereleases_spec.rb rename to spec/install/prereleases_spec.rb diff --git a/bundler-1.7.2/spec/install/security_policy_spec.rb b/spec/install/security_policy_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/security_policy_spec.rb rename to spec/install/security_policy_spec.rb diff --git a/bundler-1.7.2/spec/install/upgrade_spec.rb b/spec/install/upgrade_spec.rb similarity index 100% rename from bundler-1.7.2/spec/install/upgrade_spec.rb rename to spec/install/upgrade_spec.rb diff --git a/bundler-1.7.2/spec/lock/git_spec.rb b/spec/lock/git_spec.rb similarity index 100% rename from bundler-1.7.2/spec/lock/git_spec.rb rename to spec/lock/git_spec.rb diff --git a/bundler-1.7.2/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb similarity index 100% rename from bundler-1.7.2/spec/lock/lockfile_spec.rb rename to spec/lock/lockfile_spec.rb diff --git a/bundler-1.7.2/spec/other/bundle_ruby_spec.rb b/spec/other/bundle_ruby_spec.rb similarity index 100% rename from bundler-1.7.2/spec/other/bundle_ruby_spec.rb rename to spec/other/bundle_ruby_spec.rb diff --git a/bundler-1.7.2/spec/other/cli_dispatch_spec.rb b/spec/other/cli_dispatch_spec.rb similarity index 100% rename from bundler-1.7.2/spec/other/cli_dispatch_spec.rb rename to spec/other/cli_dispatch_spec.rb diff --git a/bundler-1.7.2/spec/other/ext_spec.rb b/spec/other/ext_spec.rb similarity index 100% rename from bundler-1.7.2/spec/other/ext_spec.rb rename to spec/other/ext_spec.rb diff --git a/bundler-1.7.2/spec/other/platform_spec.rb b/spec/other/platform_spec.rb similarity index 100% rename from bundler-1.7.2/spec/other/platform_spec.rb rename to spec/other/platform_spec.rb diff --git a/bundler-1.7.2/spec/other/ssl_cert_spec.rb b/spec/other/ssl_cert_spec.rb similarity index 100% rename from bundler-1.7.2/spec/other/ssl_cert_spec.rb rename to spec/other/ssl_cert_spec.rb diff --git a/bundler-1.7.2/spec/quality_spec.rb b/spec/quality_spec.rb similarity index 100% rename from bundler-1.7.2/spec/quality_spec.rb rename to spec/quality_spec.rb diff --git a/bundler-1.7.2/spec/realworld/dependency_api_spec.rb b/spec/realworld/dependency_api_spec.rb similarity index 100% rename from bundler-1.7.2/spec/realworld/dependency_api_spec.rb rename to spec/realworld/dependency_api_spec.rb diff --git a/bundler-1.7.2/spec/realworld/edgecases_spec.rb b/spec/realworld/edgecases_spec.rb similarity index 100% rename from bundler-1.7.2/spec/realworld/edgecases_spec.rb rename to spec/realworld/edgecases_spec.rb diff --git a/bundler-1.7.2/spec/realworld/parallel_spec.rb b/spec/realworld/parallel_spec.rb similarity index 100% rename from bundler-1.7.2/spec/realworld/parallel_spec.rb rename to spec/realworld/parallel_spec.rb diff --git a/bundler-1.7.2/spec/resolver/basic_spec.rb b/spec/resolver/basic_spec.rb similarity index 100% rename from bundler-1.7.2/spec/resolver/basic_spec.rb rename to spec/resolver/basic_spec.rb diff --git a/bundler-1.7.2/spec/resolver/platform_spec.rb b/spec/resolver/platform_spec.rb similarity index 100% rename from bundler-1.7.2/spec/resolver/platform_spec.rb rename to spec/resolver/platform_spec.rb diff --git a/bundler-1.7.2/spec/runtime/executable_spec.rb b/spec/runtime/executable_spec.rb similarity index 100% rename from bundler-1.7.2/spec/runtime/executable_spec.rb rename to spec/runtime/executable_spec.rb diff --git a/bundler-1.7.2/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb similarity index 100% rename from bundler-1.7.2/spec/runtime/load_spec.rb rename to spec/runtime/load_spec.rb diff --git a/bundler-1.7.2/spec/runtime/platform_spec.rb b/spec/runtime/platform_spec.rb similarity index 100% rename from bundler-1.7.2/spec/runtime/platform_spec.rb rename to spec/runtime/platform_spec.rb diff --git a/bundler-1.7.2/spec/runtime/require_spec.rb b/spec/runtime/require_spec.rb similarity index 100% rename from bundler-1.7.2/spec/runtime/require_spec.rb rename to spec/runtime/require_spec.rb diff --git a/bundler-1.7.2/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb similarity index 100% rename from bundler-1.7.2/spec/runtime/setup_spec.rb rename to spec/runtime/setup_spec.rb diff --git a/bundler-1.7.2/spec/runtime/with_clean_env_spec.rb b/spec/runtime/with_clean_env_spec.rb similarity index 100% rename from bundler-1.7.2/spec/runtime/with_clean_env_spec.rb rename to spec/runtime/with_clean_env_spec.rb diff --git a/bundler-1.7.2/spec/spec_helper.rb b/spec/spec_helper.rb similarity index 100% rename from bundler-1.7.2/spec/spec_helper.rb rename to spec/spec_helper.rb diff --git a/bundler-1.7.2/spec/support/artifice/endopint_marshal_fail_basic_authentication.rb b/spec/support/artifice/endopint_marshal_fail_basic_authentication.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endopint_marshal_fail_basic_authentication.rb rename to spec/support/artifice/endopint_marshal_fail_basic_authentication.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint.rb b/spec/support/artifice/endpoint.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint.rb rename to spec/support/artifice/endpoint.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_500.rb b/spec/support/artifice/endpoint_500.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_500.rb rename to spec/support/artifice/endpoint_500.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_api_missing.rb b/spec/support/artifice/endpoint_api_missing.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_api_missing.rb rename to spec/support/artifice/endpoint_api_missing.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_basic_authentication.rb b/spec/support/artifice/endpoint_basic_authentication.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_basic_authentication.rb rename to spec/support/artifice/endpoint_basic_authentication.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_creds_diff_host.rb b/spec/support/artifice/endpoint_creds_diff_host.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_creds_diff_host.rb rename to spec/support/artifice/endpoint_creds_diff_host.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_extra.rb b/spec/support/artifice/endpoint_extra.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_extra.rb rename to spec/support/artifice/endpoint_extra.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_extra_missing.rb b/spec/support/artifice/endpoint_extra_missing.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_extra_missing.rb rename to spec/support/artifice/endpoint_extra_missing.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_fallback.rb b/spec/support/artifice/endpoint_fallback.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_fallback.rb rename to spec/support/artifice/endpoint_fallback.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_host_redirect.rb b/spec/support/artifice/endpoint_host_redirect.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_host_redirect.rb rename to spec/support/artifice/endpoint_host_redirect.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_marshal_fail.rb b/spec/support/artifice/endpoint_marshal_fail.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_marshal_fail.rb rename to spec/support/artifice/endpoint_marshal_fail.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_redirect.rb b/spec/support/artifice/endpoint_redirect.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_redirect.rb rename to spec/support/artifice/endpoint_redirect.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_strict_basic_authentication.rb b/spec/support/artifice/endpoint_strict_basic_authentication.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_strict_basic_authentication.rb rename to spec/support/artifice/endpoint_strict_basic_authentication.rb diff --git a/bundler-1.7.2/spec/support/artifice/endpoint_timeout.rb b/spec/support/artifice/endpoint_timeout.rb similarity index 100% rename from bundler-1.7.2/spec/support/artifice/endpoint_timeout.rb rename to spec/support/artifice/endpoint_timeout.rb diff --git a/bundler-1.7.2/spec/support/builders.rb b/spec/support/builders.rb similarity index 100% rename from bundler-1.7.2/spec/support/builders.rb rename to spec/support/builders.rb diff --git a/bundler-1.7.2/spec/support/fakeweb/rack-1.0.0.marshal b/spec/support/fakeweb/rack-1.0.0.marshal similarity index 100% rename from bundler-1.7.2/spec/support/fakeweb/rack-1.0.0.marshal rename to spec/support/fakeweb/rack-1.0.0.marshal diff --git a/bundler-1.7.2/spec/support/fakeweb/windows.rb b/spec/support/fakeweb/windows.rb similarity index 100% rename from bundler-1.7.2/spec/support/fakeweb/windows.rb rename to spec/support/fakeweb/windows.rb diff --git a/bundler-1.7.2/spec/support/hax.rb b/spec/support/hax.rb similarity index 100% rename from bundler-1.7.2/spec/support/hax.rb rename to spec/support/hax.rb diff --git a/bundler-1.7.2/spec/support/helpers.rb b/spec/support/helpers.rb similarity index 100% rename from bundler-1.7.2/spec/support/helpers.rb rename to spec/support/helpers.rb diff --git a/bundler-1.7.2/spec/support/indexes.rb b/spec/support/indexes.rb similarity index 100% rename from bundler-1.7.2/spec/support/indexes.rb rename to spec/support/indexes.rb diff --git a/bundler-1.7.2/spec/support/matchers.rb b/spec/support/matchers.rb similarity index 100% rename from bundler-1.7.2/spec/support/matchers.rb rename to spec/support/matchers.rb diff --git a/bundler-1.7.2/spec/support/path.rb b/spec/support/path.rb similarity index 100% rename from bundler-1.7.2/spec/support/path.rb rename to spec/support/path.rb diff --git a/bundler-1.7.2/spec/support/permissions.rb b/spec/support/permissions.rb similarity index 100% rename from bundler-1.7.2/spec/support/permissions.rb rename to spec/support/permissions.rb diff --git a/bundler-1.7.2/spec/support/platforms.rb b/spec/support/platforms.rb similarity index 100% rename from bundler-1.7.2/spec/support/platforms.rb rename to spec/support/platforms.rb diff --git a/bundler-1.7.2/spec/support/ruby_ext.rb b/spec/support/ruby_ext.rb similarity index 100% rename from bundler-1.7.2/spec/support/ruby_ext.rb rename to spec/support/ruby_ext.rb diff --git a/bundler-1.7.2/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb similarity index 100% rename from bundler-1.7.2/spec/support/rubygems_ext.rb rename to spec/support/rubygems_ext.rb diff --git a/bundler-1.7.2/spec/support/streams.rb b/spec/support/streams.rb similarity index 100% rename from bundler-1.7.2/spec/support/streams.rb rename to spec/support/streams.rb diff --git a/bundler-1.7.2/spec/support/sudo.rb b/spec/support/sudo.rb similarity index 100% rename from bundler-1.7.2/spec/support/sudo.rb rename to spec/support/sudo.rb diff --git a/bundler-1.7.2/spec/update/gems_spec.rb b/spec/update/gems_spec.rb similarity index 100% rename from bundler-1.7.2/spec/update/gems_spec.rb rename to spec/update/gems_spec.rb diff --git a/bundler-1.7.2/spec/update/git_spec.rb b/spec/update/git_spec.rb similarity index 100% rename from bundler-1.7.2/spec/update/git_spec.rb rename to spec/update/git_spec.rb diff --git a/bundler-1.7.2/spec/update/path_spec.rb b/spec/update/path_spec.rb similarity index 100% rename from bundler-1.7.2/spec/update/path_spec.rb rename to spec/update/path_spec.rb