summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-02-02 16:37:20 -0800
committerAndre Arko <andre@arko.net>2011-02-02 16:37:51 -0800
commit3152238064fabdc20387c0527930f0ed8216c930 (patch)
treec7ca47ebc77873d4db1060b52a48fcb3811a0ecf
parenta7927d1cddc15f3115ae341316197eeb53053b3a (diff)
downloadbundler-1.1.pre.1.tar.gz
Version 1.1.pre.1v1.1.pre.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44da053218..cbb3505997 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.1.pre.1 (February 2, 2011)
+
+Bugfixes:
+
+ - Compatibility with changes made by Rubygems 1.5
+
## 1.1.pre (January 21, 2011)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index d6e25ef386..3a63c0c2dd 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -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.1.pre" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.pre.1" unless defined?(::Bundler::VERSION)
end