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:
parent
9aa076abfb
commit
7caf242cf4
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
== git
|
||||
== 0.2.1 / 2010-02-05
|
||||
|
||||
* Enhancements
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -7,5 +7,5 @@ module Arel
|
|||
require 'arel/engines'
|
||||
autoload :Session, 'arel/session'
|
||||
|
||||
VERSION = "0.2.0"
|
||||
VERSION = "0.2.1"
|
||||
end
|
Loading…
Reference in a new issue