summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-30 10:45:14 -0700
committerAndre Arko <andre@arko.net>2010-03-30 10:45:14 -0700
commit17957e288f7d6f62c171820386eacc9f8a924a7e (patch)
treef4976a8699de17e45aea29fb1268f45e87cc6641
parenta350cc2340dd21274a87aa3e23997d7911709146 (diff)
downloadbundler-17957e288f7d6f62c171820386eacc9f8a924a7e.tar.gz
Prep for 0.9.15
-rw-r--r--bundler.gemspec4
-rw-r--r--lib/bundler.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 13dec3ab84..c17c8b291d 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -2,11 +2,11 @@
Gem::Specification.new do |s|
s.name = %q{bundler}
- s.version = "0.9.13"
+ s.version = "0.9.14"
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Lerche", "Yehuda Katz", "Andr\303\251 Arko"]
- s.date = %q{2010-03-23}
+ s.date = %q{2010-03-30}
s.default_executable = %q{bundle}
s.email = ["carlhuda@engineyard.com"]
s.executables = ["bundle"]
diff --git a/lib/bundler.rb b/lib/bundler.rb
index b1d1abf77e..8082d9cdf3 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -5,7 +5,7 @@ require 'bundler/rubygems_ext'
module Bundler
- VERSION = "0.9.14"
+ VERSION = "0.9.15.pre"
ORIGINAL_ENV = ENV.to_hash
autoload :Definition, 'bundler/definition'