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

Release v0.3.1

This commit is contained in:
Emilio Tagua 2010-03-10 19:08:30 -03:00
parent 56ff38e2b2
commit 939b31da14
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -7,5 +7,5 @@ module Arel
require 'arel/engines'
autoload :Session, 'arel/session'
VERSION = "0.3.0"
VERSION = "0.3.1"
end