bp3-actiontext 0.1.2 → 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: eab4f39f5a404483f43d52edf52f0f89e8396dc5b786cd38d5129a3ecbb24649
4
- data.tar.gz: c1201c347adabe44d271e566eaf3b07886c3bd15010507c07306d41a5c6e3912
3
+ metadata.gz: 0ec6dc5a6de0fe33a882620f85c0c34bab94b8ebf61b3f08993da7020353859c
4
+ data.tar.gz: c8cc287a60a061341347566bc535718e8c38b217de262cbbe199b8ec6bb3c07d
5
5
  SHA512:
6
- metadata.gz: '085a696b831850bdc02a2bb1e137df0c6bed8eee0406b1bf4cb2e1d506c89a3ea6211bf749223f4803d643fd8ace4cfed95fdaf9523fb7db85f121db69f4001e'
7
- data.tar.gz: ce470517c567b47e1719f7a8bf282b7f177f1bb3d9975c2d9adf40dd0543b1c6f4b5b090e532f5a7661141e00c3125d0118411ef886ce05a73098c021e8d04db
6
+ metadata.gz: 1e81353ea87cfda565ee592a3b9a5fa9f2725538361e0b1206eff0b9963778aac219651937b54cae8db730f9b3393f9eb838bb7548c9ca3c6052718343013c46
7
+ data.tar.gz: 68550275e4cc8da7572de61ed8c0a07f7a7a8377adedd3256dc950dcae27384255567b328e40cc0a613b8c9bc4b174743b44f298192f13c51a4de420ceb828f1
data/.rubocop.yml CHANGED
@@ -1,8 +1,6 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rake
3
3
  - rubocop-rspec
4
- - rubocop-capybara
5
- - rubocop-factory_bot
6
4
 
7
5
  AllCops:
8
6
  TargetRubyVersion: 3.2.2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.4] - 2026-01-12
4
+
5
+ - Update gems
6
+
7
+ ## [0.1.3] - 2024-11-18
8
+
9
+ - Relax gem constraints
10
+
3
11
  ## [0.1.2] - 2024-11-07
4
12
 
5
13
  - Update tenant from parent record only
data/Gemfile.lock CHANGED
@@ -1,197 +1,220 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-actiontext (0.1.2)
5
- actiontext (>= 7.1.2, < 8)
6
- activesupport (>= 7.1.2, < 8)
7
- bp3-core (>= 0.1, < 1)
8
- railties (>= 7.1.2, < 8)
4
+ bp3-actiontext (0.1.4)
5
+ actiontext (~> 8.1)
6
+ activesupport (~> 8.1)
7
+ bp3-core (>= 0.1)
8
+ railties (~> 8.1)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (7.2.2)
14
- actionview (= 7.2.2)
15
- activesupport (= 7.2.2)
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
- racc
18
- rack (>= 2.2.4, < 3.2)
19
+ rack (>= 2.2.4)
19
20
  rack-session (>= 1.0.1)
20
21
  rack-test (>= 0.6.3)
21
22
  rails-dom-testing (~> 2.2)
22
23
  rails-html-sanitizer (~> 1.6)
23
24
  useragent (~> 0.16)
24
- actiontext (7.2.2)
25
- actionpack (= 7.2.2)
26
- activerecord (= 7.2.2)
27
- activestorage (= 7.2.2)
28
- activesupport (= 7.2.2)
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)
29
31
  globalid (>= 0.6.0)
30
32
  nokogiri (>= 1.8.5)
31
- actionview (7.2.2)
32
- activesupport (= 7.2.2)
33
+ actionview (8.1.2)
34
+ activesupport (= 8.1.2)
33
35
  builder (~> 3.1)
34
36
  erubi (~> 1.11)
35
37
  rails-dom-testing (~> 2.2)
36
38
  rails-html-sanitizer (~> 1.6)
37
- activejob (7.2.2)
38
- activesupport (= 7.2.2)
39
+ activejob (8.1.2)
40
+ activesupport (= 8.1.2)
39
41
  globalid (>= 0.3.6)
40
- activemodel (7.2.2)
41
- activesupport (= 7.2.2)
42
- activerecord (7.2.2)
43
- activemodel (= 7.2.2)
44
- activesupport (= 7.2.2)
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)
45
47
  timeout (>= 0.4.0)
46
- activestorage (7.2.2)
47
- actionpack (= 7.2.2)
48
- activejob (= 7.2.2)
49
- activerecord (= 7.2.2)
50
- activesupport (= 7.2.2)
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)
51
53
  marcel (~> 1.0)
52
- activesupport (7.2.2)
54
+ activesupport (8.1.2)
53
55
  base64
54
- benchmark (>= 0.3)
55
56
  bigdecimal
56
57
  concurrent-ruby (~> 1.0, >= 1.3.1)
57
58
  connection_pool (>= 2.2.5)
58
59
  drb
59
60
  i18n (>= 1.6, < 2)
61
+ json
60
62
  logger (>= 1.4.2)
61
63
  minitest (>= 5.1)
62
64
  securerandom (>= 0.3)
63
65
  tzinfo (~> 2.0, >= 2.0.5)
64
- ast (2.4.2)
65
- base64 (0.2.0)
66
- benchmark (0.3.0)
67
- bigdecimal (3.1.8)
68
- bp3-core (0.1.4)
69
- actionview (>= 7.1.2, < 8)
70
- activesupport (>= 7.1.2, < 8)
66
+ uri (>= 0.13.1)
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.1)
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.0)
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 (7.2.2)
119
- actionpack (= 7.2.2)
120
- activesupport (= 7.2.2)
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.10)
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.34.1)
157
- parser (>= 3.3.1.0)
158
- rubocop-capybara (2.21.0)
159
- rubocop (~> 1.41)
160
- rubocop-factory_bot (2.26.1)
161
- rubocop (~> 1.61)
162
- rubocop-rake (0.6.0)
163
- rubocop (~> 1.0)
164
- rubocop-rspec (2.31.0)
165
- rubocop (~> 1.40)
166
- rubocop-capybara (~> 2.17)
167
- rubocop-factory_bot (~> 2.22)
168
- rubocop-rspec_rails (~> 2.28)
169
- rubocop-rspec_rails (2.29.1)
170
- 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)
171
189
  ruby-progressbar (1.13.0)
172
- securerandom (0.3.1)
173
- stringio (3.1.2)
174
- thor (1.3.2)
175
- 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)
176
195
  tzinfo (2.0.6)
177
196
  concurrent-ruby (~> 1.0)
178
- unicode-display_width (2.6.0)
179
- useragent (0.16.10)
180
- 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)
181
203
 
182
204
  PLATFORMS
183
205
  x86_64-darwin-21
184
206
  x86_64-darwin-22
185
207
  x86_64-darwin-23
208
+ x86_64-darwin-24
186
209
 
187
210
  DEPENDENCIES
188
211
  bp3-actiontext!
189
212
  byebug
190
- rake (~> 13.0)
191
- rspec (~> 3.0)
192
- rubocop (~> 1.21)
193
- rubocop-rake (~> 0.6)
194
- rubocop-rspec (~> 2.25)
213
+ rake (>= 13.0)
214
+ rspec (>= 3.0)
215
+ rubocop (>= 1.21)
216
+ rubocop-rake (>= 0.6)
217
+ rubocop-rspec (>= 2.25)
195
218
 
196
219
  BUNDLED WITH
197
- 2.3.7
220
+ 2.7.2
data/Rakefile CHANGED
@@ -1,12 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'bundler/setup'
3
4
  require 'bundler/gem_tasks'
4
5
  require 'rspec/core/rake_task'
5
-
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
6
  require 'rubocop/rake_task'
9
7
 
8
+ Dir.glob('lib/tasks/**/*.rake').each { |file| load file }
9
+
10
+ RSpec::Core::RakeTask.new(:spec)
10
11
  RuboCop::RakeTask.new
11
12
 
12
13
  task default: %i[spec rubocop]
@@ -31,17 +31,17 @@ 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', '< 8']
35
- spec.add_dependency 'activesupport', ['>= 7.1.2', '< 8']
36
- spec.add_dependency 'bp3-core', ['>= 0.1', '< 1']
37
- spec.add_dependency 'railties', ['>= 7.1.2', '< 8']
34
+ spec.add_dependency 'actiontext', '~> 8.1'
35
+ spec.add_dependency 'activesupport', '~> 8.1'
36
+ spec.add_dependency 'bp3-core', '>= 0.1'
37
+ spec.add_dependency 'railties', '~> 8.1'
38
38
 
39
39
  spec.add_development_dependency 'byebug'
40
- spec.add_development_dependency 'rake', '~> 13.0'
41
- spec.add_development_dependency 'rspec', '~> 3.0'
42
- spec.add_development_dependency 'rubocop', '~> 1.21'
43
- spec.add_development_dependency 'rubocop-rake', '~> 0.6'
44
- spec.add_development_dependency 'rubocop-rspec', '~> 2.25'
40
+ spec.add_development_dependency 'rake', '>= 13.0'
41
+ spec.add_development_dependency 'rspec', '>= 3.0'
42
+ spec.add_development_dependency 'rubocop', '>= 1.21'
43
+ spec.add_development_dependency 'rubocop-rake', '>= 0.6'
44
+ spec.add_development_dependency 'rubocop-rspec', '>= 2.25'
45
45
 
46
46
  # For more information and examples about making a new gem, check out our
47
47
  # guide at: https://bundler.io/guides/creating_gem.html
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module Actiontext
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,55 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-actiontext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
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-08 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
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 7.1.2
20
- - - "<"
16
+ - - "~>"
21
17
  - !ruby/object:Gem::Version
22
- version: '8'
18
+ version: '8.1'
23
19
  type: :runtime
24
20
  prerelease: false
25
21
  version_requirements: !ruby/object:Gem::Requirement
26
22
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 7.1.2
30
- - - "<"
23
+ - - "~>"
31
24
  - !ruby/object:Gem::Version
32
- version: '8'
25
+ version: '8.1'
33
26
  - !ruby/object:Gem::Dependency
34
27
  name: activesupport
35
28
  requirement: !ruby/object:Gem::Requirement
36
29
  requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: 7.1.2
40
- - - "<"
30
+ - - "~>"
41
31
  - !ruby/object:Gem::Version
42
- version: '8'
32
+ version: '8.1'
43
33
  type: :runtime
44
34
  prerelease: false
45
35
  version_requirements: !ruby/object:Gem::Requirement
46
36
  requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: 7.1.2
50
- - - "<"
37
+ - - "~>"
51
38
  - !ruby/object:Gem::Version
52
- version: '8'
39
+ version: '8.1'
53
40
  - !ruby/object:Gem::Dependency
54
41
  name: bp3-core
55
42
  requirement: !ruby/object:Gem::Requirement
@@ -57,9 +44,6 @@ dependencies:
57
44
  - - ">="
58
45
  - !ruby/object:Gem::Version
59
46
  version: '0.1'
60
- - - "<"
61
- - !ruby/object:Gem::Version
62
- version: '1'
63
47
  type: :runtime
64
48
  prerelease: false
65
49
  version_requirements: !ruby/object:Gem::Requirement
@@ -67,29 +51,20 @@ dependencies:
67
51
  - - ">="
68
52
  - !ruby/object:Gem::Version
69
53
  version: '0.1'
70
- - - "<"
71
- - !ruby/object:Gem::Version
72
- version: '1'
73
54
  - !ruby/object:Gem::Dependency
74
55
  name: railties
75
56
  requirement: !ruby/object:Gem::Requirement
76
57
  requirements:
77
- - - ">="
78
- - !ruby/object:Gem::Version
79
- version: 7.1.2
80
- - - "<"
58
+ - - "~>"
81
59
  - !ruby/object:Gem::Version
82
- version: '8'
60
+ version: '8.1'
83
61
  type: :runtime
84
62
  prerelease: false
85
63
  version_requirements: !ruby/object:Gem::Requirement
86
64
  requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: 7.1.2
90
- - - "<"
65
+ - - "~>"
91
66
  - !ruby/object:Gem::Version
92
- version: '8'
67
+ version: '8.1'
93
68
  - !ruby/object:Gem::Dependency
94
69
  name: byebug
95
70
  requirement: !ruby/object:Gem::Requirement
@@ -108,73 +83,72 @@ dependencies:
108
83
  name: rake
109
84
  requirement: !ruby/object:Gem::Requirement
110
85
  requirements:
111
- - - "~>"
86
+ - - ">="
112
87
  - !ruby/object:Gem::Version
113
88
  version: '13.0'
114
89
  type: :development
115
90
  prerelease: false
116
91
  version_requirements: !ruby/object:Gem::Requirement
117
92
  requirements:
118
- - - "~>"
93
+ - - ">="
119
94
  - !ruby/object:Gem::Version
120
95
  version: '13.0'
121
96
  - !ruby/object:Gem::Dependency
122
97
  name: rspec
123
98
  requirement: !ruby/object:Gem::Requirement
124
99
  requirements:
125
- - - "~>"
100
+ - - ">="
126
101
  - !ruby/object:Gem::Version
127
102
  version: '3.0'
128
103
  type: :development
129
104
  prerelease: false
130
105
  version_requirements: !ruby/object:Gem::Requirement
131
106
  requirements:
132
- - - "~>"
107
+ - - ">="
133
108
  - !ruby/object:Gem::Version
134
109
  version: '3.0'
135
110
  - !ruby/object:Gem::Dependency
136
111
  name: rubocop
137
112
  requirement: !ruby/object:Gem::Requirement
138
113
  requirements:
139
- - - "~>"
114
+ - - ">="
140
115
  - !ruby/object:Gem::Version
141
116
  version: '1.21'
142
117
  type: :development
143
118
  prerelease: false
144
119
  version_requirements: !ruby/object:Gem::Requirement
145
120
  requirements:
146
- - - "~>"
121
+ - - ">="
147
122
  - !ruby/object:Gem::Version
148
123
  version: '1.21'
149
124
  - !ruby/object:Gem::Dependency
150
125
  name: rubocop-rake
151
126
  requirement: !ruby/object:Gem::Requirement
152
127
  requirements:
153
- - - "~>"
128
+ - - ">="
154
129
  - !ruby/object:Gem::Version
155
130
  version: '0.6'
156
131
  type: :development
157
132
  prerelease: false
158
133
  version_requirements: !ruby/object:Gem::Requirement
159
134
  requirements:
160
- - - "~>"
135
+ - - ">="
161
136
  - !ruby/object:Gem::Version
162
137
  version: '0.6'
163
138
  - !ruby/object:Gem::Dependency
164
139
  name: rubocop-rspec
165
140
  requirement: !ruby/object:Gem::Requirement
166
141
  requirements:
167
- - - "~>"
142
+ - - ">="
168
143
  - !ruby/object:Gem::Version
169
144
  version: '2.25'
170
145
  type: :development
171
146
  prerelease: false
172
147
  version_requirements: !ruby/object:Gem::Requirement
173
148
  requirements:
174
- - - "~>"
149
+ - - ">="
175
150
  - !ruby/object:Gem::Version
176
151
  version: '2.25'
177
- description:
178
152
  email:
179
153
  - wimdenbraven@persuavis.com
180
154
  executables: []
@@ -205,7 +179,6 @@ metadata:
205
179
  source_code_uri: https://github.com/persuavis/bp3-actiontext
206
180
  changelog_uri: https://github.com/persuavis/bp3-actiontext/blob/main/CHANGELOG.md
207
181
  rubygems_mfa_required: 'true'
208
- post_install_message:
209
182
  rdoc_options: []
210
183
  require_paths:
211
184
  - lib
@@ -220,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
193
  - !ruby/object:Gem::Version
221
194
  version: '0'
222
195
  requirements: []
223
- rubygems_version: 3.5.23
224
- signing_key:
196
+ rubygems_version: 3.6.9
225
197
  specification_version: 4
226
198
  summary: bp3-actiontext adapts actiontext for BP3 (persuavis/black_phoebe_3).
227
199
  test_files: []