Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 18, 2013
1 parent 85b0b19 commit 3ef63ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = "arel"
s.version = "4.0.0.beta2.20130314230643"
s.version = "4.0.0.20130418133826"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Patterson", "Bryan Halmkamp", "Emilio Tagua", "Nick Kallen"]
s.date = "2013-03-15"
s.date = "2013-04-18"
s.description = "Arel is a SQL AST manager for Ruby. It\n\n1. Simplifies the generation of complex SQL queries\n2. Adapts to various RDBMS systems\n\nIt is intended to be a framework framework; that is, you can build your own ORM\nwith it, focusing on innovative object and collection modeling as opposed to\ndatabase compatibility and query generation."
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]
s.extra_rdoc_files = ["History.txt", "MIT-LICENSE.txt", "Manifest.txt", "README.markdown"]
Expand Down
2 changes: 1 addition & 1 deletion lib/arel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
####

module Arel
VERSION = '4.0.0.beta2'
VERSION = '4.0.0'

def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql
Expand Down

0 comments on commit 3ef63ac

Please sign in to comment.