summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-08-19 12:26:33 -0700
committerAndre Arko <andre@arko.net>2014-08-19 12:26:33 -0700
commit3ee8193e69aef983df2c464f1e8fb120c52b59eb (patch)
tree166835b713443e7e3f532cca545def16a08824ed
parentdc3c18ad0bd591836200aeec9968113ec55e4b2d (diff)
downloadbundler-1.7.1.pre.3.tar.gz
Version 1.7.1.pre.3 with changelogv1.7.1.pre.3
-rw-r--r--CHANGELOG.md1
-rw-r--r--lib/bundler/version.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae61db0ef6..abd494c585 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ Bugfixes:
- Install gems from one source needed by gems in another source (@indirect)
- Install the same gem versions even after some are installed (@tmoore)
+ - Download specs only when installing from servers (@indirect)
## 1.7.0 (2014-08-13)
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 6db3e7e35f..29e77ed237 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.7.1.pre.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.1.pre.3" unless defined?(::Bundler::VERSION)
end