bp3-paper_trail 0.1.2 → 0.1.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
  SHA256:
3
- metadata.gz: 103f20f09a99ee232d7bb4829e8b64fb9200ab7e805e14688d1f5720ba833e34
4
- data.tar.gz: 3282f01ad05d9ee71ae2cc0c5edbe13cec963b26156559e0c2967fbbcb5fe768
3
+ metadata.gz: 26f770b4761f43c01edf4ccb06629f6ca9b9f7d83770ce7f7097d136a337a7df
4
+ data.tar.gz: 7f19450a05e5bfbfdfd736a10086b41752ebc9946412a908b04f04a1c9a5507a
5
5
  SHA512:
6
- metadata.gz: '048b72930be81e38f05e318026389a07bbc7b1ae39e23be2c686216ec4948bb3a97a446747e989ce9fca003c7c4bb25360e58dfeed6f8b7310afbb152c2b2a38'
7
- data.tar.gz: a5840f0320547b4d49487c327930b34cabc0826b5dd858865d25ed0b019f0f905564279fcc0b74bdb54ad3466617d9505c899ee30afcbfcf3a122137d87a60ff
6
+ metadata.gz: 7ca34a6eb80b18b1749f442d9e2863e582fd9429b934633e0b2d805937e337bc87e80b142b7ef3e96a341867ecc27aa2c67ae7b7489a4ff3401b8aa90d2bcb3d
7
+ data.tar.gz: e0cb0bfd7ddb00ede8978bb9fa2560f3526a795fa3447dc89331bf79c963965dfa4efc57dfc73fced4527bb5b76e46cd4accc237468cb6ce2ec67ba65957cb3c
data/.rubocop.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rake
3
3
  - rubocop-rspec
4
4
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2026-01-12
4
+
5
+ - Update gems
6
+
3
7
  ## [0.1.2] - 2024-11-18
4
8
 
5
9
  - Relax gem constraints
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-paper_trail (0.1.2)
5
- actionpack (>= 7.1.2)
6
- activesupport (>= 7.1.2)
4
+ bp3-paper_trail (0.1.3)
5
+ actionpack (~> 8.1)
6
+ activesupport (~> 8.1)
7
7
  bp3-core (>= 0.1)
8
8
  paper_trail (>= 15.1)
9
- railties (>= 7.1.2)
9
+ railties (~> 8.1)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionpack (8.0.0)
15
- actionview (= 8.0.0)
16
- activesupport (= 8.0.0)
14
+ actionpack (8.1.2)
15
+ actionview (= 8.1.2)
16
+ activesupport (= 8.1.2)
17
17
  nokogiri (>= 1.8.5)
18
18
  rack (>= 2.2.4)
19
19
  rack-session (>= 1.0.1)
@@ -21,146 +21,172 @@ GEM
21
21
  rails-dom-testing (~> 2.2)
22
22
  rails-html-sanitizer (~> 1.6)
23
23
  useragent (~> 0.16)
24
- actionview (8.0.0)
25
- activesupport (= 8.0.0)
24
+ actionview (8.1.2)
25
+ activesupport (= 8.1.2)
26
26
  builder (~> 3.1)
27
27
  erubi (~> 1.11)
28
28
  rails-dom-testing (~> 2.2)
29
29
  rails-html-sanitizer (~> 1.6)
30
- activemodel (8.0.0)
31
- activesupport (= 8.0.0)
32
- activerecord (8.0.0)
33
- activemodel (= 8.0.0)
34
- activesupport (= 8.0.0)
30
+ activemodel (8.1.2)
31
+ activesupport (= 8.1.2)
32
+ activerecord (8.1.2)
33
+ activemodel (= 8.1.2)
34
+ activesupport (= 8.1.2)
35
35
  timeout (>= 0.4.0)
36
- activesupport (8.0.0)
36
+ activesupport (8.1.2)
37
37
  base64
38
- benchmark (>= 0.3)
39
38
  bigdecimal
40
39
  concurrent-ruby (~> 1.0, >= 1.3.1)
41
40
  connection_pool (>= 2.2.5)
42
41
  drb
43
42
  i18n (>= 1.6, < 2)
43
+ json
44
44
  logger (>= 1.4.2)
45
45
  minitest (>= 5.1)
46
46
  securerandom (>= 0.3)
47
47
  tzinfo (~> 2.0, >= 2.0.5)
48
48
  uri (>= 0.13.1)
49
- ast (2.4.2)
50
- base64 (0.2.0)
51
- benchmark (0.4.0)
52
- bigdecimal (3.1.8)
53
- bp3-core (0.1.5)
54
- actionview (>= 7.1.2)
55
- activesupport (>= 7.1.2)
49
+ ast (2.4.3)
50
+ base64 (0.3.0)
51
+ bigdecimal (4.0.1)
52
+ bp3-core (0.2.0)
53
+ actionview (~> 8.1)
54
+ activesupport (~> 8.1)
55
+ bp3-request_state (~> 0.1)
56
+ bp3-request_state (0.1.3)
57
+ actionpack (~> 8.1)
58
+ activesupport (~> 8.1)
59
+ request_store (>= 1.5.1)
56
60
  builder (3.3.0)
57
- byebug (11.1.3)
58
- concurrent-ruby (1.3.4)
59
- connection_pool (2.4.1)
61
+ byebug (12.0.0)
62
+ concurrent-ruby (1.3.6)
63
+ connection_pool (3.0.2)
60
64
  crass (1.0.6)
61
- diff-lcs (1.5.1)
62
- drb (2.2.1)
63
- erubi (1.13.0)
64
- i18n (1.14.6)
65
+ date (3.5.1)
66
+ diff-lcs (1.6.2)
67
+ drb (2.2.3)
68
+ erb (6.0.1)
69
+ erubi (1.13.1)
70
+ i18n (1.14.8)
65
71
  concurrent-ruby (~> 1.0)
66
- io-console (0.7.2)
67
- irb (1.14.1)
72
+ io-console (0.8.2)
73
+ irb (1.16.0)
74
+ pp (>= 0.6.0)
68
75
  rdoc (>= 4.0.0)
69
76
  reline (>= 0.4.2)
70
- json (2.8.2)
71
- language_server-protocol (3.17.0.3)
72
- logger (1.6.1)
73
- loofah (2.23.1)
77
+ json (2.18.0)
78
+ language_server-protocol (3.17.0.5)
79
+ lint_roller (1.1.0)
80
+ logger (1.7.0)
81
+ loofah (2.25.0)
74
82
  crass (~> 1.0.2)
75
83
  nokogiri (>= 1.12.0)
76
- minitest (5.25.1)
77
- nokogiri (1.16.7-x86_64-darwin)
84
+ minitest (6.0.1)
85
+ prism (~> 1.5)
86
+ nokogiri (1.19.0-x86_64-darwin)
78
87
  racc (~> 1.4)
79
- paper_trail (16.0.0)
80
- activerecord (>= 6.1)
88
+ paper_trail (17.0.0)
89
+ activerecord (>= 7.1)
81
90
  request_store (~> 1.4)
82
- parallel (1.26.3)
83
- parser (3.3.6.0)
91
+ parallel (1.27.0)
92
+ parser (3.3.10.0)
84
93
  ast (~> 2.4.1)
85
94
  racc
86
- psych (5.2.0)
95
+ pp (0.6.3)
96
+ prettyprint
97
+ prettyprint (0.2.0)
98
+ prism (1.7.0)
99
+ psych (5.3.1)
100
+ date
87
101
  stringio
88
102
  racc (1.8.1)
89
- rack (3.1.8)
90
- rack-session (2.0.0)
103
+ rack (3.2.4)
104
+ rack-session (2.1.1)
105
+ base64 (>= 0.1.0)
91
106
  rack (>= 3.0.0)
92
- rack-test (2.1.0)
107
+ rack-test (2.2.0)
93
108
  rack (>= 1.3)
94
- rackup (2.2.1)
109
+ rackup (2.3.1)
95
110
  rack (>= 3)
96
- rails-dom-testing (2.2.0)
111
+ rails-dom-testing (2.3.0)
97
112
  activesupport (>= 5.0.0)
98
113
  minitest
99
114
  nokogiri (>= 1.6)
100
- rails-html-sanitizer (1.6.0)
115
+ rails-html-sanitizer (1.6.2)
101
116
  loofah (~> 2.21)
102
- nokogiri (~> 1.14)
103
- railties (8.0.0)
104
- actionpack (= 8.0.0)
105
- activesupport (= 8.0.0)
117
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
118
+ railties (8.1.2)
119
+ actionpack (= 8.1.2)
120
+ activesupport (= 8.1.2)
106
121
  irb (~> 1.13)
107
122
  rackup (>= 1.0.0)
108
123
  rake (>= 12.2)
109
124
  thor (~> 1.0, >= 1.2.2)
125
+ tsort (>= 0.2)
110
126
  zeitwerk (~> 2.6)
111
127
  rainbow (3.1.1)
112
- rake (13.2.1)
113
- rdoc (6.7.0)
128
+ rake (13.3.1)
129
+ rdoc (7.0.3)
130
+ erb
114
131
  psych (>= 4.0.0)
115
- regexp_parser (2.9.2)
116
- reline (0.5.11)
132
+ tsort
133
+ regexp_parser (2.11.3)
134
+ reline (0.6.3)
117
135
  io-console (~> 0.5)
118
136
  request_store (1.7.0)
119
137
  rack (>= 1.4)
120
- rspec (3.13.0)
138
+ rspec (3.13.2)
121
139
  rspec-core (~> 3.13.0)
122
140
  rspec-expectations (~> 3.13.0)
123
141
  rspec-mocks (~> 3.13.0)
124
- rspec-core (3.13.2)
142
+ rspec-core (3.13.6)
125
143
  rspec-support (~> 3.13.0)
126
- rspec-expectations (3.13.3)
144
+ rspec-expectations (3.13.5)
127
145
  diff-lcs (>= 1.2.0, < 2.0)
128
146
  rspec-support (~> 3.13.0)
129
- rspec-mocks (3.13.2)
147
+ rspec-mocks (3.13.7)
130
148
  diff-lcs (>= 1.2.0, < 2.0)
131
149
  rspec-support (~> 3.13.0)
132
- rspec-support (3.13.1)
133
- rubocop (1.68.0)
150
+ rspec-support (3.13.6)
151
+ rubocop (1.82.1)
134
152
  json (~> 2.3)
135
- language_server-protocol (>= 3.17.0)
153
+ language_server-protocol (~> 3.17.0.2)
154
+ lint_roller (~> 1.1.0)
136
155
  parallel (~> 1.10)
137
156
  parser (>= 3.3.0.2)
138
157
  rainbow (>= 2.2.2, < 4.0)
139
- regexp_parser (>= 2.4, < 3.0)
140
- rubocop-ast (>= 1.32.2, < 2.0)
158
+ regexp_parser (>= 2.9.3, < 3.0)
159
+ rubocop-ast (>= 1.48.0, < 2.0)
141
160
  ruby-progressbar (~> 1.7)
142
- unicode-display_width (>= 2.4.0, < 3.0)
143
- rubocop-ast (1.36.1)
144
- parser (>= 3.3.1.0)
145
- rubocop-rake (0.6.0)
146
- rubocop (~> 1.0)
147
- rubocop-rspec (3.2.0)
148
- rubocop (~> 1.61)
161
+ unicode-display_width (>= 2.4.0, < 4.0)
162
+ rubocop-ast (1.49.0)
163
+ parser (>= 3.3.7.2)
164
+ prism (~> 1.7)
165
+ rubocop-rake (0.7.1)
166
+ lint_roller (~> 1.1)
167
+ rubocop (>= 1.72.1)
168
+ rubocop-rspec (3.9.0)
169
+ lint_roller (~> 1.1)
170
+ rubocop (~> 1.81)
149
171
  ruby-progressbar (1.13.0)
150
- securerandom (0.3.2)
151
- stringio (3.1.2)
152
- thor (1.3.2)
153
- timeout (0.4.2)
172
+ securerandom (0.4.1)
173
+ stringio (3.2.0)
174
+ thor (1.5.0)
175
+ timeout (0.6.0)
176
+ tsort (0.2.0)
154
177
  tzinfo (2.0.6)
155
178
  concurrent-ruby (~> 1.0)
156
- unicode-display_width (2.6.0)
157
- uri (1.0.2)
158
- useragent (0.16.10)
159
- zeitwerk (2.7.1)
179
+ unicode-display_width (3.2.0)
180
+ unicode-emoji (~> 4.1)
181
+ unicode-emoji (4.2.0)
182
+ uri (1.1.1)
183
+ useragent (0.16.11)
184
+ zeitwerk (2.7.4)
160
185
 
161
186
  PLATFORMS
162
187
  x86_64-darwin-22
163
188
  x86_64-darwin-23
189
+ x86_64-darwin-24
164
190
 
165
191
  DEPENDENCIES
166
192
  bp3-paper_trail!
@@ -172,4 +198,4 @@ DEPENDENCIES
172
198
  rubocop-rspec (>= 2.25)
173
199
 
174
200
  BUNDLED WITH
175
- 2.5.23
201
+ 2.7.2
@@ -31,11 +31,11 @@ Gem::Specification.new do |spec|
31
31
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ['lib']
33
33
 
34
- spec.add_dependency 'actionpack', '>= 7.1.2'
35
- spec.add_dependency 'activesupport', '>= 7.1.2'
34
+ spec.add_dependency 'actionpack', '~> 8.1'
35
+ spec.add_dependency 'activesupport', '~> 8.1'
36
36
  spec.add_dependency 'bp3-core', '>= 0.1'
37
37
  spec.add_dependency 'paper_trail', '>= 15.1'
38
- spec.add_dependency 'railties', '>= 7.1.2'
38
+ spec.add_dependency 'railties', '~> 8.1'
39
39
 
40
40
  spec.add_development_dependency 'byebug'
41
41
  spec.add_development_dependency 'rake', '>= 13.0'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module PaperTrail
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,43 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-paper_trail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wim den Braven
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: actionpack
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 7.1.2
18
+ version: '8.1'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ">="
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 7.1.2
25
+ version: '8.1'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: activesupport
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - ">="
30
+ - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 7.1.2
32
+ version: '8.1'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
- - - ">="
37
+ - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 7.1.2
39
+ version: '8.1'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: bp3-core
43
42
  requirement: !ruby/object:Gem::Requirement
@@ -70,16 +69,16 @@ dependencies:
70
69
  name: railties
71
70
  requirement: !ruby/object:Gem::Requirement
72
71
  requirements:
73
- - - ">="
72
+ - - "~>"
74
73
  - !ruby/object:Gem::Version
75
- version: 7.1.2
74
+ version: '8.1'
76
75
  type: :runtime
77
76
  prerelease: false
78
77
  version_requirements: !ruby/object:Gem::Requirement
79
78
  requirements:
80
- - - ">="
79
+ - - "~>"
81
80
  - !ruby/object:Gem::Version
82
- version: 7.1.2
81
+ version: '8.1'
83
82
  - !ruby/object:Gem::Dependency
84
83
  name: byebug
85
84
  requirement: !ruby/object:Gem::Requirement
@@ -164,7 +163,6 @@ dependencies:
164
163
  - - ">="
165
164
  - !ruby/object:Gem::Version
166
165
  version: '2.25'
167
- description:
168
166
  email:
169
167
  - wimdenbraven@persuavis.com
170
168
  executables: []
@@ -195,7 +193,6 @@ metadata:
195
193
  source_code_uri: https://github.com/persuavis/bp3-paper_trail
196
194
  changelog_uri: https://github.com/persuavis/bp3-paper_trail/blob/main/CHANGELOG.md
197
195
  rubygems_mfa_required: 'true'
198
- post_install_message:
199
196
  rdoc_options: []
200
197
  require_paths:
201
198
  - lib
@@ -210,8 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
207
  - !ruby/object:Gem::Version
211
208
  version: '0'
212
209
  requirements: []
213
- rubygems_version: 3.5.23
214
- signing_key:
210
+ rubygems_version: 3.6.9
215
211
  specification_version: 4
216
212
  summary: bp3-paper_trail adapts paper_trail for BP3 (persuavis/black_phoebe_3).
217
213
  test_files: []