1
0
Fork 0
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:
Emilio Tagua 2010-06-08 14:48:31 -04:00
parent 8a3327526f
commit bbddfe7641
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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