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

v1.1.pre.3

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

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