scoped_associations 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae5226b558a4b95943f3d759df755e3898e287d5
4
- data.tar.gz: 8300eb8cff879e0759150cdb473fd4f7d85074c7
3
+ metadata.gz: 7b4c09ec153513b2cb5bb7cce12c42fdd1ac19af
4
+ data.tar.gz: 012bf692223a1f4ce858e13e0ffb204fa1d5890a
5
5
  SHA512:
6
- metadata.gz: 81a64dd7208a914edddabb88c7c207e97465646b1f6eedd406ccdb7ec0b562da190c802989b5215ad3ae79cd70466993171525d03d16509b398763c1a4863cb0
7
- data.tar.gz: 58820c5de410725ac3144de65e72b616444b20bc3a4ae57fecdb188a879b92621b7acda5773625e4367e7f023f20a661299393ff8eeccccc3c65494457d6316e
6
+ metadata.gz: 500c1dc4a436b1eae7f5a5068a931c6a3c90aceb1069db99be0651cce5a6a60193e3cf574ad6abb677cbe2111689ff3f74c018dd42b79a43bef96d552d996897
7
+ data.tar.gz: 5921290133545291742c7750cecab8434897719bafa2c5199a4a7afd6469020dfd99af7147a8afa7b8d12922238486c066716e3094a67abac3676b9779aeaade
data/Appraisals CHANGED
@@ -3,6 +3,6 @@ appraise "activerecord3" do
3
3
  end
4
4
 
5
5
  appraise "activerecord4" do
6
- gem "activerecord", "4.0.0"
6
+ gem "activerecord", "4.0.2"
7
7
  end
8
8
 
@@ -0,0 +1,72 @@
1
+ PATH
2
+ remote: /Users/stefanoverna/code/github/scoped_associations
3
+ specs:
4
+ scoped_associations (0.0.2)
5
+ activerecord (>= 3.2, < 4.1)
6
+ activesupport
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (3.2.14)
12
+ activesupport (= 3.2.14)
13
+ builder (~> 3.0.0)
14
+ activerecord (3.2.14)
15
+ activemodel (= 3.2.14)
16
+ activesupport (= 3.2.14)
17
+ arel (~> 3.0.2)
18
+ tzinfo (~> 0.3.29)
19
+ activesupport (3.2.14)
20
+ i18n (~> 0.6, >= 0.6.4)
21
+ multi_json (~> 1.0)
22
+ appraisal (0.5.2)
23
+ bundler
24
+ rake
25
+ arel (3.0.3)
26
+ builder (3.0.4)
27
+ coveralls (0.7.0)
28
+ multi_json (~> 1.3)
29
+ rest-client
30
+ simplecov (>= 0.7)
31
+ term-ansicolor
32
+ thor
33
+ diff-lcs (1.2.5)
34
+ docile (1.1.3)
35
+ i18n (0.6.9)
36
+ mime-types (2.1)
37
+ multi_json (1.8.4)
38
+ rake (10.1.1)
39
+ rest-client (1.6.7)
40
+ mime-types (>= 1.16)
41
+ rspec (2.14.1)
42
+ rspec-core (~> 2.14.0)
43
+ rspec-expectations (~> 2.14.0)
44
+ rspec-mocks (~> 2.14.0)
45
+ rspec-core (2.14.7)
46
+ rspec-expectations (2.14.5)
47
+ diff-lcs (>= 1.1.3, < 2.0)
48
+ rspec-mocks (2.14.5)
49
+ simplecov (0.8.2)
50
+ docile (~> 1.1.0)
51
+ multi_json
52
+ simplecov-html (~> 0.8.0)
53
+ simplecov-html (0.8.0)
54
+ sqlite3 (1.3.8)
55
+ term-ansicolor (1.3.0)
56
+ tins (~> 1.0)
57
+ thor (0.18.1)
58
+ tins (1.0.0)
59
+ tzinfo (0.3.38)
60
+
61
+ PLATFORMS
62
+ ruby
63
+
64
+ DEPENDENCIES
65
+ activerecord (= 3.2.14)
66
+ appraisal
67
+ bundler (~> 1.3)
68
+ coveralls
69
+ rake
70
+ rspec
71
+ scoped_associations!
72
+ sqlite3
@@ -3,6 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
- gem "activerecord", "4.0.0"
6
+ gem "activerecord", "4.0.2"
7
7
 
8
8
  gemspec :path=>"../"
@@ -0,0 +1,80 @@
1
+ PATH
2
+ remote: /Users/stefanoverna/code/github/scoped_associations
3
+ specs:
4
+ scoped_associations (0.0.2)
5
+ activerecord (>= 3.2, < 4.1)
6
+ activesupport
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (4.0.2)
12
+ activesupport (= 4.0.2)
13
+ builder (~> 3.1.0)
14
+ activerecord (4.0.2)
15
+ activemodel (= 4.0.2)
16
+ activerecord-deprecated_finders (~> 1.0.2)
17
+ activesupport (= 4.0.2)
18
+ arel (~> 4.0.0)
19
+ activerecord-deprecated_finders (1.0.3)
20
+ activesupport (4.0.2)
21
+ i18n (~> 0.6, >= 0.6.4)
22
+ minitest (~> 4.2)
23
+ multi_json (~> 1.3)
24
+ thread_safe (~> 0.1)
25
+ tzinfo (~> 0.3.37)
26
+ appraisal (0.5.2)
27
+ bundler
28
+ rake
29
+ arel (4.0.2)
30
+ atomic (1.1.14)
31
+ builder (3.1.4)
32
+ coveralls (0.7.0)
33
+ multi_json (~> 1.3)
34
+ rest-client
35
+ simplecov (>= 0.7)
36
+ term-ansicolor
37
+ thor
38
+ diff-lcs (1.2.5)
39
+ docile (1.1.3)
40
+ i18n (0.6.9)
41
+ mime-types (2.1)
42
+ minitest (4.7.5)
43
+ multi_json (1.8.4)
44
+ rake (10.1.1)
45
+ rest-client (1.6.7)
46
+ mime-types (>= 1.16)
47
+ rspec (2.14.1)
48
+ rspec-core (~> 2.14.0)
49
+ rspec-expectations (~> 2.14.0)
50
+ rspec-mocks (~> 2.14.0)
51
+ rspec-core (2.14.7)
52
+ rspec-expectations (2.14.5)
53
+ diff-lcs (>= 1.1.3, < 2.0)
54
+ rspec-mocks (2.14.5)
55
+ simplecov (0.8.2)
56
+ docile (~> 1.1.0)
57
+ multi_json
58
+ simplecov-html (~> 0.8.0)
59
+ simplecov-html (0.8.0)
60
+ sqlite3 (1.3.8)
61
+ term-ansicolor (1.3.0)
62
+ tins (~> 1.0)
63
+ thor (0.18.1)
64
+ thread_safe (0.1.3)
65
+ atomic
66
+ tins (1.0.0)
67
+ tzinfo (0.3.38)
68
+
69
+ PLATFORMS
70
+ ruby
71
+
72
+ DEPENDENCIES
73
+ activerecord (= 4.0.2)
74
+ appraisal
75
+ bundler (~> 1.3)
76
+ coveralls
77
+ rake
78
+ rspec
79
+ scoped_associations!
80
+ sqlite3
@@ -1,4 +1,4 @@
1
1
  module ScopedAssociations
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
4
4
 
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
 
27
27
  spec.required_ruby_version = ">= 1.9.3"
28
28
 
29
- spec.add_dependency 'activerecord', ['>= 3.2', '~> 4.0.0']
29
+ spec.add_dependency 'activerecord', ['>= 3.2', '< 4.1']
30
30
  spec.add_dependency 'activesupport'
31
31
  end
32
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scoped_associations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Verna
@@ -87,9 +87,9 @@ dependencies:
87
87
  - - '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: '3.2'
90
- - - ~>
90
+ - - <
91
91
  - !ruby/object:Gem::Version
92
- version: 4.0.0
92
+ version: '4.1'
93
93
  type: :runtime
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
@@ -97,9 +97,9 @@ dependencies:
97
97
  - - '>='
98
98
  - !ruby/object:Gem::Version
99
99
  version: '3.2'
100
- - - ~>
100
+ - - <
101
101
  - !ruby/object:Gem::Version
102
- version: 4.0.0
102
+ version: '4.1'
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: activesupport
105
105
  requirement: !ruby/object:Gem::Requirement
@@ -130,7 +130,9 @@ files:
130
130
  - README.md
131
131
  - Rakefile
132
132
  - gemfiles/activerecord3.gemfile
133
+ - gemfiles/activerecord3.gemfile.lock
133
134
  - gemfiles/activerecord4.gemfile
135
+ - gemfiles/activerecord4.gemfile.lock
134
136
  - lib/scoped_associations.rb
135
137
  - lib/scoped_associations/activerecord3/has_many.rb
136
138
  - lib/scoped_associations/activerecord3/has_one.rb