bp3-actiontext 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: eab4f39f5a404483f43d52edf52f0f89e8396dc5b786cd38d5129a3ecbb24649
4
- data.tar.gz: c1201c347adabe44d271e566eaf3b07886c3bd15010507c07306d41a5c6e3912
3
+ metadata.gz: 9f1919f0232387be076ac8039cb3e6c1db32b25985469293be29dbd947cf38c3
4
+ data.tar.gz: a0c26b41324bca9f871125a6884cfc47a7757b2a1b066a15f773b918d5ff3841
5
5
  SHA512:
6
- metadata.gz: '085a696b831850bdc02a2bb1e137df0c6bed8eee0406b1bf4cb2e1d506c89a3ea6211bf749223f4803d643fd8ace4cfed95fdaf9523fb7db85f121db69f4001e'
7
- data.tar.gz: ce470517c567b47e1719f7a8bf282b7f177f1bb3d9975c2d9adf40dd0543b1c6f4b5b090e532f5a7661141e00c3125d0118411ef886ce05a73098c021e8d04db
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,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2024-11-18
4
+
5
+ - Relax gem constraints
6
+
3
7
  ## [0.1.2] - 2024-11-07
4
8
 
5
9
  - Update tenant from parent record only
data/Gemfile.lock CHANGED
@@ -1,55 +1,54 @@
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.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.2.2)
14
- actionview (= 7.2.2)
15
- activesupport (= 7.2.2)
13
+ actionpack (8.0.0)
14
+ actionview (= 8.0.0)
15
+ activesupport (= 8.0.0)
16
16
  nokogiri (>= 1.8.5)
17
- racc
18
- rack (>= 2.2.4, < 3.2)
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
22
  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)
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)
29
28
  globalid (>= 0.6.0)
30
29
  nokogiri (>= 1.8.5)
31
- actionview (7.2.2)
32
- activesupport (= 7.2.2)
30
+ actionview (8.0.0)
31
+ activesupport (= 8.0.0)
33
32
  builder (~> 3.1)
34
33
  erubi (~> 1.11)
35
34
  rails-dom-testing (~> 2.2)
36
35
  rails-html-sanitizer (~> 1.6)
37
- activejob (7.2.2)
38
- activesupport (= 7.2.2)
36
+ activejob (8.0.0)
37
+ activesupport (= 8.0.0)
39
38
  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)
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)
45
44
  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)
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)
51
50
  marcel (~> 1.0)
52
- activesupport (7.2.2)
51
+ activesupport (8.0.0)
53
52
  base64
54
53
  benchmark (>= 0.3)
55
54
  bigdecimal
@@ -61,13 +60,14 @@ GEM
61
60
  minitest (>= 5.1)
62
61
  securerandom (>= 0.3)
63
62
  tzinfo (~> 2.0, >= 2.0.5)
63
+ uri (>= 0.13.1)
64
64
  ast (2.4.2)
65
65
  base64 (0.2.0)
66
- benchmark (0.3.0)
66
+ benchmark (0.4.0)
67
67
  bigdecimal (3.1.8)
68
- bp3-core (0.1.4)
69
- actionview (>= 7.1.2, < 8)
70
- activesupport (>= 7.1.2, < 8)
68
+ bp3-core (0.1.5)
69
+ actionview (>= 7.1.2)
70
+ activesupport (>= 7.1.2)
71
71
  builder (3.3.0)
72
72
  byebug (11.1.3)
73
73
  concurrent-ruby (1.3.4)
@@ -84,7 +84,7 @@ GEM
84
84
  irb (1.14.1)
85
85
  rdoc (>= 4.0.0)
86
86
  reline (>= 0.4.2)
87
- json (2.8.1)
87
+ json (2.8.2)
88
88
  language_server-protocol (3.17.0.3)
89
89
  logger (1.6.1)
90
90
  loofah (2.23.1)
@@ -106,7 +106,7 @@ GEM
106
106
  rack (>= 3.0.0)
107
107
  rack-test (2.1.0)
108
108
  rack (>= 1.3)
109
- rackup (2.2.0)
109
+ rackup (2.2.1)
110
110
  rack (>= 3)
111
111
  rails-dom-testing (2.2.0)
112
112
  activesupport (>= 5.0.0)
@@ -115,9 +115,9 @@ GEM
115
115
  rails-html-sanitizer (1.6.0)
116
116
  loofah (~> 2.21)
117
117
  nokogiri (~> 1.14)
118
- railties (7.2.2)
119
- actionpack (= 7.2.2)
120
- activesupport (= 7.2.2)
118
+ railties (8.0.0)
119
+ actionpack (= 8.0.0)
120
+ activesupport (= 8.0.0)
121
121
  irb (~> 1.13)
122
122
  rackup (>= 1.0.0)
123
123
  rake (>= 12.2)
@@ -128,7 +128,7 @@ GEM
128
128
  rdoc (6.7.0)
129
129
  psych (>= 4.0.0)
130
130
  regexp_parser (2.9.2)
131
- reline (0.5.10)
131
+ reline (0.5.11)
132
132
  io-console (~> 0.5)
133
133
  rspec (3.13.0)
134
134
  rspec-core (~> 3.13.0)
@@ -153,29 +153,21 @@ GEM
153
153
  rubocop-ast (>= 1.32.2, < 2.0)
154
154
  ruby-progressbar (~> 1.7)
155
155
  unicode-display_width (>= 2.4.0, < 3.0)
156
- rubocop-ast (1.34.1)
156
+ rubocop-ast (1.36.1)
157
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
158
  rubocop-rake (0.6.0)
163
159
  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)
160
+ rubocop-rspec (3.2.0)
170
161
  rubocop (~> 1.61)
171
162
  ruby-progressbar (1.13.0)
172
- securerandom (0.3.1)
163
+ securerandom (0.3.2)
173
164
  stringio (3.1.2)
174
165
  thor (1.3.2)
175
166
  timeout (0.4.2)
176
167
  tzinfo (2.0.6)
177
168
  concurrent-ruby (~> 1.0)
178
169
  unicode-display_width (2.6.0)
170
+ uri (1.0.2)
179
171
  useragent (0.16.10)
180
172
  zeitwerk (2.7.1)
181
173
 
@@ -187,11 +179,11 @@ PLATFORMS
187
179
  DEPENDENCIES
188
180
  bp3-actiontext!
189
181
  byebug
190
- rake (~> 13.0)
191
- rspec (~> 3.0)
192
- rubocop (~> 1.21)
193
- rubocop-rake (~> 0.6)
194
- 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)
195
187
 
196
188
  BUNDLED WITH
197
- 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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module Actiontext
5
- VERSION = '0.1.2'
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.2
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-11-08 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: