consent 2.2.0 → 2.3.0
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 -2
- data/Gemfile.lock +11 -13
- data/app/models/consent/history.rb +5 -1
- data/docs/CHANGELOG.md +11 -0
- data/gemfiles/rails_6_1.gemfile +2 -2
- data/gemfiles/rails_6_1.gemfile.lock +7 -7
- data/gemfiles/rails_7_0.gemfile +2 -2
- data/gemfiles/rails_7_0.gemfile.lock +7 -7
- data/gemfiles/rails_7_1.gemfile +2 -2
- data/gemfiles/rails_7_1.gemfile.lock +7 -7
- data/gemfiles/rails_7_2.gemfile +2 -2
- data/gemfiles/rails_7_2.gemfile.lock +7 -7
- data/lib/consent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48437aa7d5b453f8d1ed90f8525e10ee945181bd85dce3a9632ea026b59e356a
|
|
4
|
+
data.tar.gz: dbf503bfb196a35a4675d6f856901d6d5abe202cef736aded8553c2c5a7b8d49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fad64a2eb8d82d2f40ca9d0417c4e8207284008e11505b16c4b42d22be6d1d9e70079cf21fef8783c7416d602d213cdd2c80613e4a35502081ee8919de981869
|
|
7
|
+
data.tar.gz: b14f196498e1332a23e542791e5aa3464268d430b9bd756e3d13248118ca3e9ce561823b3769640ea2cb2f932348d2af92abef9ef0a3cdbb83e862d2bbab7584
|
data/Gemfile
CHANGED
|
@@ -7,11 +7,11 @@ gemspec
|
|
|
7
7
|
|
|
8
8
|
gem "base64"
|
|
9
9
|
gem "bigdecimal"
|
|
10
|
-
gem "erb", "< 5.
|
|
10
|
+
gem "erb", "< 5.1" # Hold erb to support Ruby < 3.2
|
|
11
11
|
gem "logger"
|
|
12
12
|
gem "mutex_m"
|
|
13
13
|
gem "net-imap", "< 0.5.0"
|
|
14
|
-
gem "nokogiri", "< 1.
|
|
14
|
+
gem "nokogiri", "< 1.19"
|
|
15
15
|
gem "rubocop-powerhome", path: "../rubocop-powerhome"
|
|
16
16
|
gem "securerandom", "< 0.4" # Hold securerandom to support Ruby 3.0
|
|
17
17
|
gem "zeitwerk", "< 2.7.0"
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.5.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.5.6)
|
|
5
|
+
rubocop (= 1.75.0)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: .
|
|
13
13
|
specs:
|
|
14
|
-
consent (2.
|
|
14
|
+
consent (2.3.0)
|
|
15
15
|
cancancan (= 3.2.1)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
@@ -63,7 +63,6 @@ GEM
|
|
|
63
63
|
builder (3.3.0)
|
|
64
64
|
byebug (11.1.3)
|
|
65
65
|
cancancan (3.2.1)
|
|
66
|
-
cgi (0.5.0)
|
|
67
66
|
coderay (1.1.3)
|
|
68
67
|
combustion (1.5.0)
|
|
69
68
|
activesupport (>= 3.0.0)
|
|
@@ -76,8 +75,7 @@ GEM
|
|
|
76
75
|
date (3.4.1)
|
|
77
76
|
diff-lcs (1.6.2)
|
|
78
77
|
drb (2.2.3)
|
|
79
|
-
erb (
|
|
80
|
-
cgi (>= 0.3.3)
|
|
78
|
+
erb (5.0.2)
|
|
81
79
|
erubi (1.13.1)
|
|
82
80
|
i18n (1.14.7)
|
|
83
81
|
concurrent-ruby (~> 1.0)
|
|
@@ -110,12 +108,12 @@ GEM
|
|
|
110
108
|
net-protocol
|
|
111
109
|
net-protocol (0.2.2)
|
|
112
110
|
timeout
|
|
113
|
-
nokogiri (1.
|
|
111
|
+
nokogiri (1.18.10)
|
|
114
112
|
mini_portile2 (~> 2.8.2)
|
|
115
113
|
racc (~> 1.4)
|
|
116
|
-
nokogiri (1.
|
|
114
|
+
nokogiri (1.18.10-arm64-darwin)
|
|
117
115
|
racc (~> 1.4)
|
|
118
|
-
nokogiri (1.
|
|
116
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
|
119
117
|
racc (~> 1.4)
|
|
120
118
|
parallel (1.27.0)
|
|
121
119
|
parser (3.3.9.0)
|
|
@@ -188,7 +186,7 @@ GEM
|
|
|
188
186
|
rspec-mocks (~> 3.13)
|
|
189
187
|
rspec-support (~> 3.13)
|
|
190
188
|
rspec-support (3.13.4)
|
|
191
|
-
rubocop (1.
|
|
189
|
+
rubocop (1.75.0)
|
|
192
190
|
json (~> 2.3)
|
|
193
191
|
language_server-protocol (~> 3.17.0.2)
|
|
194
192
|
lint_roller (~> 1.1.0)
|
|
@@ -196,7 +194,7 @@ GEM
|
|
|
196
194
|
parser (>= 3.3.0.2)
|
|
197
195
|
rainbow (>= 2.2.2, < 4.0)
|
|
198
196
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
199
|
-
rubocop-ast (>= 1.
|
|
197
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
|
200
198
|
ruby-progressbar (~> 1.7)
|
|
201
199
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
202
200
|
rubocop-ast (1.46.0)
|
|
@@ -255,12 +253,12 @@ DEPENDENCIES
|
|
|
255
253
|
bundler (~> 2.1)
|
|
256
254
|
combustion (~> 1.3)
|
|
257
255
|
consent!
|
|
258
|
-
erb (< 5.
|
|
256
|
+
erb (< 5.1)
|
|
259
257
|
license_finder (>= 7.0)
|
|
260
258
|
logger
|
|
261
259
|
mutex_m
|
|
262
260
|
net-imap (< 0.5.0)
|
|
263
|
-
nokogiri (< 1.
|
|
261
|
+
nokogiri (< 1.19)
|
|
264
262
|
pry (>= 0.14.2)
|
|
265
263
|
pry-byebug (= 3.10.1)
|
|
266
264
|
rake (~> 13)
|
|
@@ -4,7 +4,11 @@ module Consent
|
|
|
4
4
|
class History < ::Consent::ApplicationRecord
|
|
5
5
|
include Consent::SubjectCoder::Model
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
if Rails::VERSION::MAJOR >= 7
|
|
8
|
+
enum :command, { grant: "grant", revoke: "revoke" }
|
|
9
|
+
else
|
|
10
|
+
enum command: { grant: "grant", revoke: "revoke" }
|
|
11
|
+
end
|
|
8
12
|
|
|
9
13
|
validates :subject, presence: true
|
|
10
14
|
validates :action, presence: true
|
data/docs/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [2.3.0] - 2025-10-29
|
|
4
|
+
|
|
5
|
+
- Standardize all libs to support ruby 3.0, ruby 3.3 x rails 6.1 through rails 7.2 [#359](https://github.com/powerhome/power-tools/pull/359)
|
|
6
|
+
- Support rails 8 enums [#373](https://github.com/powerhome/power-tools/pull/373)
|
|
7
|
+
|
|
3
8
|
## [2.2.0] - 2025-08-08
|
|
4
9
|
|
|
5
10
|
- Add support to Ruby 3.3 and Rails 6.1 [#356](https://github.com/powerhome/power-tools/pull/356)
|
|
@@ -28,9 +33,15 @@
|
|
|
28
33
|
- Consent released with DSL to design permissions and convenient CanCan::Ability implementation.
|
|
29
34
|
|
|
30
35
|
## [0.6.0] - 2020-12-22
|
|
36
|
+
|
|
31
37
|
## [0.5.2] - 2019-11-28
|
|
38
|
+
|
|
32
39
|
## [0.5.0] - 2019-11-25
|
|
40
|
+
|
|
33
41
|
## [0.4.3] - 2019-04-02
|
|
42
|
+
|
|
34
43
|
## [0.4.2] - 2019-03-28
|
|
44
|
+
|
|
35
45
|
## [0.4] - 2019-03-27
|
|
46
|
+
|
|
36
47
|
## [0.3.1] - 2016-11-08
|
data/gemfiles/rails_6_1.gemfile
CHANGED
|
@@ -4,11 +4,11 @@ source "https://rubygems.org"
|
|
|
4
4
|
|
|
5
5
|
gem "base64"
|
|
6
6
|
gem "bigdecimal"
|
|
7
|
-
gem "erb", "< 5.
|
|
7
|
+
gem "erb", "< 5.1"
|
|
8
8
|
gem "logger"
|
|
9
9
|
gem "mutex_m"
|
|
10
10
|
gem "net-imap", "< 0.5.0"
|
|
11
|
-
gem "nokogiri", "< 1.
|
|
11
|
+
gem "nokogiri", "< 1.19"
|
|
12
12
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
13
13
|
gem "securerandom", "< 0.4"
|
|
14
14
|
gem "zeitwerk", "< 2.7.0"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.5.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.5.6)
|
|
5
|
+
rubocop (= 1.75.0)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
consent (2.
|
|
14
|
+
consent (2.3.0)
|
|
15
15
|
cancancan (= 3.2.1)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
@@ -211,7 +211,7 @@ GEM
|
|
|
211
211
|
rspec-mocks (~> 3.13)
|
|
212
212
|
rspec-support (~> 3.13)
|
|
213
213
|
rspec-support (3.13.4)
|
|
214
|
-
rubocop (1.
|
|
214
|
+
rubocop (1.75.0)
|
|
215
215
|
json (~> 2.3)
|
|
216
216
|
language_server-protocol (~> 3.17.0.2)
|
|
217
217
|
lint_roller (~> 1.1.0)
|
|
@@ -219,7 +219,7 @@ GEM
|
|
|
219
219
|
parser (>= 3.3.0.2)
|
|
220
220
|
rainbow (>= 2.2.2, < 4.0)
|
|
221
221
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
222
|
-
rubocop-ast (>= 1.
|
|
222
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
|
223
223
|
ruby-progressbar (~> 1.7)
|
|
224
224
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
225
225
|
rubocop-ast (1.46.0)
|
|
@@ -283,12 +283,12 @@ DEPENDENCIES
|
|
|
283
283
|
bundler (~> 2.1)
|
|
284
284
|
combustion (~> 1.3)
|
|
285
285
|
consent!
|
|
286
|
-
erb (< 5.
|
|
286
|
+
erb (< 5.1)
|
|
287
287
|
license_finder (>= 7.0)
|
|
288
288
|
logger
|
|
289
289
|
mutex_m
|
|
290
290
|
net-imap (< 0.5.0)
|
|
291
|
-
nokogiri (< 1.
|
|
291
|
+
nokogiri (< 1.19)
|
|
292
292
|
pry (>= 0.14.2)
|
|
293
293
|
pry-byebug (= 3.10.1)
|
|
294
294
|
rails (= 6.1.7.7)
|
data/gemfiles/rails_7_0.gemfile
CHANGED
|
@@ -4,11 +4,11 @@ source "https://rubygems.org"
|
|
|
4
4
|
|
|
5
5
|
gem "base64"
|
|
6
6
|
gem "bigdecimal"
|
|
7
|
-
gem "erb", "< 5.
|
|
7
|
+
gem "erb", "< 5.1"
|
|
8
8
|
gem "logger"
|
|
9
9
|
gem "mutex_m"
|
|
10
10
|
gem "net-imap", "< 0.5.0"
|
|
11
|
-
gem "nokogiri", "< 1.
|
|
11
|
+
gem "nokogiri", "< 1.19"
|
|
12
12
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
13
13
|
gem "securerandom", "< 0.4"
|
|
14
14
|
gem "zeitwerk", "< 2.7.0"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.5.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.5.6)
|
|
5
|
+
rubocop (= 1.75.0)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
consent (2.
|
|
14
|
+
consent (2.3.0)
|
|
15
15
|
cancancan (= 3.2.1)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
@@ -217,7 +217,7 @@ GEM
|
|
|
217
217
|
rspec-mocks (~> 3.13)
|
|
218
218
|
rspec-support (~> 3.13)
|
|
219
219
|
rspec-support (3.13.4)
|
|
220
|
-
rubocop (1.
|
|
220
|
+
rubocop (1.75.0)
|
|
221
221
|
json (~> 2.3)
|
|
222
222
|
language_server-protocol (~> 3.17.0.2)
|
|
223
223
|
lint_roller (~> 1.1.0)
|
|
@@ -225,7 +225,7 @@ GEM
|
|
|
225
225
|
parser (>= 3.3.0.2)
|
|
226
226
|
rainbow (>= 2.2.2, < 4.0)
|
|
227
227
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
228
|
-
rubocop-ast (>= 1.
|
|
228
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
|
229
229
|
ruby-progressbar (~> 1.7)
|
|
230
230
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
231
231
|
rubocop-ast (1.46.0)
|
|
@@ -281,12 +281,12 @@ DEPENDENCIES
|
|
|
281
281
|
bundler (~> 2.1)
|
|
282
282
|
combustion (~> 1.3)
|
|
283
283
|
consent!
|
|
284
|
-
erb (< 5.
|
|
284
|
+
erb (< 5.1)
|
|
285
285
|
license_finder (>= 7.0)
|
|
286
286
|
logger
|
|
287
287
|
mutex_m
|
|
288
288
|
net-imap (< 0.5.0)
|
|
289
|
-
nokogiri (< 1.
|
|
289
|
+
nokogiri (< 1.19)
|
|
290
290
|
pry (>= 0.14.2)
|
|
291
291
|
pry-byebug (= 3.10.1)
|
|
292
292
|
rails (= 7.0.8.7)
|
data/gemfiles/rails_7_1.gemfile
CHANGED
|
@@ -4,11 +4,11 @@ source "https://rubygems.org"
|
|
|
4
4
|
|
|
5
5
|
gem "base64"
|
|
6
6
|
gem "bigdecimal"
|
|
7
|
-
gem "erb", "< 5.
|
|
7
|
+
gem "erb", "< 5.1"
|
|
8
8
|
gem "logger"
|
|
9
9
|
gem "mutex_m"
|
|
10
10
|
gem "net-imap", "< 0.5.0"
|
|
11
|
-
gem "nokogiri", "< 1.
|
|
11
|
+
gem "nokogiri", "< 1.19"
|
|
12
12
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
13
13
|
gem "securerandom", "< 0.4"
|
|
14
14
|
gem "zeitwerk", "< 2.7.0"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.5.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.5.6)
|
|
5
|
+
rubocop (= 1.75.0)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
consent (2.
|
|
14
|
+
consent (2.3.0)
|
|
15
15
|
cancancan (= 3.2.1)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
@@ -256,7 +256,7 @@ GEM
|
|
|
256
256
|
rspec-mocks (~> 3.13)
|
|
257
257
|
rspec-support (~> 3.13)
|
|
258
258
|
rspec-support (3.13.4)
|
|
259
|
-
rubocop (1.
|
|
259
|
+
rubocop (1.75.0)
|
|
260
260
|
json (~> 2.3)
|
|
261
261
|
language_server-protocol (~> 3.17.0.2)
|
|
262
262
|
lint_roller (~> 1.1.0)
|
|
@@ -264,7 +264,7 @@ GEM
|
|
|
264
264
|
parser (>= 3.3.0.2)
|
|
265
265
|
rainbow (>= 2.2.2, < 4.0)
|
|
266
266
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
267
|
-
rubocop-ast (>= 1.
|
|
267
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
|
268
268
|
ruby-progressbar (~> 1.7)
|
|
269
269
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
270
270
|
rubocop-ast (1.46.0)
|
|
@@ -333,12 +333,12 @@ DEPENDENCIES
|
|
|
333
333
|
bundler (~> 2.1)
|
|
334
334
|
combustion (~> 1.3)
|
|
335
335
|
consent!
|
|
336
|
-
erb (< 5.
|
|
336
|
+
erb (< 5.1)
|
|
337
337
|
license_finder (>= 7.0)
|
|
338
338
|
logger
|
|
339
339
|
mutex_m
|
|
340
340
|
net-imap (< 0.5.0)
|
|
341
|
-
nokogiri (< 1.
|
|
341
|
+
nokogiri (< 1.19)
|
|
342
342
|
pry (>= 0.14.2)
|
|
343
343
|
pry-byebug (= 3.10.1)
|
|
344
344
|
rails (= 7.1.3.2)
|
data/gemfiles/rails_7_2.gemfile
CHANGED
|
@@ -4,11 +4,11 @@ source "https://rubygems.org"
|
|
|
4
4
|
|
|
5
5
|
gem "base64"
|
|
6
6
|
gem "bigdecimal"
|
|
7
|
-
gem "erb", "< 5.
|
|
7
|
+
gem "erb", "< 5.1"
|
|
8
8
|
gem "logger"
|
|
9
9
|
gem "mutex_m"
|
|
10
10
|
gem "net-imap", "< 0.5.0"
|
|
11
|
-
gem "nokogiri", "< 1.
|
|
11
|
+
gem "nokogiri", "< 1.19"
|
|
12
12
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
13
13
|
gem "securerandom", "< 0.4"
|
|
14
14
|
gem "zeitwerk", "< 2.7.0"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.5.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.5.6)
|
|
5
|
+
rubocop (= 1.75.0)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
consent (2.
|
|
14
|
+
consent (2.3.0)
|
|
15
15
|
cancancan (= 3.2.1)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
@@ -256,7 +256,7 @@ GEM
|
|
|
256
256
|
rspec-mocks (~> 3.13)
|
|
257
257
|
rspec-support (~> 3.13)
|
|
258
258
|
rspec-support (3.13.4)
|
|
259
|
-
rubocop (1.
|
|
259
|
+
rubocop (1.75.0)
|
|
260
260
|
json (~> 2.3)
|
|
261
261
|
language_server-protocol (~> 3.17.0.2)
|
|
262
262
|
lint_roller (~> 1.1.0)
|
|
@@ -264,7 +264,7 @@ GEM
|
|
|
264
264
|
parser (>= 3.3.0.2)
|
|
265
265
|
rainbow (>= 2.2.2, < 4.0)
|
|
266
266
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
267
|
-
rubocop-ast (>= 1.
|
|
267
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
|
268
268
|
ruby-progressbar (~> 1.7)
|
|
269
269
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
270
270
|
rubocop-ast (1.46.0)
|
|
@@ -330,12 +330,12 @@ DEPENDENCIES
|
|
|
330
330
|
bundler (~> 2.1)
|
|
331
331
|
combustion (~> 1.3)
|
|
332
332
|
consent!
|
|
333
|
-
erb (< 5.
|
|
333
|
+
erb (< 5.1)
|
|
334
334
|
license_finder (>= 7.0)
|
|
335
335
|
logger
|
|
336
336
|
mutex_m
|
|
337
337
|
net-imap (< 0.5.0)
|
|
338
|
-
nokogiri (< 1.
|
|
338
|
+
nokogiri (< 1.19)
|
|
339
339
|
pry (>= 0.14.2)
|
|
340
340
|
pry-byebug (= 3.10.1)
|
|
341
341
|
rails (= 7.2.2.1)
|
data/lib/consent/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: consent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Palhares
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cancancan
|