Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

v1.1.pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@segiddins segiddins released this 28 Aug 03:15
· 9863 commits to master since this release

Features:

  • config system_bindir foo added, works like "-n foo" in your .gemrc file

1.1.pre.9 (Sep 18, 2011)

Features:

  • clean will now clean up all old .gem and .gemspec files, cleaning up older pres
  • clean will be automatically run after bundle install and update when using --path (#1420, #1425)
  • clean now takes a --force option (#1247, #1426)
  • clean will clean up cached git dirs in bundle clean (#1390)
  • remove deprecations from DSL (#1119)
  • autorequire tries directories for gems with dashed names (#1205)
  • adds a --paths flag to bundle show to list all the paths of bundled gems (@tiegz, #1360)
  • load rubygems plugins in the bundle binary (@tpope, #1364)
  • make --standalone respect --path (@cowboyd, #1361)

Bugfixes:

  • Fix clean to handle nested gems in a git repo (#1329)
  • Fix conflict from revert of benchmark tool (@boffbowsh, #1355)
  • Fix fatal error when unable to connect to gem source (#1269)
  • Fix outdated to find pre-release gems that are installed. (#1359)
  • Fix color for ui. (#1374)
  • Fix installing to user-owned system gems on OS X
  • Fix caching issue in the resolver (#1353, #1421)
  • Fix :github DSL option

1.1.pre.8 (Aug 13, 2011)

Bugfixes:

  • Fix bundle check to not print fatal error message (@cldwalker, #1347)
  • Fix require_sudo when Gem.bindir isn't writeable (#1352)
  • Fix not asking Gemcutter API for dependency chain of git gems in --deployment (#1254)
  • Fix install --binstubs when using --path (#1332)

1.1.pre.7 (Aug 8, 2011)

Bugfixes:

  • Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341)
  • Fixed exception when sudo was needed to install gems (@spastorino)

1.1.pre.6 (Aug 8, 2011)

Bugfixes:

  • Fix cross repository dependencies (#1138)
  • Fix git dependency fetching from API endpoint (#1254)
  • Fixes for bundle outdated (@joelmoss, #1238)
  • Fix bundle standalone when using the endpoint (#1240)

Features:

  • Implement to_ary to avoid calls to method_missing (@tenderlove, #1274)
  • bundle clean removes old .gem files (@cldwalker, #1293)
  • Correcly identify missing child dependency in error message
  • Run pre-install, post-build, and post-install gem hooks for git gems (@warhammerkid, #1120)
  • create Gemfile.lock for empty Gemfile (#1218)

1.1.pre.5 (June 11, 2011)

Bugfixes:

Features:

  • Speed up install --deployment by using the API endpoint
  • Support Basic HTTP Auth for the API endpoint (@dpiddy, #1229)
  • Add install --full-index to disable the API endpoint, just in case
  • Significantly speed up install by removing unneeded gemspec fetches
  • outdated command shows outdated gems (@joelmoss, #1130)
  • Print gem post install messages (@csquared, #1155)
  • Reduce memory use by removing Specification.new inside method_missing (@tenderlove, #1222)
  • Allow check --path

1.1.pre.4 (May 5, 2011)

Bugfixes:

  • Fix bug that could prevent installing new gems

1.1.pre.3 (May 4, 2011)

Features:

  • Add bundle outdated to show outdated gems (@joelmoss)
  • Remove BUNDLE_* from Bundler.with_clean_env (@wuputah)
  • Add Bundler.clean_system, and clean_exec (@wuputah)
  • Use git config for gem author name and email (@krekoten)

Bugfixes:

  • Fix error calling Bundler.rubygems.gem_path
  • Fix error when Gem.path returns Gem::FS instead of String

1.1.pre.2 (April 28, 2011)

Features:

  • Add :github option to Gemfile DSL for easy git repos
  • Merge all fixes from 1.0.12 and 1.0.13

1.1.pre.1 (February 2, 2011)

Bugfixes:

  • Compatibility with changes made by Rubygems 1.5

1.1.pre (January 21, 2011)

Features:

  • Add bundle clean. Removes unused gems from --path directory
  • Initial Gemcutter Endpoint API work, BAI Fetching source index
  • Added bundle install --standalone
  • Ignore Gemfile.lock when building new gems
  • Make it possible to override a .gemspec dependency's source in the
    Gemfile

Removed:

  • Removed bundle lock
  • Removed bundle install
  • Removed bundle install --production
  • Removed bundle install --disable-shared-gems