summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-09-14 11:24:18 +0300
committerAndre Arko <andre@arko.net>2014-09-14 11:25:11 +0300
commit8dbb7881c0463807bb8883e084818924fd3df09e (patch)
tree56686f46998ebf635810753e4d59cef554f733d3
parent9213e0b8639a84095b6c96671f11467e29aeaf36 (diff)
downloadbundler-1.7.3.tar.gz
Version 1.7.3 with changelogv1.7.3
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/bundler/version.rb2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4d527fd3f..017caa5c96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
-## 1.7.3 (unreleased)
+## 1.7.3 (2014-09-14)
Bugfixes:
- `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros)
+ - Fix various Ruby warnings (@piotrsanarki, @indirect)
## 1.7.2 (2014-08-23)
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 8374d4110d..61470a581d 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.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.3" unless defined?(::Bundler::VERSION)
end