diff options
author | Andre Arko <andre@arko.net> | 2010-03-30 10:45:14 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-03-30 10:45:14 -0700 |
commit | 17957e288f7d6f62c171820386eacc9f8a924a7e (patch) | |
tree | f4976a8699de17e45aea29fb1268f45e87cc6641 | |
parent | a350cc2340dd21274a87aa3e23997d7911709146 (diff) | |
download | bundler-17957e288f7d6f62c171820386eacc9f8a924a7e.tar.gz |
Prep for 0.9.15
-rw-r--r-- | bundler.gemspec | 4 | ||||
-rw-r--r-- | lib/bundler.rb | 2 |
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' |