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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c100c979da21848e2f2f2e429dd6dc61d15f9d7
4
- data.tar.gz: dc38fa3c366078e176b2a91f5714b937abb9df68
3
+ metadata.gz: a1205756f3a54ca98bd4ed246cae948e01d1a9d4
4
+ data.tar.gz: 642a744c0c331752c8a4635d399862e6c03975f4
5
5
  SHA512:
6
- metadata.gz: 6b07fe5227981076e6a8a7c3183475587b9177bae54a950cc9d6b391a3d0eda4d837c7f5bb444a6433b9fb42278980ba8c09f9c12f5dd757398805ea7d437fca
7
- data.tar.gz: 1e0531dbe38ca735a0338a599ef0c7060deba54c1efd062783f8524007b5b14168fac2de5105ea2df11b359ec6948e74da84801b858e4e4e3704a08b125622ae
6
+ metadata.gz: d8cd87e0f69502ce9e39955adda32d99a8ef49e8a1bfd204aad7f0863ee3caa3098f9ed419c548a288b1808a6a3d00bea7d8ca4c20a8b83bbd8469ca88bb0177
7
+ data.tar.gz: 6f9d5967ad9ca1515355db3ff2555c72aa396423bf01747c0862f2801a452d1d0709408d54741e77c8ffe399fc7652c699a9d7c765e4a296ca7856262c624b41
@@ -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
@@ -17,3 +17,7 @@ end
17
17
  appraise "5.0" do
18
18
  gem "activerecord", "~> 5.0.0"
19
19
  end
20
+
21
+ appraise "5.1" do
22
+ gem "activerecord", "~> 5.1.0"
23
+ end
@@ -1,62 +1,63 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- whitelist_scope (0.1.2)
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.0.0.1)
11
- activesupport (= 5.0.0.1)
12
- activerecord (5.0.0.1)
13
- activemodel (= 5.0.0.1)
14
- activesupport (= 5.0.0.1)
15
- arel (~> 7.0)
16
- activesupport (5.0.0.1)
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.1.0)
21
+ appraisal (2.2.0)
22
22
  bundler
23
23
  rake
24
24
  thor (>= 0.14.0)
25
- arel (7.1.2)
25
+ arel (8.0.0)
26
26
  ast (2.3.0)
27
- concurrent-ruby (1.0.2)
28
- coveralls (0.8.15)
27
+ concurrent-ruby (1.0.5)
28
+ coveralls (0.8.21)
29
29
  json (>= 1.8, < 3)
30
- simplecov (~> 0.12.0)
30
+ simplecov (~> 0.14.1)
31
31
  term-ansicolor (~> 1.3)
32
- thor (~> 0.19.1)
33
- tins (>= 1.6.0, < 2)
34
- diff-lcs (1.2.5)
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.7.0)
40
- json (2.0.2)
41
- minitest (5.9.0)
42
- parser (2.3.1.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.1.0)
46
- rake (11.2.2)
47
- rspec (3.5.0)
48
- rspec-core (~> 3.5.0)
49
- rspec-expectations (~> 3.5.0)
50
- rspec-mocks (~> 3.5.0)
51
- rspec-core (3.5.3)
52
- rspec-support (~> 3.5.0)
53
- rspec-expectations (3.5.0)
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.5.0)
56
- rspec-mocks (3.5.0)
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.5.0)
59
- rspec-support (3.5.0)
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.12.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.0)
72
- sqlite3 (1.3.11)
73
- term-ansicolor (1.3.2)
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.1)
76
- thread_safe (0.3.5)
77
- tins (1.12.0)
78
- tzinfo (1.2.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.1.0)
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.12.5
96
+ 1.15.1
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "activerecord", "~> 3.2.0"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "activerecord", "~> 4.0.0"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "activerecord", "~> 4.1.0"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "activerecord", "~> 4.2.0"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "activerecord", "~> 5.0.0"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 5.1.0"
6
+
7
+ gemspec path: "../"
@@ -1,3 +1,3 @@
1
1
  module WhitelistScope
2
- VERSION = "0.1.3".freeze
2
+ VERSION = "0.1.4".freeze
3
3
  end
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.3
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: 2016-09-14 00:00:00.000000000 Z
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.1
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