mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump version to 0.4.0
This commit is contained in:
parent
8a3327526f
commit
bbddfe7641
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
||||||
s.name = "arel"
|
s.name = "arel"
|
||||||
s.version = Arel::VERSION
|
s.version = Arel::VERSION
|
||||||
s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
|
s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
|
||||||
s.date = %q{2010-03-25}
|
s.date = %q{2010-06-08}
|
||||||
s.email = "bryan@brynary.com"
|
s.email = "bryan@brynary.com"
|
||||||
s.homepage = "http://github.com/brynary/arel"
|
s.homepage = "http://github.com/brynary/arel"
|
||||||
s.summary = "Arel is a relational algebra engine for Ruby"
|
s.summary = "Arel is a relational algebra engine for Ruby"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Arel
|
module Arel
|
||||||
VERSION = "0.3.3" unless defined?(Arel::VERSION)
|
VERSION = "0.4.0" unless defined?(Arel::VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue