bp3-actiontext 0.1.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 24f684f45dbb3d988057b84db6724181ab22ce61135bd33bbac16eb5aca4231a
4
+ data.tar.gz: 6e612d67eff91b908d4ad6413ef8d93fa40b99ecbfa4bf48daf10b0829c13140
5
+ SHA512:
6
+ metadata.gz: 0e76eb62d9c23aa287777b26fbbb3692b395d90a3fe18d3c430c4c7ae6ae729f06ba0959f77789ac61cb2fc24ac4393f7496b63db9d45c5be10053baee984b3e
7
+ data.tar.gz: 2f4024c5cda4a3df0bc26bbf0980468676875baffee51a9e74292802d58ad78c2cb061f983e07187f3be29a784d7e58c1370fc07669365c3d51fd1ab26ada027
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,51 @@
1
+ require:
2
+ - rubocop-rake
3
+ - rubocop-rspec
4
+ - rubocop-capybara
5
+ - rubocop-factory_bot
6
+
7
+ AllCops:
8
+ TargetRubyVersion: 3.2.2
9
+ NewCops: enable
10
+
11
+ Gemspec/DevelopmentDependencies:
12
+ EnforcedStyle: gemspec
13
+
14
+ Lint/ConstantDefinitionInBlock:
15
+ Exclude:
16
+ - lib/bp3/**/railtie.rb
17
+
18
+ Lint/Void:
19
+ Exclude:
20
+ - lib/bp3/**/railtie.rb
21
+
22
+ Metrics/AbcSize:
23
+ Max: 26
24
+
25
+ Metrics/BlockLength:
26
+ Max: 66
27
+
28
+ Metrics/CyclomaticComplexity:
29
+ Max: 10
30
+
31
+ Metrics/MethodLength:
32
+ Max: 15
33
+
34
+ Metrics/ModuleLength:
35
+ Max: 150
36
+
37
+ Metrics/PerceivedComplexity:
38
+ Max: 10
39
+
40
+ Naming/FileName:
41
+ Exclude:
42
+ - lib/bp3-*.rb
43
+
44
+ RSpec/ExampleLength:
45
+ Max: 10
46
+
47
+ RSpec/MultipleExpectations:
48
+ Max: 4
49
+
50
+ Style/Documentation:
51
+ Enabled: false
data/.yardopts ADDED
@@ -0,0 +1,8 @@
1
+ --charset utf-8
2
+ --readme README.md
3
+ --markup markdown
4
+ --title "bp3-actiontext"
5
+ --private
6
+ -
7
+ CHANGELOG.md
8
+ LICENSE.txt
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.1] - 2024-06-03
4
+
5
+ - Tweaks and documentation
6
+
7
+ ## [0.1.0] - 2024-01-08
8
+
9
+ - Initial release
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in bp3-actiontext.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,191 @@
1
+ PATH
2
+ remote: .
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)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actionpack (7.1.3)
14
+ actionview (= 7.1.3)
15
+ activesupport (= 7.1.3)
16
+ nokogiri (>= 1.8.5)
17
+ racc
18
+ rack (>= 2.2.4)
19
+ rack-session (>= 1.0.1)
20
+ rack-test (>= 0.6.3)
21
+ rails-dom-testing (~> 2.2)
22
+ 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)
28
+ globalid (>= 0.6.0)
29
+ nokogiri (>= 1.8.5)
30
+ actionview (7.1.3)
31
+ activesupport (= 7.1.3)
32
+ builder (~> 3.1)
33
+ erubi (~> 1.11)
34
+ rails-dom-testing (~> 2.2)
35
+ rails-html-sanitizer (~> 1.6)
36
+ activejob (7.1.3)
37
+ activesupport (= 7.1.3)
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)
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)
50
+ marcel (~> 1.0)
51
+ activesupport (7.1.3)
52
+ base64
53
+ bigdecimal
54
+ concurrent-ruby (~> 1.0, >= 1.0.2)
55
+ connection_pool (>= 2.2.5)
56
+ drb
57
+ i18n (>= 1.6, < 2)
58
+ minitest (>= 5.1)
59
+ mutex_m
60
+ tzinfo (~> 2.0)
61
+ ast (2.4.2)
62
+ base64 (0.2.0)
63
+ 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
+ byebug (11.1.3)
69
+ concurrent-ruby (1.3.1)
70
+ connection_pool (2.4.1)
71
+ crass (1.0.6)
72
+ diff-lcs (1.5.0)
73
+ drb (2.2.1)
74
+ erubi (1.12.0)
75
+ globalid (1.2.1)
76
+ activesupport (>= 6.1)
77
+ i18n (1.14.5)
78
+ concurrent-ruby (~> 1.0)
79
+ io-console (0.7.2)
80
+ irb (1.11.1)
81
+ rdoc
82
+ reline (>= 0.4.2)
83
+ json (2.7.1)
84
+ language_server-protocol (3.17.0.3)
85
+ loofah (2.22.0)
86
+ crass (~> 1.0.2)
87
+ 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)
92
+ racc (~> 1.4)
93
+ parallel (1.24.0)
94
+ parser (3.3.0.4)
95
+ ast (~> 2.4.1)
96
+ racc
97
+ psych (5.1.2)
98
+ stringio
99
+ racc (1.7.3)
100
+ rack (3.0.8)
101
+ rack-session (2.0.0)
102
+ rack (>= 3.0.0)
103
+ rack-test (2.1.0)
104
+ rack (>= 1.3)
105
+ rackup (2.1.0)
106
+ rack (>= 3)
107
+ webrick (~> 1.8)
108
+ rails-dom-testing (2.2.0)
109
+ activesupport (>= 5.0.0)
110
+ minitest
111
+ nokogiri (>= 1.6)
112
+ rails-html-sanitizer (1.6.0)
113
+ loofah (~> 2.21)
114
+ nokogiri (~> 1.14)
115
+ railties (7.1.3)
116
+ actionpack (= 7.1.3)
117
+ activesupport (= 7.1.3)
118
+ irb
119
+ rackup (>= 1.0.0)
120
+ rake (>= 12.2)
121
+ thor (~> 1.0, >= 1.2.2)
122
+ zeitwerk (~> 2.6)
123
+ rainbow (3.1.1)
124
+ rake (13.1.0)
125
+ rdoc (6.6.2)
126
+ psych (>= 4.0.0)
127
+ regexp_parser (2.9.0)
128
+ reline (0.4.2)
129
+ 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)
138
+ diff-lcs (>= 1.2.0, < 2.0)
139
+ rspec-support (~> 3.12.0)
140
+ rspec-mocks (3.12.6)
141
+ diff-lcs (>= 1.2.0, < 2.0)
142
+ rspec-support (~> 3.12.0)
143
+ rspec-support (3.12.1)
144
+ rubocop (1.60.1)
145
+ json (~> 2.3)
146
+ language_server-protocol (>= 3.17.0)
147
+ parallel (~> 1.10)
148
+ parser (>= 3.3.0.2)
149
+ 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)
153
+ ruby-progressbar (~> 1.7)
154
+ 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)
161
+ rubocop-rake (0.6.0)
162
+ rubocop (~> 1.0)
163
+ rubocop-rspec (2.26.1)
164
+ rubocop (~> 1.40)
165
+ rubocop-capybara (~> 2.17)
166
+ rubocop-factory_bot (~> 2.22)
167
+ ruby-progressbar (1.13.0)
168
+ stringio (3.1.0)
169
+ thor (1.3.0)
170
+ timeout (0.4.1)
171
+ tzinfo (2.0.6)
172
+ concurrent-ruby (~> 1.0)
173
+ unicode-display_width (2.5.0)
174
+ webrick (1.8.1)
175
+ zeitwerk (2.6.12)
176
+
177
+ PLATFORMS
178
+ x86_64-darwin-21
179
+ x86_64-darwin-22
180
+
181
+ DEPENDENCIES
182
+ bp3-actiontext!
183
+ byebug
184
+ rake (~> 13.0)
185
+ rspec (~> 3.0)
186
+ rubocop (~> 1.21)
187
+ rubocop-rake (~> 0.6)
188
+ rubocop-rspec (~> 2.25)
189
+
190
+ BUNDLED WITH
191
+ 2.3.7
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Wim den Braven
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,51 @@
1
+ # Bp3::Actiontext
2
+
3
+ bp3-actiontext adapts `actiontext` for BP3, the persuavis/black_phoebe_3
4
+ multi-site multi-tenant rails application. In particular, it adapts `ActionText::RichText`.
5
+
6
+ ## Installation
7
+
8
+ Add this line to your application's Gemfile:
9
+
10
+ ```ruby
11
+ gem 'bp3-actiontext'
12
+ ```
13
+
14
+ And then execute:
15
+
16
+ $ bundle install
17
+
18
+ Or install it yourself as:
19
+
20
+ $ gem install bp3-actiontext
21
+
22
+ ## Usage
23
+
24
+ In your application's `config/initializers/bp3-actiontext` initializer, specify the names of the classes
25
+ that store site, tenant and workspace records:
26
+ ```ruby
27
+ Bp3::Actiontext.site_class_name = 'Sites::Site'
28
+ Bp3::Actiontext.tenant_class_name = 'Tenant'
29
+ Bp3::Actiontext.workspace_class_name = 'Workspaces::Workspace'
30
+ ```
31
+
32
+ ## Development
33
+
34
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run
35
+ `rake spec` to run the tests. You can also run `bin/console` for an interactive
36
+ prompt that will allow you to experiment.
37
+
38
+ To install this gem onto your local machine, run `rake install`. To release a new
39
+ version, update the version number in `version.rb`, and then run `rake release`,
40
+ which will create a git tag for the version, push git commits and the created tag,
41
+ and push the `.gem` file to [rubygems.org](https://rubygems.org).
42
+
43
+ ## Testing
44
+ Run `rake` to run rspec tests and rubocop linting.
45
+
46
+ ## Documentation
47
+ A `.yardopts` file is provided to support yard documentation.
48
+
49
+ ## License
50
+
51
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require 'rubocop/rake_task'
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
@@ -0,0 +1,49 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lib/bp3/actiontext/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'bp3-actiontext'
7
+ spec.version = Bp3::Actiontext::VERSION
8
+ spec.authors = ['Wim den Braven']
9
+ spec.email = ['wimdenbraven@persuavis.com']
10
+
11
+ spec.summary = 'bp3-actiontext adapts actiontext for BP3 (persuavis/black_phoebe_3).'
12
+ # spec.description = "TODO: Write a longer description or delete this line."
13
+ spec.homepage = 'https://www.black-phoebe.com'
14
+ spec.license = 'MIT'
15
+ spec.required_ruby_version = '>= 3.2.0'
16
+
17
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
18
+
19
+ spec.metadata['homepage_uri'] = spec.homepage
20
+ spec.metadata['source_code_uri'] = 'https://github.com/persuavis/bp3-actiontext'
21
+ spec.metadata['changelog_uri'] = 'https://github.com/persuavis/bp3-actiontext/blob/main/CHANGELOG.md'
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject do |f|
27
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
28
+ end
29
+ end
30
+ spec.bindir = 'exe'
31
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
32
+ spec.require_paths = ['lib']
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']
38
+
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'
45
+
46
+ # For more information and examples about making a new gem, check out our
47
+ # guide at: https://bundler.io/guides/creating_gem.html
48
+ spec.metadata['rubygems_mfa_required'] = 'true'
49
+ end
@@ -0,0 +1,67 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'rails/railtie'
4
+
5
+ module Bp3
6
+ module Actiontext
7
+ class Railtie < Rails::Railtie
8
+ initializer 'bp3.actiontext.railtie.register' do |app|
9
+ app.config.after_initialize do
10
+ ::ActionText::RichText # preload
11
+ module ::ActionText
12
+ class RichText
13
+ include Bp3::Core::Rqid
14
+ include Bp3::Core::Sqnr
15
+ include Bp3::Core::Tenantable
16
+ include Bp3::Core::Ransackable
17
+
18
+ configure_tenancy
19
+ use_sqnr_for_ordering
20
+ has_paper_trail
21
+
22
+ validates :name, uniqueness: { scope: %w[sites_site_id record_type record_id locale] }
23
+
24
+ private
25
+
26
+ # override Tenantable#set_sites_site_id to use the parent record, if available
27
+ def set_sites_site_id
28
+ self.sites_site_id = if record.is_a?(Bp3::Actiontext.site_class)
29
+ record.id
30
+ elsif record.respond_to?(:sites_site_id)
31
+ record.sites_site_id
32
+ end
33
+ return if sites_site_id.present?
34
+
35
+ super
36
+ end
37
+
38
+ # override Tenantable#set_tenant_id to use the parent record, if available
39
+ def set_tenant_id
40
+ self.tenant_id = if record.is_a?(Bp3::Actiontext.tenant_class)
41
+ record.id
42
+ elsif record.respond_to?(:tenant_id)
43
+ record.tenant_id
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
60
+ end
61
+ end
62
+ end
63
+ end
64
+ end
65
+ end
66
+ end
67
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Bp3
4
+ module Actiontext
5
+ VERSION = '0.1.1'
6
+ end
7
+ end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'active_support/core_ext/module/attribute_accessors'
4
+ require 'active_support/inflector'
5
+
6
+ require_relative 'actiontext/railtie'
7
+ require_relative 'actiontext/version'
8
+
9
+ module Bp3
10
+ module Actiontext
11
+ mattr_accessor :site_class_name, :tenant_class_name, :workspace_class_name
12
+
13
+ def self.site_class
14
+ @@site_class ||= site_class_name.constantize # rubocop:disable Style/ClassVars
15
+ end
16
+
17
+ def self.tenant_class
18
+ @@tenant_class ||= tenant_class_name.constantize # rubocop:disable Style/ClassVars
19
+ end
20
+
21
+ def self.workspace_class
22
+ @@workspace_class ||= workspace_class_name.constantize # rubocop:disable Style/ClassVars
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bp3/actiontext'
@@ -0,0 +1,6 @@
1
+ module Bp3
2
+ module Actiontext
3
+ VERSION: String
4
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,227 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bp3-actiontext
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Wim den Braven
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: actiontext
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 7.1.2
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '8'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 7.1.2
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '8'
33
+ - !ruby/object:Gem::Dependency
34
+ name: activesupport
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 7.1.2
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: '8'
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 7.1.2
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: '8'
53
+ - !ruby/object:Gem::Dependency
54
+ name: bp3-core
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '0.1'
60
+ - - "<"
61
+ - !ruby/object:Gem::Version
62
+ version: '1'
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '0.1'
70
+ - - "<"
71
+ - !ruby/object:Gem::Version
72
+ version: '1'
73
+ - !ruby/object:Gem::Dependency
74
+ name: railties
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: 7.1.2
80
+ - - "<"
81
+ - !ruby/object:Gem::Version
82
+ version: '8'
83
+ type: :runtime
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: 7.1.2
90
+ - - "<"
91
+ - !ruby/object:Gem::Version
92
+ version: '8'
93
+ - !ruby/object:Gem::Dependency
94
+ name: byebug
95
+ requirement: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: '0'
100
+ type: :development
101
+ prerelease: false
102
+ version_requirements: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: '0'
107
+ - !ruby/object:Gem::Dependency
108
+ name: rake
109
+ requirement: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - "~>"
112
+ - !ruby/object:Gem::Version
113
+ version: '13.0'
114
+ type: :development
115
+ prerelease: false
116
+ version_requirements: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - "~>"
119
+ - !ruby/object:Gem::Version
120
+ version: '13.0'
121
+ - !ruby/object:Gem::Dependency
122
+ name: rspec
123
+ requirement: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - "~>"
126
+ - !ruby/object:Gem::Version
127
+ version: '3.0'
128
+ type: :development
129
+ prerelease: false
130
+ version_requirements: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - "~>"
133
+ - !ruby/object:Gem::Version
134
+ version: '3.0'
135
+ - !ruby/object:Gem::Dependency
136
+ name: rubocop
137
+ requirement: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - "~>"
140
+ - !ruby/object:Gem::Version
141
+ version: '1.21'
142
+ type: :development
143
+ prerelease: false
144
+ version_requirements: !ruby/object:Gem::Requirement
145
+ requirements:
146
+ - - "~>"
147
+ - !ruby/object:Gem::Version
148
+ version: '1.21'
149
+ - !ruby/object:Gem::Dependency
150
+ name: rubocop-rake
151
+ requirement: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - "~>"
154
+ - !ruby/object:Gem::Version
155
+ version: '0.6'
156
+ type: :development
157
+ prerelease: false
158
+ version_requirements: !ruby/object:Gem::Requirement
159
+ requirements:
160
+ - - "~>"
161
+ - !ruby/object:Gem::Version
162
+ version: '0.6'
163
+ - !ruby/object:Gem::Dependency
164
+ name: rubocop-rspec
165
+ requirement: !ruby/object:Gem::Requirement
166
+ requirements:
167
+ - - "~>"
168
+ - !ruby/object:Gem::Version
169
+ version: '2.25'
170
+ type: :development
171
+ prerelease: false
172
+ version_requirements: !ruby/object:Gem::Requirement
173
+ requirements:
174
+ - - "~>"
175
+ - !ruby/object:Gem::Version
176
+ version: '2.25'
177
+ description:
178
+ email:
179
+ - wimdenbraven@persuavis.com
180
+ executables: []
181
+ extensions: []
182
+ extra_rdoc_files: []
183
+ files:
184
+ - ".rspec"
185
+ - ".rubocop.yml"
186
+ - ".yardopts"
187
+ - CHANGELOG.md
188
+ - Gemfile
189
+ - Gemfile.lock
190
+ - LICENSE.txt
191
+ - README.md
192
+ - Rakefile
193
+ - bp3-actiontext.gemspec
194
+ - lib/bp3-actiontext.rb
195
+ - lib/bp3/actiontext.rb
196
+ - lib/bp3/actiontext/railtie.rb
197
+ - lib/bp3/actiontext/version.rb
198
+ - sig/bp3/actiontext.rbs
199
+ homepage: https://www.black-phoebe.com
200
+ licenses:
201
+ - MIT
202
+ metadata:
203
+ allowed_push_host: https://rubygems.org
204
+ homepage_uri: https://www.black-phoebe.com
205
+ source_code_uri: https://github.com/persuavis/bp3-actiontext
206
+ changelog_uri: https://github.com/persuavis/bp3-actiontext/blob/main/CHANGELOG.md
207
+ rubygems_mfa_required: 'true'
208
+ post_install_message:
209
+ rdoc_options: []
210
+ require_paths:
211
+ - lib
212
+ required_ruby_version: !ruby/object:Gem::Requirement
213
+ requirements:
214
+ - - ">="
215
+ - !ruby/object:Gem::Version
216
+ version: 3.2.0
217
+ required_rubygems_version: !ruby/object:Gem::Requirement
218
+ requirements:
219
+ - - ">="
220
+ - !ruby/object:Gem::Version
221
+ version: '0'
222
+ requirements: []
223
+ rubygems_version: 3.5.11
224
+ signing_key:
225
+ specification_version: 4
226
+ summary: bp3-actiontext adapts actiontext for BP3 (persuavis/black_phoebe_3).
227
+ test_files: []