From 7caf242cf484f8875a0cfdf2c252a2fefc273358 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 5 Feb 2010 12:19:55 -0500 Subject: Release v0.2.1 --- History.txt | 2 +- arel.gemspec | 2 +- lib/arel.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index 465c6b670e..36dde74e4e 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== git +== 0.2.1 / 2010-02-05 * Enhancements diff --git a/arel.gemspec b/arel.gemspec index b487357523..b5267cf333 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -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"] diff --git a/lib/arel.rb b/lib/arel.rb index 286c7a1ed8..36fd961188 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -7,5 +7,5 @@ module Arel require 'arel/engines' autoload :Session, 'arel/session' - VERSION = "0.2.0" + VERSION = "0.2.1" end \ No newline at end of file -- cgit v1.2.3