arel 2.0.7.beta.20110110114925 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/arel.gemspec +3 -3
- data/lib/arel.rb +1 -1
- metadata +8 -12
data/arel.gemspec
CHANGED
@@ -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.
|
5
|
+
s.version = "2.0.7.20110114100952"
|
6
6
|
|
7
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
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-
|
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"]
|
data/lib/arel.rb
CHANGED
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:
|
5
|
-
prerelease:
|
4
|
+
hash: 1
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
9
|
- 7
|
10
|
-
|
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-
|
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:
|
248
|
+
hash: 3
|
251
249
|
segments:
|
252
|
-
-
|
253
|
-
|
254
|
-
- 1
|
255
|
-
version: 1.3.1
|
250
|
+
- 0
|
251
|
+
version: "0"
|
256
252
|
requirements: []
|
257
253
|
|
258
254
|
rubyforge_project: arel
|