aboutsummaryrefslogtreecommitdiffstats
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-02-02 10:15:41 -0800
committerCarl Lerche <carllerche@mac.com>2010-02-02 10:15:41 -0800
commiteb714d08e7378b06537f5766405a0594bb74eba2 (patch)
tree6f5c11be205a67c28dac7ccf836d533c15f4d838 /bundler.gemspec
parent2ea98280db69d412fc8bd54931329a3b524aef92 (diff)
downloadbundler-eb714d08e7378b06537f5766405a0594bb74eba2.tar.gz
Bump the version
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 97483187..e858e3a0 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{bundler}
- s.version = "0.9.0.pre4"
+ s.version = "0.9.0.pre5"
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Lerche", "Yehuda Katz"]