diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-03-10 19:08:30 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-03-10 19:08:30 -0300 |
commit | 939b31da148aaa518640dc5c1a67d4e57febf6f1 (patch) | |
tree | e7fa2ab19a7332097f77d09528589ca58b966603 | |
parent | 56ff38e2b2f1faeb51d83903b4c4285c6be67a41 (diff) | |
download | rails-939b31da148aaa518640dc5c1a67d4e57febf6f1.tar.gz rails-939b31da148aaa518640dc5c1a67d4e57febf6f1.tar.bz2 rails-939b31da148aaa518640dc5c1a67d4e57febf6f1.zip |
Release v0.3.1
-rw-r--r-- | arel.gemspec | 2 | ||||
-rw-r--r-- | lib/arel.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arel.gemspec b/arel.gemspec index 3ea8e75211..695f504203 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -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"] diff --git a/lib/arel.rb b/lib/arel.rb index 305ae99181..14511d5b38 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -7,5 +7,5 @@ module Arel require 'arel/engines' autoload :Session, 'arel/session' - VERSION = "0.3.0" + VERSION = "0.3.1" end |