This repository was archived by the owner on Apr 14, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
## 1.0.11 (April 1, 2011)
2
19
3
20
Features:
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ module Bundler
2
2
# We're doing this because we might write tests that deal
3
3
# with other versions of bundler and we are unsure how to
4
4
# handle this better.
5
- VERSION = "1.0.11 " unless defined? ( ::Bundler ::VERSION )
5
+ VERSION = "1.0.12 " unless defined? ( ::Bundler ::VERSION )
6
6
end
You can’t perform that action at this time.
0 commit comments