ae_declarative_authorization 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/Appraisals +5 -13
  3. data/Gemfile.lock +1 -1
  4. data/gemfiles/{rails507.gemfile → ruby_2.3.3_rails507.gemfile} +0 -0
  5. data/gemfiles/{rails507.gemfile.lock → ruby_2.3.3_rails507.gemfile.lock} +15 -15
  6. data/gemfiles/{rails516.gemfile → ruby_2.3.3_rails516.gemfile} +0 -0
  7. data/gemfiles/{rails516.gemfile.lock → ruby_2.3.3_rails516.gemfile.lock} +4 -4
  8. data/gemfiles/{rails521.gemfile → ruby_2.3.3_rails521.gemfile} +0 -0
  9. data/gemfiles/{rails521.gemfile.lock → ruby_2.3.3_rails521.gemfile.lock} +17 -17
  10. data/gemfiles/{rails522.gemfile → ruby_2.3.3_rails522.gemfile} +0 -0
  11. data/gemfiles/{rails522.gemfile.lock → ruby_2.3.3_rails522.gemfile.lock} +4 -4
  12. data/gemfiles/ruby_2.5.3_rails507.gemfile +12 -0
  13. data/gemfiles/ruby_2.5.3_rails507.gemfile.lock +164 -0
  14. data/gemfiles/ruby_2.5.3_rails516.gemfile +12 -0
  15. data/gemfiles/ruby_2.5.3_rails516.gemfile.lock +164 -0
  16. data/gemfiles/ruby_2.5.3_rails521.gemfile +12 -0
  17. data/gemfiles/ruby_2.5.3_rails521.gemfile.lock +172 -0
  18. data/gemfiles/ruby_2.5.3_rails522.gemfile +12 -0
  19. data/gemfiles/ruby_2.5.3_rails522.gemfile.lock +172 -0
  20. data/gemfiles/ruby_2.6.2_rails507.gemfile +12 -0
  21. data/gemfiles/ruby_2.6.2_rails507.gemfile.lock +164 -0
  22. data/gemfiles/ruby_2.6.2_rails516.gemfile +12 -0
  23. data/gemfiles/ruby_2.6.2_rails516.gemfile.lock +164 -0
  24. data/gemfiles/ruby_2.6.2_rails521.gemfile +12 -0
  25. data/gemfiles/ruby_2.6.2_rails521.gemfile.lock +172 -0
  26. data/gemfiles/ruby_2.6.2_rails522.gemfile +12 -0
  27. data/gemfiles/ruby_2.6.2_rails522.gemfile.lock +172 -0
  28. data/lib/declarative_authorization/controller/dsl.rb +3 -3
  29. data/lib/declarative_authorization/version.rb +1 -1
  30. data/log/test.log +29416 -0
  31. data/pkg/ae_declarative_authorization-0.10.0.gem +0 -0
  32. data/test/profiles/access_checking +36 -0
  33. metadata +27 -14
  34. data/gemfiles/rails4252.gemfile +0 -10
  35. data/gemfiles/rails4252.gemfile.lock +0 -126
  36. data/gemfiles/rails4271.gemfile +0 -10
  37. data/gemfiles/rails4271.gemfile.lock +0 -126
@@ -62,3 +62,39 @@ UsersController
62
62
  ParamsBlockArityTest::ParamsBlockArityTestController
63
63
  UsersController
64
64
  ParamsBlockArityTest::ParamsBlockArityTestController
65
+ UsersController
66
+ ParamsBlockArityTest::ParamsBlockArityTestController
67
+ UsersController
68
+ ParamsBlockArityTest::ParamsBlockArityTestController
69
+ UsersController
70
+ ParamsBlockArityTest::ParamsBlockArityTestController
71
+ UsersController
72
+ ParamsBlockArityTest::ParamsBlockArityTestController
73
+ UsersController
74
+ ParamsBlockArityTest::ParamsBlockArityTestController
75
+ UsersController
76
+ ParamsBlockArityTest::ParamsBlockArityTestController
77
+ UsersController
78
+ ParamsBlockArityTest::ParamsBlockArityTestController
79
+ UsersController
80
+ ParamsBlockArityTest::ParamsBlockArityTestController
81
+ UsersController
82
+ ParamsBlockArityTest::ParamsBlockArityTestController
83
+ UsersController
84
+ ParamsBlockArityTest::ParamsBlockArityTestController
85
+ UsersController
86
+ ParamsBlockArityTest::ParamsBlockArityTestController
87
+ UsersController
88
+ ParamsBlockArityTest::ParamsBlockArityTestController
89
+ UsersController
90
+ ParamsBlockArityTest::ParamsBlockArityTestController
91
+ UsersController
92
+ ParamsBlockArityTest::ParamsBlockArityTestController
93
+ UsersController
94
+ ParamsBlockArityTest::ParamsBlockArityTestController
95
+ UsersController
96
+ ParamsBlockArityTest::ParamsBlockArityTestController
97
+ UsersController
98
+ ParamsBlockArityTest::ParamsBlockArityTestController
99
+ UsersController
100
+ ParamsBlockArityTest::ParamsBlockArityTestController
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_declarative_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-04-11 00:00:00.000000000 Z
12
+ date: 2019-04-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blockenspiel
@@ -62,18 +62,30 @@ files:
62
62
  - Rakefile
63
63
  - authorization_rules.dist.rb
64
64
  - declarative_authorization.gemspec
65
- - gemfiles/rails4252.gemfile
66
- - gemfiles/rails4252.gemfile.lock
67
- - gemfiles/rails4271.gemfile
68
- - gemfiles/rails4271.gemfile.lock
69
- - gemfiles/rails507.gemfile
70
- - gemfiles/rails507.gemfile.lock
71
- - gemfiles/rails516.gemfile
72
- - gemfiles/rails516.gemfile.lock
73
- - gemfiles/rails521.gemfile
74
- - gemfiles/rails521.gemfile.lock
75
- - gemfiles/rails522.gemfile
76
- - gemfiles/rails522.gemfile.lock
65
+ - gemfiles/ruby_2.3.3_rails507.gemfile
66
+ - gemfiles/ruby_2.3.3_rails507.gemfile.lock
67
+ - gemfiles/ruby_2.3.3_rails516.gemfile
68
+ - gemfiles/ruby_2.3.3_rails516.gemfile.lock
69
+ - gemfiles/ruby_2.3.3_rails521.gemfile
70
+ - gemfiles/ruby_2.3.3_rails521.gemfile.lock
71
+ - gemfiles/ruby_2.3.3_rails522.gemfile
72
+ - gemfiles/ruby_2.3.3_rails522.gemfile.lock
73
+ - gemfiles/ruby_2.5.3_rails507.gemfile
74
+ - gemfiles/ruby_2.5.3_rails507.gemfile.lock
75
+ - gemfiles/ruby_2.5.3_rails516.gemfile
76
+ - gemfiles/ruby_2.5.3_rails516.gemfile.lock
77
+ - gemfiles/ruby_2.5.3_rails521.gemfile
78
+ - gemfiles/ruby_2.5.3_rails521.gemfile.lock
79
+ - gemfiles/ruby_2.5.3_rails522.gemfile
80
+ - gemfiles/ruby_2.5.3_rails522.gemfile.lock
81
+ - gemfiles/ruby_2.6.2_rails507.gemfile
82
+ - gemfiles/ruby_2.6.2_rails507.gemfile.lock
83
+ - gemfiles/ruby_2.6.2_rails516.gemfile
84
+ - gemfiles/ruby_2.6.2_rails516.gemfile.lock
85
+ - gemfiles/ruby_2.6.2_rails521.gemfile
86
+ - gemfiles/ruby_2.6.2_rails521.gemfile.lock
87
+ - gemfiles/ruby_2.6.2_rails522.gemfile
88
+ - gemfiles/ruby_2.6.2_rails522.gemfile.lock
77
89
  - init.rb
78
90
  - lib/declarative_authorization.rb
79
91
  - lib/declarative_authorization/authorization.rb
@@ -95,6 +107,7 @@ files:
95
107
  - lib/generators/authorization/rules/templates/authorization_rules.rb
96
108
  - lib/tasks/authorization_tasks.rake
97
109
  - log/test.log
110
+ - pkg/ae_declarative_authorization-0.10.0.gem
98
111
  - pkg/ae_declarative_authorization-0.9.0.gem
99
112
  - pkg/ae_declarative_authorization-0.9.0.tim1.gem
100
113
  - pkg/ae_declarative_authorization-0.9.1.gem
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal", "~> 2.1"
6
- gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3", "~> 1.3.0"
8
- gem "rails", "4.2.5.2"
9
-
10
- gemspec path: "../"
@@ -1,126 +0,0 @@
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
- actionmailer (4.2.5.2)
12
- actionpack (= 4.2.5.2)
13
- actionview (= 4.2.5.2)
14
- activejob (= 4.2.5.2)
15
- mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.5.2)
18
- actionview (= 4.2.5.2)
19
- activesupport (= 4.2.5.2)
20
- rack (~> 1.6)
21
- rack-test (~> 0.6.2)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.5.2)
25
- activesupport (= 4.2.5.2)
26
- builder (~> 3.1)
27
- erubis (~> 2.7.0)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.5.2)
31
- activesupport (= 4.2.5.2)
32
- globalid (>= 0.3.0)
33
- activemodel (4.2.5.2)
34
- activesupport (= 4.2.5.2)
35
- builder (~> 3.1)
36
- activerecord (4.2.5.2)
37
- activemodel (= 4.2.5.2)
38
- activesupport (= 4.2.5.2)
39
- arel (~> 6.0)
40
- activesupport (4.2.5.2)
41
- i18n (~> 0.7)
42
- json (~> 1.7, >= 1.7.7)
43
- minitest (~> 5.1)
44
- thread_safe (~> 0.3, >= 0.3.4)
45
- tzinfo (~> 1.1)
46
- appraisal (2.2.0)
47
- bundler
48
- rake
49
- thor (>= 0.14.0)
50
- arel (6.0.4)
51
- blockenspiel (0.5.0)
52
- builder (3.2.3)
53
- concurrent-ruby (1.0.5)
54
- crass (1.0.4)
55
- erubis (2.7.0)
56
- globalid (0.4.1)
57
- activesupport (>= 4.2.0)
58
- i18n (0.9.5)
59
- concurrent-ruby (~> 1.0)
60
- json (1.8.6)
61
- loofah (2.2.2)
62
- crass (~> 1.0.2)
63
- nokogiri (>= 1.5.9)
64
- mail (2.7.0)
65
- mini_mime (>= 0.1.1)
66
- metaclass (0.0.4)
67
- mini_mime (1.0.1)
68
- mini_portile2 (2.3.0)
69
- minitest (5.11.3)
70
- mocha (1.7.0)
71
- metaclass (~> 0.0.1)
72
- nokogiri (1.8.4)
73
- mini_portile2 (~> 2.3.0)
74
- rack (1.6.10)
75
- rack-test (0.6.3)
76
- rack (>= 1.0)
77
- rails (4.2.5.2)
78
- actionmailer (= 4.2.5.2)
79
- actionpack (= 4.2.5.2)
80
- actionview (= 4.2.5.2)
81
- activejob (= 4.2.5.2)
82
- activemodel (= 4.2.5.2)
83
- activerecord (= 4.2.5.2)
84
- activesupport (= 4.2.5.2)
85
- bundler (>= 1.3.0, < 2.0)
86
- railties (= 4.2.5.2)
87
- sprockets-rails
88
- rails-deprecated_sanitizer (1.0.3)
89
- activesupport (>= 4.2.0.alpha)
90
- rails-dom-testing (1.0.9)
91
- activesupport (>= 4.2.0, < 5.0)
92
- nokogiri (~> 1.6)
93
- rails-deprecated_sanitizer (>= 1.0.1)
94
- rails-html-sanitizer (1.0.4)
95
- loofah (~> 2.2, >= 2.2.2)
96
- railties (4.2.5.2)
97
- actionpack (= 4.2.5.2)
98
- activesupport (= 4.2.5.2)
99
- rake (>= 0.8.7)
100
- thor (>= 0.18.1, < 2.0)
101
- rake (12.3.1)
102
- sprockets (3.7.2)
103
- concurrent-ruby (~> 1.0)
104
- rack (> 1, < 3)
105
- sprockets-rails (3.2.1)
106
- actionpack (>= 4.0)
107
- activesupport (>= 4.0)
108
- sprockets (>= 3.0.0)
109
- sqlite3 (1.3.13)
110
- thor (0.20.0)
111
- thread_safe (0.3.6)
112
- tzinfo (1.2.5)
113
- thread_safe (~> 0.1)
114
-
115
- PLATFORMS
116
- ruby
117
-
118
- DEPENDENCIES
119
- ae_declarative_authorization!
120
- appraisal (~> 2.1)
121
- mocha (~> 1.0)
122
- rails (= 4.2.5.2)
123
- sqlite3 (~> 1.3.0)
124
-
125
- BUNDLED WITH
126
- 1.17.1
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal", "~> 2.1"
6
- gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3", "~> 1.3.0"
8
- gem "rails", "4.2.7.1"
9
-
10
- gemspec path: "../"
@@ -1,126 +0,0 @@
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
- actionmailer (4.2.7.1)
12
- actionpack (= 4.2.7.1)
13
- actionview (= 4.2.7.1)
14
- activejob (= 4.2.7.1)
15
- mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.7.1)
18
- actionview (= 4.2.7.1)
19
- activesupport (= 4.2.7.1)
20
- rack (~> 1.6)
21
- rack-test (~> 0.6.2)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.7.1)
25
- activesupport (= 4.2.7.1)
26
- builder (~> 3.1)
27
- erubis (~> 2.7.0)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.7.1)
31
- activesupport (= 4.2.7.1)
32
- globalid (>= 0.3.0)
33
- activemodel (4.2.7.1)
34
- activesupport (= 4.2.7.1)
35
- builder (~> 3.1)
36
- activerecord (4.2.7.1)
37
- activemodel (= 4.2.7.1)
38
- activesupport (= 4.2.7.1)
39
- arel (~> 6.0)
40
- activesupport (4.2.7.1)
41
- i18n (~> 0.7)
42
- json (~> 1.7, >= 1.7.7)
43
- minitest (~> 5.1)
44
- thread_safe (~> 0.3, >= 0.3.4)
45
- tzinfo (~> 1.1)
46
- appraisal (2.2.0)
47
- bundler
48
- rake
49
- thor (>= 0.14.0)
50
- arel (6.0.4)
51
- blockenspiel (0.5.0)
52
- builder (3.2.3)
53
- concurrent-ruby (1.0.5)
54
- crass (1.0.4)
55
- erubis (2.7.0)
56
- globalid (0.4.1)
57
- activesupport (>= 4.2.0)
58
- i18n (0.9.5)
59
- concurrent-ruby (~> 1.0)
60
- json (1.8.6)
61
- loofah (2.2.2)
62
- crass (~> 1.0.2)
63
- nokogiri (>= 1.5.9)
64
- mail (2.7.0)
65
- mini_mime (>= 0.1.1)
66
- metaclass (0.0.4)
67
- mini_mime (1.0.1)
68
- mini_portile2 (2.3.0)
69
- minitest (5.11.3)
70
- mocha (1.7.0)
71
- metaclass (~> 0.0.1)
72
- nokogiri (1.8.4)
73
- mini_portile2 (~> 2.3.0)
74
- rack (1.6.10)
75
- rack-test (0.6.3)
76
- rack (>= 1.0)
77
- rails (4.2.7.1)
78
- actionmailer (= 4.2.7.1)
79
- actionpack (= 4.2.7.1)
80
- actionview (= 4.2.7.1)
81
- activejob (= 4.2.7.1)
82
- activemodel (= 4.2.7.1)
83
- activerecord (= 4.2.7.1)
84
- activesupport (= 4.2.7.1)
85
- bundler (>= 1.3.0, < 2.0)
86
- railties (= 4.2.7.1)
87
- sprockets-rails
88
- rails-deprecated_sanitizer (1.0.3)
89
- activesupport (>= 4.2.0.alpha)
90
- rails-dom-testing (1.0.9)
91
- activesupport (>= 4.2.0, < 5.0)
92
- nokogiri (~> 1.6)
93
- rails-deprecated_sanitizer (>= 1.0.1)
94
- rails-html-sanitizer (1.0.4)
95
- loofah (~> 2.2, >= 2.2.2)
96
- railties (4.2.7.1)
97
- actionpack (= 4.2.7.1)
98
- activesupport (= 4.2.7.1)
99
- rake (>= 0.8.7)
100
- thor (>= 0.18.1, < 2.0)
101
- rake (12.3.1)
102
- sprockets (3.7.2)
103
- concurrent-ruby (~> 1.0)
104
- rack (> 1, < 3)
105
- sprockets-rails (3.2.1)
106
- actionpack (>= 4.0)
107
- activesupport (>= 4.0)
108
- sprockets (>= 3.0.0)
109
- sqlite3 (1.3.13)
110
- thor (0.20.0)
111
- thread_safe (0.3.6)
112
- tzinfo (1.2.5)
113
- thread_safe (~> 0.1)
114
-
115
- PLATFORMS
116
- ruby
117
-
118
- DEPENDENCIES
119
- ae_declarative_authorization!
120
- appraisal (~> 2.1)
121
- mocha (~> 1.0)
122
- rails (= 4.2.7.1)
123
- sqlite3 (~> 1.3.0)
124
-
125
- BUNDLED WITH
126
- 1.17.1