ae_declarative_authorization 0.9.2 → 0.10.0

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: 95fe50f96bc6be18a1683dcd1ca9d9df7546ee39
4
- data.tar.gz: 1c33e2c4a4665742b9f90e26ad6b528e8e377790
3
+ metadata.gz: b1e57ea74062bb67a47dae14740b92f4c4f291c6
4
+ data.tar.gz: d2aa2c95221e0a80ab75d01e5a7814fb0263fe2d
5
5
  SHA512:
6
- metadata.gz: 62e4d04bcb1aa7c1a6f7b0c1012bd2979db60abe309af7a5649250c14f5bbeb5c26ae302b226f5eab856b60ef969d740e76537ae805bf9443a40d2fa16acc7fc
7
- data.tar.gz: 5957ecbd6e9440bc0f5df1476839f29e6523130988d050bc44727179ddcd2d0437bf9e51a5fed95d05a09335f103ea64137b5af4ffb5eba0ee44c2cbb3f2e6cc
6
+ metadata.gz: d88c8f692dce41b3e0268b7e5c307803d61a34a4335a12d7fff345b3872c52ef4c7d5b9822e6372a7d7718d686b860eecc8319f0576bb3c6356e26b32774349e
7
+ data.tar.gz: 5199c79b8d5be5520af54934fdef3706f1e80abea61d40ec7ddf1a26749dfa02012ad30bff66e0866926ed95c8763e0df0d8dab0dc38b9c4c71801f887f3f942
data/Appraisals CHANGED
@@ -18,13 +18,19 @@ when '2.3.3' then
18
18
 
19
19
  appraise 'rails516' do
20
20
  gem 'rails', '5.1.6'
21
- gem 'grape', '1.1.0'
21
+ gem 'grape', '1.2.3'
22
22
  gem 'rails-controller-testing'
23
23
  end
24
24
 
25
25
  appraise 'rails521' do
26
26
  gem 'rails', '5.2.1'
27
- gem 'grape', '1.1.0'
27
+ gem 'grape', '1.2.3'
28
+ gem 'rails-controller-testing'
29
+ end
30
+
31
+ appraise 'rails522' do
32
+ gem 'rails', '5.2.2'
33
+ gem 'grape', '1.2.3'
28
34
  gem 'rails-controller-testing'
29
35
  end
30
36
 
data/Gemfile CHANGED
@@ -4,4 +4,4 @@ gemspec
4
4
 
5
5
  gem 'appraisal', '~> 2.1'
6
6
  gem 'mocha', '~> 1.0', require: false
7
- gem 'sqlite3'
7
+ gem 'sqlite3', '~> 1.3.0'
data/Gemfile.lock CHANGED
@@ -1,50 +1,50 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ae_declarative_authorization (0.9.2)
4
+ ae_declarative_authorization (0.10.0)
5
5
  blockenspiel (~> 0.5.0)
6
6
  rails (>= 4.2.5.2, < 6)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- actioncable (5.2.2)
12
- actionpack (= 5.2.2)
11
+ actioncable (5.2.2.1)
12
+ actionpack (= 5.2.2.1)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.2)
16
- actionpack (= 5.2.2)
17
- actionview (= 5.2.2)
18
- activejob (= 5.2.2)
15
+ actionmailer (5.2.2.1)
16
+ actionpack (= 5.2.2.1)
17
+ actionview (= 5.2.2.1)
18
+ activejob (= 5.2.2.1)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.2.2)
22
- actionview (= 5.2.2)
23
- activesupport (= 5.2.2)
21
+ actionpack (5.2.2.1)
22
+ actionview (= 5.2.2.1)
23
+ activesupport (= 5.2.2.1)
24
24
  rack (~> 2.0)
25
25
  rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.2)
29
- activesupport (= 5.2.2)
28
+ actionview (5.2.2.1)
29
+ activesupport (= 5.2.2.1)
30
30
  builder (~> 3.1)
31
31
  erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.2)
35
- activesupport (= 5.2.2)
34
+ activejob (5.2.2.1)
35
+ activesupport (= 5.2.2.1)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.2.2)
38
- activesupport (= 5.2.2)
39
- activerecord (5.2.2)
40
- activemodel (= 5.2.2)
41
- activesupport (= 5.2.2)
37
+ activemodel (5.2.2.1)
38
+ activesupport (= 5.2.2.1)
39
+ activerecord (5.2.2.1)
40
+ activemodel (= 5.2.2.1)
41
+ activesupport (= 5.2.2.1)
42
42
  arel (>= 9.0)
43
- activestorage (5.2.2)
44
- actionpack (= 5.2.2)
45
- activerecord (= 5.2.2)
43
+ activestorage (5.2.2.1)
44
+ actionpack (= 5.2.2.1)
45
+ activerecord (= 5.2.2.1)
46
46
  marcel (~> 0.3.1)
47
- activesupport (5.2.2)
47
+ activesupport (5.2.2.1)
48
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
49
49
  i18n (>= 0.7, < 2)
50
50
  minitest (~> 5.1)
@@ -56,12 +56,12 @@ GEM
56
56
  arel (9.0.0)
57
57
  blockenspiel (0.5.0)
58
58
  builder (3.2.3)
59
- concurrent-ruby (1.1.3)
59
+ concurrent-ruby (1.1.5)
60
60
  crass (1.0.4)
61
- erubi (1.7.1)
62
- globalid (0.4.1)
61
+ erubi (1.8.0)
62
+ globalid (0.4.2)
63
63
  activesupport (>= 4.2.0)
64
- i18n (1.2.0)
64
+ i18n (1.6.0)
65
65
  concurrent-ruby (~> 1.0)
66
66
  loofah (2.2.3)
67
67
  crass (~> 1.0.2)
@@ -72,39 +72,39 @@ GEM
72
72
  mimemagic (~> 0.3.2)
73
73
  metaclass (0.0.4)
74
74
  method_source (0.9.2)
75
- mimemagic (0.3.2)
75
+ mimemagic (0.3.3)
76
76
  mini_mime (1.0.1)
77
- mini_portile2 (2.3.0)
77
+ mini_portile2 (2.4.0)
78
78
  minitest (5.11.3)
79
79
  mocha (1.7.0)
80
80
  metaclass (~> 0.0.1)
81
81
  nio4r (2.3.1)
82
- nokogiri (1.8.5)
83
- mini_portile2 (~> 2.3.0)
82
+ nokogiri (1.10.1)
83
+ mini_portile2 (~> 2.4.0)
84
84
  rack (2.0.6)
85
85
  rack-test (1.1.0)
86
86
  rack (>= 1.0, < 3)
87
- rails (5.2.2)
88
- actioncable (= 5.2.2)
89
- actionmailer (= 5.2.2)
90
- actionpack (= 5.2.2)
91
- actionview (= 5.2.2)
92
- activejob (= 5.2.2)
93
- activemodel (= 5.2.2)
94
- activerecord (= 5.2.2)
95
- activestorage (= 5.2.2)
96
- activesupport (= 5.2.2)
87
+ rails (5.2.2.1)
88
+ actioncable (= 5.2.2.1)
89
+ actionmailer (= 5.2.2.1)
90
+ actionpack (= 5.2.2.1)
91
+ actionview (= 5.2.2.1)
92
+ activejob (= 5.2.2.1)
93
+ activemodel (= 5.2.2.1)
94
+ activerecord (= 5.2.2.1)
95
+ activestorage (= 5.2.2.1)
96
+ activesupport (= 5.2.2.1)
97
97
  bundler (>= 1.3.0)
98
- railties (= 5.2.2)
98
+ railties (= 5.2.2.1)
99
99
  sprockets-rails (>= 2.0.0)
100
100
  rails-dom-testing (2.0.3)
101
101
  activesupport (>= 4.2.0)
102
102
  nokogiri (>= 1.6)
103
103
  rails-html-sanitizer (1.0.4)
104
104
  loofah (~> 2.2, >= 2.2.2)
105
- railties (5.2.2)
106
- actionpack (= 5.2.2)
107
- activesupport (= 5.2.2)
105
+ railties (5.2.2.1)
106
+ actionpack (= 5.2.2.1)
107
+ activesupport (= 5.2.2.1)
108
108
  method_source
109
109
  rake (>= 0.8.7)
110
110
  thor (>= 0.19.0, < 2.0)
@@ -132,7 +132,7 @@ DEPENDENCIES
132
132
  ae_declarative_authorization!
133
133
  appraisal (~> 2.1)
134
134
  mocha (~> 1.0)
135
- sqlite3
135
+ sqlite3 (~> 1.3.0)
136
136
 
137
137
  BUNDLED WITH
138
- 1.16.3
138
+ 1.17.1
@@ -4,7 +4,7 @@ source "http://rubygems.org"
4
4
 
5
5
  gem "appraisal", "~> 2.1"
6
6
  gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3"
7
+ gem "sqlite3", "~> 1.3.0"
8
8
  gem "rails", "4.2.5.2"
9
9
 
10
10
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- ae_declarative_authorization (0.8.0)
4
+ ae_declarative_authorization (0.9.2)
5
5
  blockenspiel (~> 0.5.0)
6
6
  rails (>= 4.2.5.2, < 6)
7
7
 
@@ -48,32 +48,15 @@ GEM
48
48
  rake
49
49
  thor (>= 0.14.0)
50
50
  arel (6.0.4)
51
- axiom-types (0.1.1)
52
- descendants_tracker (~> 0.0.4)
53
- ice_nine (~> 0.11.0)
54
- thread_safe (~> 0.3, >= 0.3.1)
55
51
  blockenspiel (0.5.0)
56
52
  builder (3.2.3)
57
- coercible (1.0.0)
58
- descendants_tracker (~> 0.0.1)
59
53
  concurrent-ruby (1.0.5)
60
54
  crass (1.0.4)
61
- descendants_tracker (0.0.4)
62
- thread_safe (~> 0.3, >= 0.3.1)
63
- equalizer (0.0.11)
64
55
  erubis (2.7.0)
65
56
  globalid (0.4.1)
66
57
  activesupport (>= 4.2.0)
67
- grape (1.1.0)
68
- activesupport
69
- builder
70
- mustermann-grape (~> 1.0.0)
71
- rack (>= 1.3.0)
72
- rack-accept
73
- virtus (>= 1.0.0)
74
58
  i18n (0.9.5)
75
59
  concurrent-ruby (~> 1.0)
76
- ice_nine (0.11.2)
77
60
  json (1.8.6)
78
61
  loofah (2.2.2)
79
62
  crass (~> 1.0.2)
@@ -86,14 +69,9 @@ GEM
86
69
  minitest (5.11.3)
87
70
  mocha (1.7.0)
88
71
  metaclass (~> 0.0.1)
89
- mustermann (1.0.3)
90
- mustermann-grape (1.0.0)
91
- mustermann (~> 1.0.0)
92
72
  nokogiri (1.8.4)
93
73
  mini_portile2 (~> 2.3.0)
94
74
  rack (1.6.10)
95
- rack-accept (0.4.5)
96
- rack (>= 0.4)
97
75
  rack-test (0.6.3)
98
76
  rack (>= 1.0)
99
77
  rails (4.2.5.2)
@@ -133,11 +111,6 @@ GEM
133
111
  thread_safe (0.3.6)
134
112
  tzinfo (1.2.5)
135
113
  thread_safe (~> 0.1)
136
- virtus (1.0.5)
137
- axiom-types (~> 0.1)
138
- coercible (~> 1.0)
139
- descendants_tracker (~> 0.0, >= 0.0.3)
140
- equalizer (~> 0.0, >= 0.0.9)
141
114
 
142
115
  PLATFORMS
143
116
  ruby
@@ -145,10 +118,9 @@ PLATFORMS
145
118
  DEPENDENCIES
146
119
  ae_declarative_authorization!
147
120
  appraisal (~> 2.1)
148
- grape
149
121
  mocha (~> 1.0)
150
122
  rails (= 4.2.5.2)
151
- sqlite3
123
+ sqlite3 (~> 1.3.0)
152
124
 
153
125
  BUNDLED WITH
154
- 1.16.3
126
+ 1.17.1
@@ -4,7 +4,7 @@ source "http://rubygems.org"
4
4
 
5
5
  gem "appraisal", "~> 2.1"
6
6
  gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3"
7
+ gem "sqlite3", "~> 1.3.0"
8
8
  gem "rails", "4.2.7.1"
9
9
 
10
10
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- ae_declarative_authorization (0.8.0)
4
+ ae_declarative_authorization (0.9.2)
5
5
  blockenspiel (~> 0.5.0)
6
6
  rails (>= 4.2.5.2, < 6)
7
7
 
@@ -120,7 +120,7 @@ DEPENDENCIES
120
120
  appraisal (~> 2.1)
121
121
  mocha (~> 1.0)
122
122
  rails (= 4.2.7.1)
123
- sqlite3
123
+ sqlite3 (~> 1.3.0)
124
124
 
125
125
  BUNDLED WITH
126
- 1.16.5
126
+ 1.17.1
@@ -4,9 +4,9 @@ source "http://rubygems.org"
4
4
 
5
5
  gem "appraisal", "~> 2.1"
6
6
  gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3"
7
+ gem "sqlite3", "~> 1.3.0"
8
8
  gem "rails", "5.0.7"
9
+ gem "grape", "1.1.0"
9
10
  gem "rails-controller-testing"
10
- gem 'grape', "1.1.0"
11
11
 
12
12
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- ae_declarative_authorization (0.9.0)
4
+ ae_declarative_authorization (0.9.2)
5
5
  blockenspiel (~> 0.5.0)
6
6
  rails (>= 4.2.5.2, < 6)
7
7
 
@@ -88,7 +88,7 @@ GEM
88
88
  minitest (5.11.3)
89
89
  mocha (1.7.0)
90
90
  metaclass (~> 0.0.1)
91
- mustermann (1.0.3)
91
+ mustermann (1.0.0)
92
92
  mustermann-grape (1.0.0)
93
93
  mustermann (~> 1.0.0)
94
94
  nio4r (2.3.1)
@@ -158,7 +158,7 @@ DEPENDENCIES
158
158
  mocha (~> 1.0)
159
159
  rails (= 5.0.7)
160
160
  rails-controller-testing
161
- sqlite3
161
+ sqlite3 (~> 1.3.0)
162
162
 
163
163
  BUNDLED WITH
164
- 1.16.3
164
+ 1.17.1
@@ -4,9 +4,9 @@ source "http://rubygems.org"
4
4
 
5
5
  gem "appraisal", "~> 2.1"
6
6
  gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3"
7
+ gem "sqlite3", "~> 1.3.0"
8
8
  gem "rails", "5.1.6"
9
+ gem "grape", "1.2.3"
9
10
  gem "rails-controller-testing"
10
- gem 'grape', "1.1.0"
11
11
 
12
12
  gemspec path: "../"
@@ -0,0 +1,164 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ ae_declarative_authorization (0.9.2)
5
+ blockenspiel (~> 0.5.0)
6
+ rails (>= 4.2.5.2, < 6)
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ actioncable (5.1.6)
12
+ actionpack (= 5.1.6)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.1.6)
16
+ actionpack (= 5.1.6)
17
+ actionview (= 5.1.6)
18
+ activejob (= 5.1.6)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.1.6)
22
+ actionview (= 5.1.6)
23
+ activesupport (= 5.1.6)
24
+ rack (~> 2.0)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.1.6)
29
+ activesupport (= 5.1.6)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.1.6)
35
+ activesupport (= 5.1.6)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.1.6)
38
+ activesupport (= 5.1.6)
39
+ activerecord (5.1.6)
40
+ activemodel (= 5.1.6)
41
+ activesupport (= 5.1.6)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.6)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (>= 0.7, < 2)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ appraisal (2.2.0)
49
+ bundler
50
+ rake
51
+ thor (>= 0.14.0)
52
+ arel (8.0.0)
53
+ axiom-types (0.1.1)
54
+ descendants_tracker (~> 0.0.4)
55
+ ice_nine (~> 0.11.0)
56
+ thread_safe (~> 0.3, >= 0.3.1)
57
+ blockenspiel (0.5.0)
58
+ builder (3.2.3)
59
+ coercible (1.0.0)
60
+ descendants_tracker (~> 0.0.1)
61
+ concurrent-ruby (1.1.4)
62
+ crass (1.0.4)
63
+ descendants_tracker (0.0.4)
64
+ thread_safe (~> 0.3, >= 0.3.1)
65
+ equalizer (0.0.11)
66
+ erubi (1.8.0)
67
+ globalid (0.4.2)
68
+ activesupport (>= 4.2.0)
69
+ grape (1.2.3)
70
+ activesupport
71
+ builder
72
+ mustermann-grape (~> 1.0.0)
73
+ rack (>= 1.3.0)
74
+ rack-accept
75
+ virtus (>= 1.0.0)
76
+ i18n (1.5.3)
77
+ concurrent-ruby (~> 1.0)
78
+ ice_nine (0.11.2)
79
+ loofah (2.2.3)
80
+ crass (~> 1.0.2)
81
+ nokogiri (>= 1.5.9)
82
+ mail (2.7.1)
83
+ mini_mime (>= 0.1.1)
84
+ metaclass (0.0.4)
85
+ method_source (0.9.2)
86
+ mini_mime (1.0.1)
87
+ mini_portile2 (2.4.0)
88
+ minitest (5.11.3)
89
+ mocha (1.8.0)
90
+ metaclass (~> 0.0.1)
91
+ mustermann (1.0.0)
92
+ mustermann-grape (1.0.0)
93
+ mustermann (~> 1.0.0)
94
+ nio4r (2.3.1)
95
+ nokogiri (1.10.1)
96
+ mini_portile2 (~> 2.4.0)
97
+ rack (2.0.6)
98
+ rack-accept (0.4.5)
99
+ rack (>= 0.4)
100
+ rack-test (1.1.0)
101
+ rack (>= 1.0, < 3)
102
+ rails (5.1.6)
103
+ actioncable (= 5.1.6)
104
+ actionmailer (= 5.1.6)
105
+ actionpack (= 5.1.6)
106
+ actionview (= 5.1.6)
107
+ activejob (= 5.1.6)
108
+ activemodel (= 5.1.6)
109
+ activerecord (= 5.1.6)
110
+ activesupport (= 5.1.6)
111
+ bundler (>= 1.3.0)
112
+ railties (= 5.1.6)
113
+ sprockets-rails (>= 2.0.0)
114
+ rails-controller-testing (1.0.2)
115
+ actionpack (~> 5.x, >= 5.0.1)
116
+ actionview (~> 5.x, >= 5.0.1)
117
+ activesupport (~> 5.x)
118
+ rails-dom-testing (2.0.3)
119
+ activesupport (>= 4.2.0)
120
+ nokogiri (>= 1.6)
121
+ rails-html-sanitizer (1.0.4)
122
+ loofah (~> 2.2, >= 2.2.2)
123
+ railties (5.1.6)
124
+ actionpack (= 5.1.6)
125
+ activesupport (= 5.1.6)
126
+ method_source
127
+ rake (>= 0.8.7)
128
+ thor (>= 0.18.1, < 2.0)
129
+ rake (12.3.2)
130
+ sprockets (3.7.2)
131
+ concurrent-ruby (~> 1.0)
132
+ rack (> 1, < 3)
133
+ sprockets-rails (3.2.1)
134
+ actionpack (>= 4.0)
135
+ activesupport (>= 4.0)
136
+ sprockets (>= 3.0.0)
137
+ sqlite3 (1.3.13)
138
+ thor (0.20.3)
139
+ thread_safe (0.3.6)
140
+ tzinfo (1.2.5)
141
+ thread_safe (~> 0.1)
142
+ virtus (1.0.5)
143
+ axiom-types (~> 0.1)
144
+ coercible (~> 1.0)
145
+ descendants_tracker (~> 0.0, >= 0.0.3)
146
+ equalizer (~> 0.0, >= 0.0.9)
147
+ websocket-driver (0.6.5)
148
+ websocket-extensions (>= 0.1.0)
149
+ websocket-extensions (0.1.3)
150
+
151
+ PLATFORMS
152
+ ruby
153
+
154
+ DEPENDENCIES
155
+ ae_declarative_authorization!
156
+ appraisal (~> 2.1)
157
+ grape (= 1.2.3)
158
+ mocha (~> 1.0)
159
+ rails (= 5.1.6)
160
+ rails-controller-testing
161
+ sqlite3 (~> 1.3.0)
162
+
163
+ BUNDLED WITH
164
+ 1.17.1