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

Commit 60ca0d4

Browse files
committed
Version 1.0.12
1 parent 34585e4 commit 60ca0d4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.0.12 (April 8, 2011)
2+
3+
Features:
4+
5+
- Add --no-deployment option to `install` for disabling it on dev machines
6+
- Better error message when git fails and cache is present (@parndt)
7+
- Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego)
8+
9+
Bugfixes:
10+
11+
- Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evan)
12+
- Fix changing gem order in lock (@gucki)
13+
- Remove color escape sequences when displaying man pages (@bgreenlee)
14+
- Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger)
15+
- Fix gems without a gemspec and directories in bin/ (@epall)
16+
- Fix --no-prune option for `bundle install` (@cmeiklejohn)
17+
118
## 1.0.11 (April 1, 2011)
219

320
Features:

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module Bundler
22
# We're doing this because we might write tests that deal
33
# with other versions of bundler and we are unsure how to
44
# handle this better.
5-
VERSION = "1.0.11" unless defined?(::Bundler::VERSION)
5+
VERSION = "1.0.12" unless defined?(::Bundler::VERSION)
66
end

0 commit comments

Comments
 (0)