rails-acu 3.0.1 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -0
- data/Gemfile.lock +105 -93
- data/lib/acu/version.rb +1 -1
- data/rails-acu.gemspec +2 -2
- data/spec/dummy/config/initializers/new_framework_defaults.rb +4 -1
- metadata +3 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 123859955ecca0946fcf6fa035b496cfa33288b2
|
4
|
+
data.tar.gz: f40b6bffd605127cdc3670385c22e160f0282f3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ff706de1febaa671c88d7d71c757645f5ef1dd12891b994117ccd1da1a077f1a1098009dc7a3708f2159ddc30b5fa90c29b481f62fb85e233868da2775ad65d
|
7
|
+
data.tar.gz: a68cec0ae7ffcebe783c5102064141f52dce64cb3d29fcc450fc324da1f2b2595815d6582ad9aa4190f8180cb121c388c61ce92a2d039ce953236bfa798e812d
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,157 +1,166 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/awesome-print/awesome_print.git
|
3
|
-
revision:
|
3
|
+
revision: 2c706373b664339026f70086f0aa51f452b74756
|
4
4
|
specs:
|
5
|
-
awesome_print (1.
|
5
|
+
awesome_print (1.8.0)
|
6
6
|
|
7
7
|
PATH
|
8
8
|
remote: .
|
9
9
|
specs:
|
10
|
-
rails-acu (3.0.
|
11
|
-
rails (~> 5.
|
10
|
+
rails-acu (3.0.2)
|
11
|
+
rails (~> 5.2.0)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
actioncable (5.0
|
17
|
-
actionpack (= 5.0
|
18
|
-
nio4r (
|
19
|
-
websocket-driver (
|
20
|
-
actionmailer (5.0
|
21
|
-
actionpack (= 5.0
|
22
|
-
actionview (= 5.0
|
23
|
-
activejob (= 5.0
|
16
|
+
actioncable (5.2.0)
|
17
|
+
actionpack (= 5.2.0)
|
18
|
+
nio4r (~> 2.0)
|
19
|
+
websocket-driver (>= 0.6.1)
|
20
|
+
actionmailer (5.2.0)
|
21
|
+
actionpack (= 5.2.0)
|
22
|
+
actionview (= 5.2.0)
|
23
|
+
activejob (= 5.2.0)
|
24
24
|
mail (~> 2.5, >= 2.5.4)
|
25
25
|
rails-dom-testing (~> 2.0)
|
26
|
-
actionpack (5.0
|
27
|
-
actionview (= 5.0
|
28
|
-
activesupport (= 5.0
|
26
|
+
actionpack (5.2.0)
|
27
|
+
actionview (= 5.2.0)
|
28
|
+
activesupport (= 5.2.0)
|
29
29
|
rack (~> 2.0)
|
30
|
-
rack-test (
|
30
|
+
rack-test (>= 0.6.3)
|
31
31
|
rails-dom-testing (~> 2.0)
|
32
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
33
|
-
actionview (5.0
|
34
|
-
activesupport (= 5.0
|
33
|
+
actionview (5.2.0)
|
34
|
+
activesupport (= 5.2.0)
|
35
35
|
builder (~> 3.1)
|
36
|
-
|
36
|
+
erubi (~> 1.4)
|
37
37
|
rails-dom-testing (~> 2.0)
|
38
38
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
39
|
-
activejob (5.0
|
40
|
-
activesupport (= 5.0
|
39
|
+
activejob (5.2.0)
|
40
|
+
activesupport (= 5.2.0)
|
41
41
|
globalid (>= 0.3.6)
|
42
|
-
activemodel (5.0
|
43
|
-
activesupport (= 5.0
|
44
|
-
activerecord (5.0
|
45
|
-
activemodel (= 5.0
|
46
|
-
activesupport (= 5.0
|
47
|
-
arel (
|
48
|
-
|
42
|
+
activemodel (5.2.0)
|
43
|
+
activesupport (= 5.2.0)
|
44
|
+
activerecord (5.2.0)
|
45
|
+
activemodel (= 5.2.0)
|
46
|
+
activesupport (= 5.2.0)
|
47
|
+
arel (>= 9.0)
|
48
|
+
activestorage (5.2.0)
|
49
|
+
actionpack (= 5.2.0)
|
50
|
+
activerecord (= 5.2.0)
|
51
|
+
marcel (~> 0.3.1)
|
52
|
+
activesupport (5.2.0)
|
49
53
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
50
|
-
i18n (
|
54
|
+
i18n (>= 0.7, < 2)
|
51
55
|
minitest (~> 5.1)
|
52
56
|
tzinfo (~> 1.1)
|
53
|
-
arel (
|
57
|
+
arel (9.0.0)
|
54
58
|
bcrypt (3.1.11)
|
55
59
|
builder (3.2.3)
|
56
|
-
byebug (
|
60
|
+
byebug (10.0.2)
|
57
61
|
concurrent-ruby (1.0.5)
|
58
|
-
|
62
|
+
crass (1.0.4)
|
63
|
+
devise (4.4.3)
|
59
64
|
bcrypt (~> 3.0)
|
60
65
|
orm_adapter (~> 0.1)
|
61
|
-
railties (>= 4.1.0, <
|
66
|
+
railties (>= 4.1.0, < 6.0)
|
62
67
|
responders
|
63
68
|
warden (~> 1.2.3)
|
64
69
|
diff-lcs (1.3)
|
65
|
-
|
66
|
-
globalid (0.4.
|
70
|
+
erubi (1.7.1)
|
71
|
+
globalid (0.4.1)
|
67
72
|
activesupport (>= 4.2.0)
|
68
|
-
i18n (0.
|
69
|
-
|
73
|
+
i18n (1.0.1)
|
74
|
+
concurrent-ruby (~> 1.0)
|
75
|
+
jquery-rails (4.3.3)
|
70
76
|
rails-dom-testing (>= 1, < 3)
|
71
77
|
railties (>= 4.2.0)
|
72
78
|
thor (>= 0.14, < 2.0)
|
73
|
-
loofah (2.
|
79
|
+
loofah (2.2.2)
|
80
|
+
crass (~> 1.0.2)
|
74
81
|
nokogiri (>= 1.5.9)
|
75
|
-
mail (2.
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
82
|
+
mail (2.7.0)
|
83
|
+
mini_mime (>= 0.1.1)
|
84
|
+
marcel (0.3.2)
|
85
|
+
mimemagic (~> 0.3.2)
|
86
|
+
method_source (0.9.0)
|
87
|
+
mimemagic (0.3.2)
|
88
|
+
mini_mime (1.0.0)
|
89
|
+
mini_portile2 (2.3.0)
|
90
|
+
minitest (5.11.3)
|
91
|
+
nio4r (2.3.1)
|
92
|
+
nokogiri (1.8.2)
|
93
|
+
mini_portile2 (~> 2.3.0)
|
86
94
|
orm_adapter (0.5.0)
|
87
|
-
rack (2.0.
|
88
|
-
rack-test (0.
|
89
|
-
rack (>= 1.0)
|
90
|
-
rails (5.0
|
91
|
-
actioncable (= 5.0
|
92
|
-
actionmailer (= 5.0
|
93
|
-
actionpack (= 5.0
|
94
|
-
actionview (= 5.0
|
95
|
-
activejob (= 5.0
|
96
|
-
activemodel (= 5.0
|
97
|
-
activerecord (= 5.0
|
98
|
-
|
99
|
-
|
100
|
-
|
95
|
+
rack (2.0.5)
|
96
|
+
rack-test (1.0.0)
|
97
|
+
rack (>= 1.0, < 3)
|
98
|
+
rails (5.2.0)
|
99
|
+
actioncable (= 5.2.0)
|
100
|
+
actionmailer (= 5.2.0)
|
101
|
+
actionpack (= 5.2.0)
|
102
|
+
actionview (= 5.2.0)
|
103
|
+
activejob (= 5.2.0)
|
104
|
+
activemodel (= 5.2.0)
|
105
|
+
activerecord (= 5.2.0)
|
106
|
+
activestorage (= 5.2.0)
|
107
|
+
activesupport (= 5.2.0)
|
108
|
+
bundler (>= 1.3.0)
|
109
|
+
railties (= 5.2.0)
|
101
110
|
sprockets-rails (>= 2.0.0)
|
102
|
-
rails-controller-testing (1.0.
|
103
|
-
actionpack (~> 5.x)
|
104
|
-
actionview (~> 5.x)
|
111
|
+
rails-controller-testing (1.0.2)
|
112
|
+
actionpack (~> 5.x, >= 5.0.1)
|
113
|
+
actionview (~> 5.x, >= 5.0.1)
|
105
114
|
activesupport (~> 5.x)
|
106
|
-
rails-dom-testing (2.0.
|
107
|
-
activesupport (>= 4.2.0
|
108
|
-
nokogiri (
|
109
|
-
rails-html-sanitizer (1.0.
|
110
|
-
loofah (~> 2.
|
111
|
-
railties (5.0
|
112
|
-
actionpack (= 5.0
|
113
|
-
activesupport (= 5.0
|
115
|
+
rails-dom-testing (2.0.3)
|
116
|
+
activesupport (>= 4.2.0)
|
117
|
+
nokogiri (>= 1.6)
|
118
|
+
rails-html-sanitizer (1.0.4)
|
119
|
+
loofah (~> 2.2, >= 2.2.2)
|
120
|
+
railties (5.2.0)
|
121
|
+
actionpack (= 5.2.0)
|
122
|
+
activesupport (= 5.2.0)
|
114
123
|
method_source
|
115
124
|
rake (>= 0.8.7)
|
116
125
|
thor (>= 0.18.1, < 2.0)
|
117
|
-
rake (12.
|
126
|
+
rake (12.3.1)
|
118
127
|
responders (2.4.0)
|
119
128
|
actionpack (>= 4.2.0, < 5.3)
|
120
129
|
railties (>= 4.2.0, < 5.3)
|
121
|
-
rspec-core (3.
|
122
|
-
rspec-support (~> 3.
|
123
|
-
rspec-expectations (3.
|
130
|
+
rspec-core (3.7.1)
|
131
|
+
rspec-support (~> 3.7.0)
|
132
|
+
rspec-expectations (3.7.0)
|
124
133
|
diff-lcs (>= 1.2.0, < 2.0)
|
125
|
-
rspec-support (~> 3.
|
126
|
-
rspec-mocks (3.
|
134
|
+
rspec-support (~> 3.7.0)
|
135
|
+
rspec-mocks (3.7.0)
|
127
136
|
diff-lcs (>= 1.2.0, < 2.0)
|
128
|
-
rspec-support (~> 3.
|
129
|
-
rspec-rails (3.
|
137
|
+
rspec-support (~> 3.7.0)
|
138
|
+
rspec-rails (3.7.2)
|
130
139
|
actionpack (>= 3.0)
|
131
140
|
activesupport (>= 3.0)
|
132
141
|
railties (>= 3.0)
|
133
|
-
rspec-core (~> 3.
|
134
|
-
rspec-expectations (~> 3.
|
135
|
-
rspec-mocks (~> 3.
|
136
|
-
rspec-support (~> 3.
|
137
|
-
rspec-support (3.
|
142
|
+
rspec-core (~> 3.7.0)
|
143
|
+
rspec-expectations (~> 3.7.0)
|
144
|
+
rspec-mocks (~> 3.7.0)
|
145
|
+
rspec-support (~> 3.7.0)
|
146
|
+
rspec-support (3.7.1)
|
138
147
|
sprockets (3.7.1)
|
139
148
|
concurrent-ruby (~> 1.0)
|
140
149
|
rack (> 1, < 3)
|
141
|
-
sprockets-rails (3.2.
|
150
|
+
sprockets-rails (3.2.1)
|
142
151
|
actionpack (>= 4.0)
|
143
152
|
activesupport (>= 4.0)
|
144
153
|
sprockets (>= 3.0.0)
|
145
154
|
sqlite3 (1.3.13)
|
146
|
-
thor (0.
|
155
|
+
thor (0.20.0)
|
147
156
|
thread_safe (0.3.6)
|
148
|
-
tzinfo (1.2.
|
157
|
+
tzinfo (1.2.5)
|
149
158
|
thread_safe (~> 0.1)
|
150
159
|
warden (1.2.7)
|
151
160
|
rack (>= 1.0)
|
152
|
-
websocket-driver (0.
|
161
|
+
websocket-driver (0.7.0)
|
153
162
|
websocket-extensions (>= 0.1.0)
|
154
|
-
websocket-extensions (0.1.
|
163
|
+
websocket-extensions (0.1.3)
|
155
164
|
|
156
165
|
PLATFORMS
|
157
166
|
ruby
|
@@ -166,5 +175,8 @@ DEPENDENCIES
|
|
166
175
|
rspec-rails (~> 3.5)
|
167
176
|
sqlite3
|
168
177
|
|
178
|
+
RUBY VERSION
|
179
|
+
ruby 2.4.1p111
|
180
|
+
|
169
181
|
BUNDLED WITH
|
170
|
-
1.
|
182
|
+
1.16.1
|
data/lib/acu/version.rb
CHANGED
data/rails-acu.gemspec
CHANGED
@@ -17,8 +17,11 @@ ActiveSupport.to_time_preserves_timezone = true
|
|
17
17
|
# Require `belongs_to` associations by default. Previous versions had false.
|
18
18
|
Rails.application.config.active_record.belongs_to_required_by_default = true
|
19
19
|
|
20
|
+
# suppress depricating waring for sqlite3
|
21
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
22
|
+
|
20
23
|
# Do not halt callback chains when a callback returns false. Previous versions had true.
|
21
|
-
ActiveSupport.halt_callback_chains_on_return_false = false
|
24
|
+
# ActiveSupport.halt_callback_chains_on_return_false = false
|
22
25
|
|
23
26
|
# Configure SSL options to enable HSTS with subdomains. Previous versions had false.
|
24
27
|
Rails.application.config.ssl_options = { hsts: { subdomains: true } }
|
metadata
CHANGED
@@ -1,22 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-acu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dariush Hasanpour
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 5.0.0
|
20
17
|
- - ">="
|
21
18
|
- !ruby/object:Gem::Version
|
22
19
|
version: 5.0.0
|
@@ -24,9 +21,6 @@ dependencies:
|
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
|
-
- - "~>"
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: 5.0.0
|
30
24
|
- - ">="
|
31
25
|
- !ruby/object:Gem::Version
|
32
26
|
version: 5.0.0
|
@@ -195,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
189
|
version: '0'
|
196
190
|
requirements: []
|
197
191
|
rubyforge_project:
|
198
|
-
rubygems_version: 2.6.
|
192
|
+
rubygems_version: 2.6.14
|
199
193
|
signing_key:
|
200
194
|
specification_version: 4
|
201
195
|
summary: Access Control Unit
|