All Versions
183
Latest Version
Avg Release Cycle
41 days
Latest Release
1906 days ago

Changelog History
Page 19

  • v0.9.7 Changes

    February 17, 2010

    ๐Ÿ›  Bugfixes:

    • don't say that a gem from an excluded group is "installing"
    • improve crippling rubygems in locked scenarios
  • v0.9.6 Changes

    February 16, 2010

    ๐Ÿ”‹ Features:

    • allow String group names
    • a number of improvements in the documentation and error messages

    ๐Ÿ›  Bugfixes:

    • set SourceIndex#spec_dirs to solve a problem involving Rails 2.3 in unlocked mode
    • ensure Rubygems is fully loaded in Ruby 1.9 before patching it
    • fix bundle install for a locked app without a .bundle directory
    • require gems in the order that the resolver determines
    • make the tests platform agnostic so we can confirm that they're green on JRuby
    • fixes for Ruby 1.9
  • v0.9.5 Changes

    February 12, 2010

    ๐Ÿ”‹ Features:

    • added support for :path => "relative/path"
    • added support for older versions of git
    • added bundle install --disable-shared-gems
    • Bundler.require fails silently if a library does not have a file on the load path with its name
    • Basic support for multiple rubies by namespacing the default bundle path using the version and engine

    ๐Ÿ›  Bugfixes:

    • if the bundle is locked and .bundle/environment.rb is not present when Bundler.setup is called, generate it
    • same if it's not present with bundle check
    • same if it's not present with bundle install