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

Bump the version to 0.3.2

This commit is contained in:
Emilio Tagua 2010-03-25 12:16:02 -03:00
parent 99694fdb00
commit b04ebb7602
2 changed files with 4 additions and 3 deletions

View file

@ -5,6 +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.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"
@ -28,4 +29,4 @@ and query generation.
# the connection adapters which Arel uses in a separate gem # the connection adapters which Arel uses in a separate gem
# s.add_dependency "activerecord", ">= 3.0.pre" # s.add_dependency "activerecord", ">= 3.0.pre"
s.add_dependency "activesupport", ">= 3.0.0.beta1" s.add_dependency "activesupport", ">= 3.0.0.beta1"
end end

View file

@ -1,3 +1,3 @@
module Arel module Arel
VERSION = "0.3.1" unless defined?(Arel::VERSION) VERSION = "0.3.2" unless defined?(Arel::VERSION)
end end