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

Release v0.2.1

This commit is contained in:
Bryan Helmkamp 2010-02-05 12:19:55 -05:00
parent 9aa076abfb
commit 7caf242cf4
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
== git
== 0.2.1 / 2010-02-05
* Enhancements

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{arel}
s.version = "0.2.0"
s.version = "0.2.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.2.0"
VERSION = "0.2.1"
end