grouped_scope 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -1
- data/Gemfile +1 -0
- data/lib/grouped_scope/version.rb +1 -1
- metadata +7 -7
data/.gitignore
CHANGED
data/Gemfile
CHANGED
@@ -4,6 +4,7 @@ source 'http://gems.github.com/'
|
|
4
4
|
|
5
5
|
spec = eval(File.read('grouped_scope.gemspec'))
|
6
6
|
ar_version = spec.dependencies.detect{ |d|d.name == 'activerecord' }.requirement.to_s
|
7
|
+
ar_version = ENV['RAILS_VERSION'] || ar_version
|
7
8
|
|
8
9
|
gem 'sqlite3', '1.3.4'
|
9
10
|
gem 'activerecord', ar_version, :require => 'active_record'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grouped_scope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 3.1.
|
9
|
+
- 1
|
10
|
+
version: 3.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ken Collins
|
@@ -25,15 +25,15 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ~>
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 3
|
29
29
|
segments:
|
30
30
|
- 3
|
31
31
|
- 1
|
32
|
-
-
|
33
|
-
version: 3.1.
|
32
|
+
- 0
|
33
|
+
version: 3.1.0
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
|
-
description: Extends has_many associations to group scope. For ActiveRecord
|
36
|
+
description: Extends has_many associations to group scope. For ActiveRecord 3.1!
|
37
37
|
email:
|
38
38
|
- ken@metaskills.net
|
39
39
|
executables: []
|