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

fixing broken gem build

This commit is contained in:
Aaron Patterson 2011-06-27 09:59:46 -07:00
parent 5750fa8a3b
commit 2dd4486575
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,10 @@
== 2.1.2 / Unreleased
== 2.1.3 / 2011-06-27
* Bug Fixues
* Fixed broken gem build.
== 2.1.2 / 2011-06-27
* Bug Fixes

View file

@ -33,7 +33,7 @@ require 'arel/sql_literal'
####
module Arel
VERSION = '2.1.2'
VERSION = '2.1.3'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql