arel 2.0.7.beta.20110110114925 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/arel.gemspec +3 -3
  2. data/lib/arel.rb +1 -1
  3. metadata +8 -12
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{arel}
5
- s.version = "2.0.7.beta.20110110114925"
5
+ s.version = "2.0.7.20110114100952"
6
6
 
7
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Aaron Patterson", "Bryan Halmkamp", "Emilio Tagua", "Nick Kallen"]
9
- s.date = %q{2011-01-10}
9
+ s.date = %q{2011-01-14}
10
10
  s.description = %q{Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex of SQL queries and it 2) adapts to various RDBMS systems. It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation.}
11
11
  s.email = ["aaron@tenderlovemaking.com", "bryan@brynary.com", "miloops@gmail.com", "nick@example.org"]
12
12
  s.extra_rdoc_files = ["History.txt", "MIT-LICENSE.txt", "Manifest.txt", "README.markdown"]
@@ -29,7 +29,7 @@ require 'arel/sql_literal'
29
29
  ####
30
30
 
31
31
  module Arel
32
- VERSION = '2.0.7.beta'
32
+ VERSION = '2.0.7'
33
33
 
34
34
  def self.sql raw_sql
35
35
  Arel::Nodes::SqlLiteral.new raw_sql
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 40220158689793
5
- prerelease: true
4
+ hash: 1
5
+ prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 7
10
- - beta
11
- - 20110110114925
12
- version: 2.0.7.beta.20110110114925
10
+ version: 2.0.7
13
11
  platform: ruby
14
12
  authors:
15
13
  - Aaron Patterson
@@ -20,7 +18,7 @@ autorequire:
20
18
  bindir: bin
21
19
  cert_chain: []
22
20
 
23
- date: 2011-01-10 00:00:00 -08:00
21
+ date: 2011-01-14 00:00:00 -08:00
24
22
  default_executable:
25
23
  dependencies:
26
24
  - !ruby/object:Gem::Dependency
@@ -245,14 +243,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
245
243
  required_rubygems_version: !ruby/object:Gem::Requirement
246
244
  none: false
247
245
  requirements:
248
- - - ">"
246
+ - - ">="
249
247
  - !ruby/object:Gem::Version
250
- hash: 25
248
+ hash: 3
251
249
  segments:
252
- - 1
253
- - 3
254
- - 1
255
- version: 1.3.1
250
+ - 0
251
+ version: "0"
256
252
  requirements: []
257
253
 
258
254
  rubyforge_project: arel