bp3-actiontext 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24f684f45dbb3d988057b84db6724181ab22ce61135bd33bbac16eb5aca4231a
4
- data.tar.gz: 6e612d67eff91b908d4ad6413ef8d93fa40b99ecbfa4bf48daf10b0829c13140
3
+ metadata.gz: 9f1919f0232387be076ac8039cb3e6c1db32b25985469293be29dbd947cf38c3
4
+ data.tar.gz: a0c26b41324bca9f871125a6884cfc47a7757b2a1b066a15f773b918d5ff3841
5
5
  SHA512:
6
- metadata.gz: 0e76eb62d9c23aa287777b26fbbb3692b395d90a3fe18d3c430c4c7ae6ae729f06ba0959f77789ac61cb2fc24ac4393f7496b63db9d45c5be10053baee984b3e
7
- data.tar.gz: 2f4024c5cda4a3df0bc26bbf0980468676875baffee51a9e74292802d58ad78c2cb061f983e07187f3be29a784d7e58c1370fc07669365c3d51fd1ab26ada027
6
+ metadata.gz: 69853852db3f34b8e8393c5ba0a2168896efcc4d6b9d27039743c37ceff58075d61f1512dd09d3dc5f9185e39adac8bd725c1a2d3edeb0c52374b6b0347540b4
7
+ data.tar.gz: f817863a2cb57f3425267475c97adcae7e44f20b33ef0144627195c45b9afdd5644745e780d92a446112789ebb650722daed5bfd786666ebbebb30cd5ec064c1
data/.rubocop.yml CHANGED
@@ -1,8 +1,6 @@
1
1
  require:
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.3] - 2024-11-18
4
+
5
+ - Relax gem constraints
6
+
7
+ ## [0.1.2] - 2024-11-07
8
+
9
+ - Update tenant from parent record only
10
+
3
11
  ## [0.1.1] - 2024-06-03
4
12
 
5
13
  - Tweaks and documentation
data/Gemfile.lock CHANGED
@@ -1,110 +1,113 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-actiontext (0.1.1)
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.3)
5
+ actiontext (>= 7.1.2)
6
+ activesupport (>= 7.1.2)
7
+ bp3-core (>= 0.1)
8
+ railties (>= 7.1.2)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (7.1.3)
14
- actionview (= 7.1.3)
15
- activesupport (= 7.1.3)
13
+ actionpack (8.0.0)
14
+ actionview (= 8.0.0)
15
+ activesupport (= 8.0.0)
16
16
  nokogiri (>= 1.8.5)
17
- racc
18
17
  rack (>= 2.2.4)
19
18
  rack-session (>= 1.0.1)
20
19
  rack-test (>= 0.6.3)
21
20
  rails-dom-testing (~> 2.2)
22
21
  rails-html-sanitizer (~> 1.6)
23
- actiontext (7.1.3)
24
- actionpack (= 7.1.3)
25
- activerecord (= 7.1.3)
26
- activestorage (= 7.1.3)
27
- activesupport (= 7.1.3)
22
+ 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)
28
28
  globalid (>= 0.6.0)
29
29
  nokogiri (>= 1.8.5)
30
- actionview (7.1.3)
31
- activesupport (= 7.1.3)
30
+ actionview (8.0.0)
31
+ activesupport (= 8.0.0)
32
32
  builder (~> 3.1)
33
33
  erubi (~> 1.11)
34
34
  rails-dom-testing (~> 2.2)
35
35
  rails-html-sanitizer (~> 1.6)
36
- activejob (7.1.3)
37
- activesupport (= 7.1.3)
36
+ activejob (8.0.0)
37
+ activesupport (= 8.0.0)
38
38
  globalid (>= 0.3.6)
39
- activemodel (7.1.3)
40
- activesupport (= 7.1.3)
41
- activerecord (7.1.3)
42
- activemodel (= 7.1.3)
43
- activesupport (= 7.1.3)
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)
44
44
  timeout (>= 0.4.0)
45
- activestorage (7.1.3)
46
- actionpack (= 7.1.3)
47
- activejob (= 7.1.3)
48
- activerecord (= 7.1.3)
49
- activesupport (= 7.1.3)
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)
50
50
  marcel (~> 1.0)
51
- activesupport (7.1.3)
51
+ activesupport (8.0.0)
52
52
  base64
53
+ benchmark (>= 0.3)
53
54
  bigdecimal
54
- concurrent-ruby (~> 1.0, >= 1.0.2)
55
+ concurrent-ruby (~> 1.0, >= 1.3.1)
55
56
  connection_pool (>= 2.2.5)
56
57
  drb
57
58
  i18n (>= 1.6, < 2)
59
+ logger (>= 1.4.2)
58
60
  minitest (>= 5.1)
59
- mutex_m
60
- tzinfo (~> 2.0)
61
+ securerandom (>= 0.3)
62
+ tzinfo (~> 2.0, >= 2.0.5)
63
+ uri (>= 0.13.1)
61
64
  ast (2.4.2)
62
65
  base64 (0.2.0)
66
+ benchmark (0.4.0)
63
67
  bigdecimal (3.1.8)
64
- bp3-core (0.1.2)
65
- actionview (>= 7.1.2, < 8)
66
- activesupport (>= 7.1.2, < 8)
67
- builder (3.2.4)
68
+ bp3-core (0.1.5)
69
+ actionview (>= 7.1.2)
70
+ activesupport (>= 7.1.2)
71
+ builder (3.3.0)
68
72
  byebug (11.1.3)
69
- concurrent-ruby (1.3.1)
73
+ concurrent-ruby (1.3.4)
70
74
  connection_pool (2.4.1)
71
75
  crass (1.0.6)
72
- diff-lcs (1.5.0)
76
+ diff-lcs (1.5.1)
73
77
  drb (2.2.1)
74
- erubi (1.12.0)
78
+ erubi (1.13.0)
75
79
  globalid (1.2.1)
76
80
  activesupport (>= 6.1)
77
- i18n (1.14.5)
81
+ i18n (1.14.6)
78
82
  concurrent-ruby (~> 1.0)
79
83
  io-console (0.7.2)
80
- irb (1.11.1)
81
- rdoc
84
+ irb (1.14.1)
85
+ rdoc (>= 4.0.0)
82
86
  reline (>= 0.4.2)
83
- json (2.7.1)
87
+ json (2.8.2)
84
88
  language_server-protocol (3.17.0.3)
85
- loofah (2.22.0)
89
+ logger (1.6.1)
90
+ loofah (2.23.1)
86
91
  crass (~> 1.0.2)
87
92
  nokogiri (>= 1.12.0)
88
- marcel (1.0.2)
89
- minitest (5.23.1)
90
- mutex_m (0.2.0)
91
- nokogiri (1.16.0-x86_64-darwin)
93
+ marcel (1.0.4)
94
+ minitest (5.25.1)
95
+ nokogiri (1.16.7-x86_64-darwin)
92
96
  racc (~> 1.4)
93
- parallel (1.24.0)
94
- parser (3.3.0.4)
97
+ parallel (1.26.3)
98
+ parser (3.3.6.0)
95
99
  ast (~> 2.4.1)
96
100
  racc
97
- psych (5.1.2)
101
+ psych (5.2.0)
98
102
  stringio
99
- racc (1.7.3)
100
- rack (3.0.8)
103
+ racc (1.8.1)
104
+ rack (3.1.8)
101
105
  rack-session (2.0.0)
102
106
  rack (>= 3.0.0)
103
107
  rack-test (2.1.0)
104
108
  rack (>= 1.3)
105
- rackup (2.1.0)
109
+ rackup (2.2.1)
106
110
  rack (>= 3)
107
- webrick (~> 1.8)
108
111
  rails-dom-testing (2.2.0)
109
112
  activesupport (>= 5.0.0)
110
113
  minitest
@@ -112,80 +115,75 @@ GEM
112
115
  rails-html-sanitizer (1.6.0)
113
116
  loofah (~> 2.21)
114
117
  nokogiri (~> 1.14)
115
- railties (7.1.3)
116
- actionpack (= 7.1.3)
117
- activesupport (= 7.1.3)
118
- irb
118
+ railties (8.0.0)
119
+ actionpack (= 8.0.0)
120
+ activesupport (= 8.0.0)
121
+ irb (~> 1.13)
119
122
  rackup (>= 1.0.0)
120
123
  rake (>= 12.2)
121
124
  thor (~> 1.0, >= 1.2.2)
122
125
  zeitwerk (~> 2.6)
123
126
  rainbow (3.1.1)
124
- rake (13.1.0)
125
- rdoc (6.6.2)
127
+ rake (13.2.1)
128
+ rdoc (6.7.0)
126
129
  psych (>= 4.0.0)
127
- regexp_parser (2.9.0)
128
- reline (0.4.2)
130
+ regexp_parser (2.9.2)
131
+ reline (0.5.11)
129
132
  io-console (~> 0.5)
130
- rexml (3.2.6)
131
- rspec (3.12.0)
132
- rspec-core (~> 3.12.0)
133
- rspec-expectations (~> 3.12.0)
134
- rspec-mocks (~> 3.12.0)
135
- rspec-core (3.12.2)
136
- rspec-support (~> 3.12.0)
137
- rspec-expectations (3.12.3)
133
+ rspec (3.13.0)
134
+ rspec-core (~> 3.13.0)
135
+ rspec-expectations (~> 3.13.0)
136
+ rspec-mocks (~> 3.13.0)
137
+ rspec-core (3.13.2)
138
+ rspec-support (~> 3.13.0)
139
+ rspec-expectations (3.13.3)
138
140
  diff-lcs (>= 1.2.0, < 2.0)
139
- rspec-support (~> 3.12.0)
140
- rspec-mocks (3.12.6)
141
+ rspec-support (~> 3.13.0)
142
+ rspec-mocks (3.13.2)
141
143
  diff-lcs (>= 1.2.0, < 2.0)
142
- rspec-support (~> 3.12.0)
143
- rspec-support (3.12.1)
144
- rubocop (1.60.1)
144
+ rspec-support (~> 3.13.0)
145
+ rspec-support (3.13.1)
146
+ rubocop (1.68.0)
145
147
  json (~> 2.3)
146
148
  language_server-protocol (>= 3.17.0)
147
149
  parallel (~> 1.10)
148
150
  parser (>= 3.3.0.2)
149
151
  rainbow (>= 2.2.2, < 4.0)
150
- regexp_parser (>= 1.8, < 3.0)
151
- rexml (>= 3.2.5, < 4.0)
152
- rubocop-ast (>= 1.30.0, < 2.0)
152
+ regexp_parser (>= 2.4, < 3.0)
153
+ rubocop-ast (>= 1.32.2, < 2.0)
153
154
  ruby-progressbar (~> 1.7)
154
155
  unicode-display_width (>= 2.4.0, < 3.0)
155
- rubocop-ast (1.30.0)
156
- parser (>= 3.2.1.0)
157
- rubocop-capybara (2.20.0)
158
- rubocop (~> 1.41)
159
- rubocop-factory_bot (2.25.1)
160
- rubocop (~> 1.41)
156
+ rubocop-ast (1.36.1)
157
+ parser (>= 3.3.1.0)
161
158
  rubocop-rake (0.6.0)
162
159
  rubocop (~> 1.0)
163
- rubocop-rspec (2.26.1)
164
- rubocop (~> 1.40)
165
- rubocop-capybara (~> 2.17)
166
- rubocop-factory_bot (~> 2.22)
160
+ rubocop-rspec (3.2.0)
161
+ rubocop (~> 1.61)
167
162
  ruby-progressbar (1.13.0)
168
- stringio (3.1.0)
169
- thor (1.3.0)
170
- timeout (0.4.1)
163
+ securerandom (0.3.2)
164
+ stringio (3.1.2)
165
+ thor (1.3.2)
166
+ timeout (0.4.2)
171
167
  tzinfo (2.0.6)
172
168
  concurrent-ruby (~> 1.0)
173
- unicode-display_width (2.5.0)
174
- webrick (1.8.1)
175
- zeitwerk (2.6.12)
169
+ unicode-display_width (2.6.0)
170
+ uri (1.0.2)
171
+ useragent (0.16.10)
172
+ zeitwerk (2.7.1)
176
173
 
177
174
  PLATFORMS
178
175
  x86_64-darwin-21
179
176
  x86_64-darwin-22
177
+ x86_64-darwin-23
180
178
 
181
179
  DEPENDENCIES
182
180
  bp3-actiontext!
183
181
  byebug
184
- rake (~> 13.0)
185
- rspec (~> 3.0)
186
- rubocop (~> 1.21)
187
- rubocop-rake (~> 0.6)
188
- rubocop-rspec (~> 2.25)
182
+ rake (>= 13.0)
183
+ rspec (>= 3.0)
184
+ rubocop (>= 1.21)
185
+ rubocop-rake (>= 0.6)
186
+ rubocop-rspec (>= 2.25)
189
187
 
190
188
  BUNDLED WITH
191
- 2.3.7
189
+ 2.5.23
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', '>= 7.1.2'
35
+ spec.add_dependency 'activesupport', '>= 7.1.2'
36
+ spec.add_dependency 'bp3-core', '>= 0.1'
37
+ spec.add_dependency 'railties', '>= 7.1.2'
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
@@ -42,21 +42,11 @@ module Bp3
42
42
  elsif record.respond_to?(:tenant_id)
43
43
  record.tenant_id
44
44
  end
45
- return if tenant_id.present?
46
-
47
- super
48
- end
49
-
50
- # override Tenantable#set_workspaces_workspace_id to use the parent record, if available
51
- def set_workspaces_workspace_id
52
- self.workspaces_workspace_id = if record.is_a?(Bp3::Actiontext.workspace_class)
53
- record.id
54
- elsif record.respond_to?(:workspaces_workspace_id)
55
- record.workspaces_workspace_id
56
- end
57
- return if workspaces_workspace_id.present?
58
-
59
- super
45
+ # don't call super, as we do NOT want to use a global state tenant
46
+ # and tenant is not required
47
+ # return if tenant_id.present?
48
+ #
49
+ # super
60
50
  end
61
51
  end
62
52
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module Actiontext
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-actiontext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wim den Braven
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-03 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actiontext
@@ -17,9 +17,6 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 7.1.2
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '8'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,9 +24,6 @@ dependencies:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 7.1.2
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '8'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: activesupport
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -37,9 +31,6 @@ dependencies:
37
31
  - - ">="
38
32
  - !ruby/object:Gem::Version
39
33
  version: 7.1.2
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '8'
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
@@ -47,9 +38,6 @@ dependencies:
47
38
  - - ">="
48
39
  - !ruby/object:Gem::Version
49
40
  version: 7.1.2
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '8'
53
41
  - !ruby/object:Gem::Dependency
54
42
  name: bp3-core
55
43
  requirement: !ruby/object:Gem::Requirement
@@ -57,9 +45,6 @@ dependencies:
57
45
  - - ">="
58
46
  - !ruby/object:Gem::Version
59
47
  version: '0.1'
60
- - - "<"
61
- - !ruby/object:Gem::Version
62
- version: '1'
63
48
  type: :runtime
64
49
  prerelease: false
65
50
  version_requirements: !ruby/object:Gem::Requirement
@@ -67,9 +52,6 @@ dependencies:
67
52
  - - ">="
68
53
  - !ruby/object:Gem::Version
69
54
  version: '0.1'
70
- - - "<"
71
- - !ruby/object:Gem::Version
72
- version: '1'
73
55
  - !ruby/object:Gem::Dependency
74
56
  name: railties
75
57
  requirement: !ruby/object:Gem::Requirement
@@ -77,9 +59,6 @@ dependencies:
77
59
  - - ">="
78
60
  - !ruby/object:Gem::Version
79
61
  version: 7.1.2
80
- - - "<"
81
- - !ruby/object:Gem::Version
82
- version: '8'
83
62
  type: :runtime
84
63
  prerelease: false
85
64
  version_requirements: !ruby/object:Gem::Requirement
@@ -87,9 +66,6 @@ dependencies:
87
66
  - - ">="
88
67
  - !ruby/object:Gem::Version
89
68
  version: 7.1.2
90
- - - "<"
91
- - !ruby/object:Gem::Version
92
- version: '8'
93
69
  - !ruby/object:Gem::Dependency
94
70
  name: byebug
95
71
  requirement: !ruby/object:Gem::Requirement
@@ -108,70 +84,70 @@ dependencies:
108
84
  name: rake
109
85
  requirement: !ruby/object:Gem::Requirement
110
86
  requirements:
111
- - - "~>"
87
+ - - ">="
112
88
  - !ruby/object:Gem::Version
113
89
  version: '13.0'
114
90
  type: :development
115
91
  prerelease: false
116
92
  version_requirements: !ruby/object:Gem::Requirement
117
93
  requirements:
118
- - - "~>"
94
+ - - ">="
119
95
  - !ruby/object:Gem::Version
120
96
  version: '13.0'
121
97
  - !ruby/object:Gem::Dependency
122
98
  name: rspec
123
99
  requirement: !ruby/object:Gem::Requirement
124
100
  requirements:
125
- - - "~>"
101
+ - - ">="
126
102
  - !ruby/object:Gem::Version
127
103
  version: '3.0'
128
104
  type: :development
129
105
  prerelease: false
130
106
  version_requirements: !ruby/object:Gem::Requirement
131
107
  requirements:
132
- - - "~>"
108
+ - - ">="
133
109
  - !ruby/object:Gem::Version
134
110
  version: '3.0'
135
111
  - !ruby/object:Gem::Dependency
136
112
  name: rubocop
137
113
  requirement: !ruby/object:Gem::Requirement
138
114
  requirements:
139
- - - "~>"
115
+ - - ">="
140
116
  - !ruby/object:Gem::Version
141
117
  version: '1.21'
142
118
  type: :development
143
119
  prerelease: false
144
120
  version_requirements: !ruby/object:Gem::Requirement
145
121
  requirements:
146
- - - "~>"
122
+ - - ">="
147
123
  - !ruby/object:Gem::Version
148
124
  version: '1.21'
149
125
  - !ruby/object:Gem::Dependency
150
126
  name: rubocop-rake
151
127
  requirement: !ruby/object:Gem::Requirement
152
128
  requirements:
153
- - - "~>"
129
+ - - ">="
154
130
  - !ruby/object:Gem::Version
155
131
  version: '0.6'
156
132
  type: :development
157
133
  prerelease: false
158
134
  version_requirements: !ruby/object:Gem::Requirement
159
135
  requirements:
160
- - - "~>"
136
+ - - ">="
161
137
  - !ruby/object:Gem::Version
162
138
  version: '0.6'
163
139
  - !ruby/object:Gem::Dependency
164
140
  name: rubocop-rspec
165
141
  requirement: !ruby/object:Gem::Requirement
166
142
  requirements:
167
- - - "~>"
143
+ - - ">="
168
144
  - !ruby/object:Gem::Version
169
145
  version: '2.25'
170
146
  type: :development
171
147
  prerelease: false
172
148
  version_requirements: !ruby/object:Gem::Requirement
173
149
  requirements:
174
- - - "~>"
150
+ - - ">="
175
151
  - !ruby/object:Gem::Version
176
152
  version: '2.25'
177
153
  description:
@@ -220,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
196
  - !ruby/object:Gem::Version
221
197
  version: '0'
222
198
  requirements: []
223
- rubygems_version: 3.5.11
199
+ rubygems_version: 3.5.23
224
200
  signing_key:
225
201
  specification_version: 4
226
202
  summary: bp3-actiontext adapts actiontext for BP3 (persuavis/black_phoebe_3).