whitelist_scope 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +8 -0
- data/Appraisals +4 -0
- data/Gemfile.lock +44 -43
- data/gemfiles/3.2.gemfile +1 -1
- data/gemfiles/4.0.gemfile +1 -1
- data/gemfiles/4.1.gemfile +1 -1
- data/gemfiles/4.2.gemfile +1 -1
- data/gemfiles/5.0.gemfile +1 -1
- data/gemfiles/5.1.gemfile +7 -0
- data/lib/whitelist_scope/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1205756f3a54ca98bd4ed246cae948e01d1a9d4
|
4
|
+
data.tar.gz: 642a744c0c331752c8a4635d399862e6c03975f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8cd87e0f69502ce9e39955adda32d99a8ef49e8a1bfd204aad7f0863ee3caa3098f9ed419c548a288b1808a6a3d00bea7d8ca4c20a8b83bbd8469ca88bb0177
|
7
|
+
data.tar.gz: 6f9d5967ad9ca1515355db3ff2555c72aa396423bf01747c0862f2801a452d1d0709408d54741e77c8ffe399fc7652c699a9d7c765e4a296ca7856262c624b41
|
data/.travis.yml
CHANGED
@@ -7,6 +7,7 @@ rvm:
|
|
7
7
|
- 2.1
|
8
8
|
- 2.2.2
|
9
9
|
- 2.3.0
|
10
|
+
- 2.4.0
|
10
11
|
|
11
12
|
before_install:
|
12
13
|
- gem install bundler
|
@@ -17,15 +18,22 @@ gemfile:
|
|
17
18
|
- gemfiles/4.1.gemfile
|
18
19
|
- gemfiles/4.2.gemfile
|
19
20
|
- gemfiles/5.0.gemfile
|
21
|
+
- gemfiles/5.1.gemfile
|
20
22
|
|
21
23
|
matrix:
|
22
24
|
exclude:
|
23
25
|
- rvm: 1.9
|
24
26
|
gemfile: gemfiles/5.0.gemfile
|
27
|
+
- rvm: 1.9
|
28
|
+
gemfile: gemfiles/5.1.gemfile
|
25
29
|
- rvm: 2.0
|
26
30
|
gemfile: gemfiles/5.0.gemfile
|
31
|
+
- rvm: 2.0
|
32
|
+
gemfile: gemfiles/5.1.gemfile
|
27
33
|
- rvm: 2.1
|
28
34
|
gemfile: gemfiles/5.0.gemfile
|
35
|
+
- rvm: 2.1
|
36
|
+
gemfile: gemfiles/5.1.gemfile
|
29
37
|
|
30
38
|
branches:
|
31
39
|
only:
|
data/Appraisals
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,62 +1,63 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
whitelist_scope (0.1.
|
4
|
+
whitelist_scope (0.1.3)
|
5
5
|
activerecord (>= 3.2.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (5.
|
11
|
-
activesupport (= 5.
|
12
|
-
activerecord (5.
|
13
|
-
activemodel (= 5.
|
14
|
-
activesupport (= 5.
|
15
|
-
arel (~>
|
16
|
-
activesupport (5.
|
10
|
+
activemodel (5.1.2)
|
11
|
+
activesupport (= 5.1.2)
|
12
|
+
activerecord (5.1.2)
|
13
|
+
activemodel (= 5.1.2)
|
14
|
+
activesupport (= 5.1.2)
|
15
|
+
arel (~> 8.0)
|
16
|
+
activesupport (5.1.2)
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
18
|
i18n (~> 0.7)
|
19
19
|
minitest (~> 5.1)
|
20
20
|
tzinfo (~> 1.1)
|
21
|
-
appraisal (2.
|
21
|
+
appraisal (2.2.0)
|
22
22
|
bundler
|
23
23
|
rake
|
24
24
|
thor (>= 0.14.0)
|
25
|
-
arel (
|
25
|
+
arel (8.0.0)
|
26
26
|
ast (2.3.0)
|
27
|
-
concurrent-ruby (1.0.
|
28
|
-
coveralls (0.8.
|
27
|
+
concurrent-ruby (1.0.5)
|
28
|
+
coveralls (0.8.21)
|
29
29
|
json (>= 1.8, < 3)
|
30
|
-
simplecov (~> 0.
|
30
|
+
simplecov (~> 0.14.1)
|
31
31
|
term-ansicolor (~> 1.3)
|
32
|
-
thor (~> 0.19.
|
33
|
-
tins (
|
34
|
-
diff-lcs (1.
|
32
|
+
thor (~> 0.19.4)
|
33
|
+
tins (~> 1.6)
|
34
|
+
diff-lcs (1.3)
|
35
35
|
docile (1.1.5)
|
36
36
|
fuubar (2.2.0)
|
37
37
|
rspec-core (~> 3.0)
|
38
38
|
ruby-progressbar (~> 1.4)
|
39
|
-
i18n (0.
|
40
|
-
json (2.0
|
41
|
-
minitest (5.
|
42
|
-
parser (2.
|
39
|
+
i18n (0.8.6)
|
40
|
+
json (2.1.0)
|
41
|
+
minitest (5.10.3)
|
42
|
+
parser (2.4.0.0)
|
43
43
|
ast (~> 2.2)
|
44
44
|
powerpack (0.1.1)
|
45
|
-
rainbow (2.
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
rspec-
|
50
|
-
rspec-
|
51
|
-
|
52
|
-
|
53
|
-
|
45
|
+
rainbow (2.2.2)
|
46
|
+
rake
|
47
|
+
rake (12.0.0)
|
48
|
+
rspec (3.6.0)
|
49
|
+
rspec-core (~> 3.6.0)
|
50
|
+
rspec-expectations (~> 3.6.0)
|
51
|
+
rspec-mocks (~> 3.6.0)
|
52
|
+
rspec-core (3.6.0)
|
53
|
+
rspec-support (~> 3.6.0)
|
54
|
+
rspec-expectations (3.6.0)
|
54
55
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
-
rspec-support (~> 3.
|
56
|
-
rspec-mocks (3.
|
56
|
+
rspec-support (~> 3.6.0)
|
57
|
+
rspec-mocks (3.6.0)
|
57
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
-
rspec-support (~> 3.
|
59
|
-
rspec-support (3.
|
59
|
+
rspec-support (~> 3.6.0)
|
60
|
+
rspec-support (3.6.0)
|
60
61
|
rubocop (0.42.0)
|
61
62
|
parser (>= 2.3.1.1, < 3.0)
|
62
63
|
powerpack (~> 0.1)
|
@@ -64,20 +65,20 @@ GEM
|
|
64
65
|
ruby-progressbar (~> 1.7)
|
65
66
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
66
67
|
ruby-progressbar (1.8.1)
|
67
|
-
simplecov (0.
|
68
|
+
simplecov (0.14.1)
|
68
69
|
docile (~> 1.1.0)
|
69
70
|
json (>= 1.8, < 3)
|
70
71
|
simplecov-html (~> 0.10.0)
|
71
|
-
simplecov-html (0.10.
|
72
|
-
sqlite3 (1.3.
|
73
|
-
term-ansicolor (1.
|
72
|
+
simplecov-html (0.10.1)
|
73
|
+
sqlite3 (1.3.13)
|
74
|
+
term-ansicolor (1.6.0)
|
74
75
|
tins (~> 1.0)
|
75
|
-
thor (0.19.
|
76
|
-
thread_safe (0.3.
|
77
|
-
tins (1.
|
78
|
-
tzinfo (1.2.
|
76
|
+
thor (0.19.4)
|
77
|
+
thread_safe (0.3.6)
|
78
|
+
tins (1.15.0)
|
79
|
+
tzinfo (1.2.3)
|
79
80
|
thread_safe (~> 0.1)
|
80
|
-
unicode-display_width (1.
|
81
|
+
unicode-display_width (1.3.0)
|
81
82
|
|
82
83
|
PLATFORMS
|
83
84
|
ruby
|
@@ -92,4 +93,4 @@ DEPENDENCIES
|
|
92
93
|
whitelist_scope!
|
93
94
|
|
94
95
|
BUNDLED WITH
|
95
|
-
1.
|
96
|
+
1.15.1
|
data/gemfiles/3.2.gemfile
CHANGED
data/gemfiles/4.0.gemfile
CHANGED
data/gemfiles/4.1.gemfile
CHANGED
data/gemfiles/4.2.gemfile
CHANGED
data/gemfiles/5.0.gemfile
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: whitelist_scope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Melody
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -134,6 +134,7 @@ files:
|
|
134
134
|
- gemfiles/4.1.gemfile
|
135
135
|
- gemfiles/4.2.gemfile
|
136
136
|
- gemfiles/5.0.gemfile
|
137
|
+
- gemfiles/5.1.gemfile
|
137
138
|
- lib/whitelist_scope.rb
|
138
139
|
- lib/whitelist_scope/version.rb
|
139
140
|
- whitelist_scope.gemspec
|
@@ -157,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
158
|
version: '0'
|
158
159
|
requirements: []
|
159
160
|
rubyforge_project:
|
160
|
-
rubygems_version: 2.5.
|
161
|
+
rubygems_version: 2.5.2
|
161
162
|
signing_key:
|
162
163
|
specification_version: 4
|
163
164
|
summary: whitelist_scope provides a safe way to register and call scopes inside rails
|