scoped_associations 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Appraisals +1 -1
- data/gemfiles/activerecord3.gemfile.lock +72 -0
- data/gemfiles/activerecord4.gemfile +1 -1
- data/gemfiles/activerecord4.gemfile.lock +80 -0
- data/lib/scoped_associations/version.rb +1 -1
- data/scoped_associations.gemspec +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b4c09ec153513b2cb5bb7cce12c42fdd1ac19af
|
4
|
+
data.tar.gz: 012bf692223a1f4ce858e13e0ffb204fa1d5890a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 500c1dc4a436b1eae7f5a5068a931c6a3c90aceb1069db99be0651cce5a6a60193e3cf574ad6abb677cbe2111689ff3f74c018dd42b79a43bef96d552d996897
|
7
|
+
data.tar.gz: 5921290133545291742c7750cecab8434897719bafa2c5199a4a7afd6469020dfd99af7147a8afa7b8d12922238486c066716e3094a67abac3676b9779aeaade
|
data/Appraisals
CHANGED
@@ -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
|
@@ -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
|
data/scoped_associations.gemspec
CHANGED
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.
|
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.
|
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.
|
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
|