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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c298ae9948cd9f569a6c19abe50dec72bbafc89
4
- data.tar.gz: d6821e2c66972fe7b4da88a00f789d9ac1e124cc
3
+ metadata.gz: 123859955ecca0946fcf6fa035b496cfa33288b2
4
+ data.tar.gz: f40b6bffd605127cdc3670385c22e160f0282f3d
5
5
  SHA512:
6
- metadata.gz: e16c4efad53ef956e1e4582ffaf1971f038aa54fe53d1d20f209ca9a335f921ca1eaf0479f82e17b20d09ba5e1f687dd1c7a3ea8bc63d9a6545277cf741135fd
7
- data.tar.gz: c5e2449eff3bc68ddefaf385a01585de0fe649e3ea7235982a04cc7ac77c8ebf4a26d75bf4fd75dc9cb865733dcdcd67a81af336fcfd53ea439344accdabbf3f
6
+ metadata.gz: 4ff706de1febaa671c88d7d71c757645f5ef1dd12891b994117ccd1da1a077f1a1098009dc7a3708f2159ddc30b5fa90c29b481f62fb85e233868da2775ad65d
7
+ data.tar.gz: a68cec0ae7ffcebe783c5102064141f52dce64cb3d29fcc450fc324da1f2b2595815d6582ad9aa4190f8180cb121c388c61ce92a2d039ce953236bfa798e812d
data/Gemfile CHANGED
@@ -1,5 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ ruby '2.4.1'
4
+
3
5
  git_source(:github) do |repo_name|
4
6
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
5
7
  "https://github.com/#{repo_name}.git"
data/Gemfile.lock CHANGED
@@ -1,157 +1,166 @@
1
1
  GIT
2
2
  remote: https://github.com/awesome-print/awesome_print.git
3
- revision: 551bb9cd306aee74e338c92316c8709ff71fb305
3
+ revision: 2c706373b664339026f70086f0aa51f452b74756
4
4
  specs:
5
- awesome_print (1.7.0)
5
+ awesome_print (1.8.0)
6
6
 
7
7
  PATH
8
8
  remote: .
9
9
  specs:
10
- rails-acu (3.0.1)
11
- rails (~> 5.0.0, >= 5.0.0)
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.2)
17
- actionpack (= 5.0.2)
18
- nio4r (>= 1.2, < 3.0)
19
- websocket-driver (~> 0.6.1)
20
- actionmailer (5.0.2)
21
- actionpack (= 5.0.2)
22
- actionview (= 5.0.2)
23
- activejob (= 5.0.2)
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.2)
27
- actionview (= 5.0.2)
28
- activesupport (= 5.0.2)
26
+ actionpack (5.2.0)
27
+ actionview (= 5.2.0)
28
+ activesupport (= 5.2.0)
29
29
  rack (~> 2.0)
30
- rack-test (~> 0.6.3)
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.2)
34
- activesupport (= 5.0.2)
33
+ actionview (5.2.0)
34
+ activesupport (= 5.2.0)
35
35
  builder (~> 3.1)
36
- erubis (~> 2.7.0)
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.2)
40
- activesupport (= 5.0.2)
39
+ activejob (5.2.0)
40
+ activesupport (= 5.2.0)
41
41
  globalid (>= 0.3.6)
42
- activemodel (5.0.2)
43
- activesupport (= 5.0.2)
44
- activerecord (5.0.2)
45
- activemodel (= 5.0.2)
46
- activesupport (= 5.0.2)
47
- arel (~> 7.0)
48
- activesupport (5.0.2)
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 (~> 0.7)
54
+ i18n (>= 0.7, < 2)
51
55
  minitest (~> 5.1)
52
56
  tzinfo (~> 1.1)
53
- arel (7.1.4)
57
+ arel (9.0.0)
54
58
  bcrypt (3.1.11)
55
59
  builder (3.2.3)
56
- byebug (9.0.6)
60
+ byebug (10.0.2)
57
61
  concurrent-ruby (1.0.5)
58
- devise (4.2.1)
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, < 5.1)
66
+ railties (>= 4.1.0, < 6.0)
62
67
  responders
63
68
  warden (~> 1.2.3)
64
69
  diff-lcs (1.3)
65
- erubis (2.7.0)
66
- globalid (0.4.0)
70
+ erubi (1.7.1)
71
+ globalid (0.4.1)
67
72
  activesupport (>= 4.2.0)
68
- i18n (0.8.1)
69
- jquery-rails (4.3.1)
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.0.3)
79
+ loofah (2.2.2)
80
+ crass (~> 1.0.2)
74
81
  nokogiri (>= 1.5.9)
75
- mail (2.6.5)
76
- mime-types (>= 1.16, < 4)
77
- method_source (0.8.2)
78
- mime-types (3.1)
79
- mime-types-data (~> 3.2015)
80
- mime-types-data (3.2016.0521)
81
- mini_portile2 (2.1.0)
82
- minitest (5.10.1)
83
- nio4r (2.0.0)
84
- nokogiri (1.7.1)
85
- mini_portile2 (~> 2.1.0)
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.1)
88
- rack-test (0.6.3)
89
- rack (>= 1.0)
90
- rails (5.0.2)
91
- actioncable (= 5.0.2)
92
- actionmailer (= 5.0.2)
93
- actionpack (= 5.0.2)
94
- actionview (= 5.0.2)
95
- activejob (= 5.0.2)
96
- activemodel (= 5.0.2)
97
- activerecord (= 5.0.2)
98
- activesupport (= 5.0.2)
99
- bundler (>= 1.3.0, < 2.0)
100
- railties (= 5.0.2)
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.1)
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.2)
107
- activesupport (>= 4.2.0, < 6.0)
108
- nokogiri (~> 1.6)
109
- rails-html-sanitizer (1.0.3)
110
- loofah (~> 2.0)
111
- railties (5.0.2)
112
- actionpack (= 5.0.2)
113
- activesupport (= 5.0.2)
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.0.0)
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.6.0)
122
- rspec-support (~> 3.6.0)
123
- rspec-expectations (3.6.0)
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.6.0)
126
- rspec-mocks (3.6.0)
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.6.0)
129
- rspec-rails (3.6.0)
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.6.0)
134
- rspec-expectations (~> 3.6.0)
135
- rspec-mocks (~> 3.6.0)
136
- rspec-support (~> 3.6.0)
137
- rspec-support (3.6.0)
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.0)
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.19.4)
155
+ thor (0.20.0)
147
156
  thread_safe (0.3.6)
148
- tzinfo (1.2.3)
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.6.5)
161
+ websocket-driver (0.7.0)
153
162
  websocket-extensions (>= 0.1.0)
154
- websocket-extensions (0.1.2)
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.14.6
182
+ 1.16.1
data/lib/acu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Acu
2
- VERSION = '3.0.1'
2
+ VERSION = '3.0.3'
3
3
  end
data/rails-acu.gemspec CHANGED
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
 
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_dependency "rails", "~> 5.0.0", '>= 5.0.0'
23
- end
22
+ s.add_dependency "rails", ">= 5.0.0"
23
+ end
@@ -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.1
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: 2017-05-14 00:00:00.000000000 Z
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.11
192
+ rubygems_version: 2.6.14
199
193
  signing_key:
200
194
  specification_version: 4
201
195
  summary: Access Control Unit