Skip to content

Commit

Permalink
Version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Apr 8, 2011
1 parent 34585e4 commit 60ca0d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
## 1.0.12 (April 8, 2011)

Features:

- Add --no-deployment option to `install` for disabling it on dev machines
- Better error message when git fails and cache is present (@parndt)
- Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego)

Bugfixes:

- Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evan)
- Fix changing gem order in lock (@gucki)
- Remove color escape sequences when displaying man pages (@bgreenlee)
- Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger)
- Fix gems without a gemspec and directories in bin/ (@epall)
- Fix --no-prune option for `bundle install` (@cmeiklejohn)

## 1.0.11 (April 1, 2011)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.0.11" unless defined?(::Bundler::VERSION)
VERSION = "1.0.12" unless defined?(::Bundler::VERSION)
end

0 comments on commit 60ca0d4

Please sign in to comment.