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 CHANGED
@@ -3,4 +3,5 @@ debug.log
3
3
  autotest
4
4
  .rbenv-version
5
5
  Gemfile.lock
6
- debug.log
6
+ debug.log
7
+ *.gem
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'
@@ -1,3 +1,3 @@
1
1
  module GroupedScope
2
- VERSION = '3.1.0'
2
+ VERSION = '3.1.1'
3
3
  end
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: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 0
10
- version: 3.1.0
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: 5
28
+ hash: 3
29
29
  segments:
30
30
  - 3
31
31
  - 1
32
- - 3
33
- version: 3.1.3
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 2.3.x!
36
+ description: Extends has_many associations to group scope. For ActiveRecord 3.1!
37
37
  email:
38
38
  - ken@metaskills.net
39
39
  executables: []