1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Spoof a version bump to work around Bundler using gem instead of git checkout

This commit is contained in:
Jeremy Kemper 2009-11-03 00:21:51 -08:00
parent 19d7ee3661
commit 567a14205d

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{arel}
s.version = "0.1.2"
s.version = "0.1.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp", "Nick Kallen"]