bp3-actiontext 0.1.3 → 0.1.4

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