bp3-noticed 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17ac709db4d71552e25763221ab6f4ef95211242a1a138458da6a52b1ba84a96
4
- data.tar.gz: 596bf31f9cf62f4f5c8133e3f5f8aa6808b0ccb95f9f50be16a16dc6d347ca61
3
+ metadata.gz: b4ca6fef467f83a78fa5398c7eb41d1c2b3597a9dd22918ced10e2feeb833220
4
+ data.tar.gz: 816d88d3dbd4531296f2942198500821a1c1b3c0085a5ea9afd4c838a7a56dbc
5
5
  SHA512:
6
- metadata.gz: b867d294631f28e7a4f39f0f2c842a166d38c7003504680866a077d4520d861f341a6b38a84785cdfdf8b8923afa348a2de42452e0e194f7d98fba1a1f4afdf2
7
- data.tar.gz: fb876744be692af0fca93141185804a04434a575a1fcd2188bbdce17ed470d8ce725cc2a64651c87db4b3de6209f5daaf60b0e3c04a4453ebcfb2f475b3bfbdd
6
+ metadata.gz: 940061280909e5b2173bce4df2aece7a59d95a89c4d0f77dbb9eaa8b713511693809b0ce0add7bb7d08421b821bbf16bce2220d937b289be3387c0b60e5f48ae
7
+ data.tar.gz: f083d2dd46f9cffe2499048d2b8cb231ab28513b503da5d5fe8b0046fb2e30334d357f6718475b470439cf28086ac1f9536ab14fc29bf32349783dc2748d7d66
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/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.2.2
1
+ ruby-3.3.5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2024-11-18
4
+
5
+ - Use ruby 3.3.5 and relax gem constraints
6
+
3
7
  ## [0.2.0] - 2024-07-31
4
8
 
5
9
  - Namespace include and prepend modules
data/Gemfile.lock CHANGED
@@ -1,119 +1,118 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-noticed (0.2.0)
5
- activesupport (>= 7.1.2, < 8)
6
- bp3-action_dispatch (>= 0.1, < 1)
7
- bp3-core (>= 0.1, < 1)
8
- noticed (~> 2.2)
4
+ bp3-noticed (0.2.1)
5
+ activesupport (>= 7.1.2)
6
+ bp3-action_dispatch (>= 0.1)
7
+ bp3-core (>= 0.1)
8
+ noticed (>= 2.2)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (7.1.3.4)
14
- actionpack (= 7.1.3.4)
15
- activesupport (= 7.1.3.4)
13
+ actioncable (8.0.0)
14
+ actionpack (= 8.0.0)
15
+ activesupport (= 8.0.0)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
18
  zeitwerk (~> 2.6)
19
- actionmailbox (7.1.3.4)
20
- actionpack (= 7.1.3.4)
21
- activejob (= 7.1.3.4)
22
- activerecord (= 7.1.3.4)
23
- activestorage (= 7.1.3.4)
24
- activesupport (= 7.1.3.4)
25
- mail (>= 2.7.1)
26
- net-imap
27
- net-pop
28
- net-smtp
29
- actionmailer (7.1.3.4)
30
- actionpack (= 7.1.3.4)
31
- actionview (= 7.1.3.4)
32
- activejob (= 7.1.3.4)
33
- activesupport (= 7.1.3.4)
34
- mail (~> 2.5, >= 2.5.4)
35
- net-imap
36
- net-pop
37
- net-smtp
19
+ actionmailbox (8.0.0)
20
+ actionpack (= 8.0.0)
21
+ activejob (= 8.0.0)
22
+ activerecord (= 8.0.0)
23
+ activestorage (= 8.0.0)
24
+ activesupport (= 8.0.0)
25
+ mail (>= 2.8.0)
26
+ actionmailer (8.0.0)
27
+ actionpack (= 8.0.0)
28
+ actionview (= 8.0.0)
29
+ activejob (= 8.0.0)
30
+ activesupport (= 8.0.0)
31
+ mail (>= 2.8.0)
38
32
  rails-dom-testing (~> 2.2)
39
- actionpack (7.1.3.4)
40
- actionview (= 7.1.3.4)
41
- activesupport (= 7.1.3.4)
33
+ actionpack (8.0.0)
34
+ actionview (= 8.0.0)
35
+ activesupport (= 8.0.0)
42
36
  nokogiri (>= 1.8.5)
43
- racc
44
37
  rack (>= 2.2.4)
45
38
  rack-session (>= 1.0.1)
46
39
  rack-test (>= 0.6.3)
47
40
  rails-dom-testing (~> 2.2)
48
41
  rails-html-sanitizer (~> 1.6)
49
- actiontext (7.1.3.4)
50
- actionpack (= 7.1.3.4)
51
- activerecord (= 7.1.3.4)
52
- activestorage (= 7.1.3.4)
53
- activesupport (= 7.1.3.4)
42
+ useragent (~> 0.16)
43
+ actiontext (8.0.0)
44
+ actionpack (= 8.0.0)
45
+ activerecord (= 8.0.0)
46
+ activestorage (= 8.0.0)
47
+ activesupport (= 8.0.0)
54
48
  globalid (>= 0.6.0)
55
49
  nokogiri (>= 1.8.5)
56
- actionview (7.1.3.4)
57
- activesupport (= 7.1.3.4)
50
+ actionview (8.0.0)
51
+ activesupport (= 8.0.0)
58
52
  builder (~> 3.1)
59
53
  erubi (~> 1.11)
60
54
  rails-dom-testing (~> 2.2)
61
55
  rails-html-sanitizer (~> 1.6)
62
- activejob (7.1.3.4)
63
- activesupport (= 7.1.3.4)
56
+ activejob (8.0.0)
57
+ activesupport (= 8.0.0)
64
58
  globalid (>= 0.3.6)
65
- activemodel (7.1.3.4)
66
- activesupport (= 7.1.3.4)
67
- activerecord (7.1.3.4)
68
- activemodel (= 7.1.3.4)
69
- activesupport (= 7.1.3.4)
59
+ activemodel (8.0.0)
60
+ activesupport (= 8.0.0)
61
+ activerecord (8.0.0)
62
+ activemodel (= 8.0.0)
63
+ activesupport (= 8.0.0)
70
64
  timeout (>= 0.4.0)
71
- activestorage (7.1.3.4)
72
- actionpack (= 7.1.3.4)
73
- activejob (= 7.1.3.4)
74
- activerecord (= 7.1.3.4)
75
- activesupport (= 7.1.3.4)
65
+ activestorage (8.0.0)
66
+ actionpack (= 8.0.0)
67
+ activejob (= 8.0.0)
68
+ activerecord (= 8.0.0)
69
+ activesupport (= 8.0.0)
76
70
  marcel (~> 1.0)
77
- activesupport (7.1.3.4)
71
+ activesupport (8.0.0)
78
72
  base64
73
+ benchmark (>= 0.3)
79
74
  bigdecimal
80
- concurrent-ruby (~> 1.0, >= 1.0.2)
75
+ concurrent-ruby (~> 1.0, >= 1.3.1)
81
76
  connection_pool (>= 2.2.5)
82
77
  drb
83
78
  i18n (>= 1.6, < 2)
79
+ logger (>= 1.4.2)
84
80
  minitest (>= 5.1)
85
- mutex_m
86
- tzinfo (~> 2.0)
81
+ securerandom (>= 0.3)
82
+ tzinfo (~> 2.0, >= 2.0.5)
83
+ uri (>= 0.13.1)
87
84
  ast (2.4.2)
88
85
  base64 (0.2.0)
86
+ benchmark (0.4.0)
89
87
  bigdecimal (3.1.8)
90
- bp3-action_dispatch (0.1.2)
91
- actionpack (>= 7.1.2, < 8)
92
- activesupport (>= 7.1.2, < 8)
93
- i18n (>= 1.8.11, < 2)
94
- bp3-core (0.1.4)
95
- actionview (>= 7.1.2, < 8)
96
- activesupport (>= 7.1.2, < 8)
88
+ bp3-action_dispatch (0.1.3)
89
+ actionpack (>= 7.1.2)
90
+ activesupport (>= 7.1.2)
91
+ i18n (>= 1.8.11)
92
+ bp3-core (0.1.5)
93
+ actionview (>= 7.1.2)
94
+ activesupport (>= 7.1.2)
97
95
  builder (3.3.0)
98
96
  byebug (11.1.3)
99
- concurrent-ruby (1.3.3)
97
+ concurrent-ruby (1.3.4)
100
98
  connection_pool (2.4.1)
101
99
  crass (1.0.6)
102
- date (3.3.4)
100
+ date (3.4.0)
103
101
  diff-lcs (1.5.1)
104
102
  drb (2.2.1)
105
103
  erubi (1.13.0)
106
104
  globalid (1.2.1)
107
105
  activesupport (>= 6.1)
108
- i18n (1.14.5)
106
+ i18n (1.14.6)
109
107
  concurrent-ruby (~> 1.0)
110
108
  io-console (0.7.2)
111
- irb (1.14.0)
109
+ irb (1.14.1)
112
110
  rdoc (>= 4.0.0)
113
111
  reline (>= 0.4.2)
114
- json (2.7.2)
112
+ json (2.8.2)
115
113
  language_server-protocol (3.17.0.3)
116
- loofah (2.22.0)
114
+ logger (1.6.1)
115
+ loofah (2.23.1)
117
116
  crass (~> 1.0.2)
118
117
  nokogiri (>= 1.12.0)
119
118
  mail (2.8.1)
@@ -123,9 +122,8 @@ GEM
123
122
  net-smtp
124
123
  marcel (1.0.4)
125
124
  mini_mime (1.1.5)
126
- minitest (5.24.1)
127
- mutex_m (0.2.0)
128
- net-imap (0.4.14)
125
+ minitest (5.25.1)
126
+ net-imap (0.5.1)
129
127
  date
130
128
  net-protocol
131
129
  net-pop (0.1.2)
@@ -134,40 +132,39 @@ GEM
134
132
  timeout
135
133
  net-smtp (0.5.0)
136
134
  net-protocol
137
- nio4r (2.7.3)
135
+ nio4r (2.7.4)
138
136
  nokogiri (1.16.7-x86_64-darwin)
139
137
  racc (~> 1.4)
140
- noticed (2.4.1)
138
+ noticed (2.4.3)
141
139
  rails (>= 6.1.0)
142
- parallel (1.25.1)
143
- parser (3.3.4.0)
140
+ parallel (1.26.3)
141
+ parser (3.3.6.0)
144
142
  ast (~> 2.4.1)
145
143
  racc
146
- psych (5.1.2)
144
+ psych (5.2.0)
147
145
  stringio
148
146
  racc (1.8.1)
149
- rack (3.1.7)
147
+ rack (3.1.8)
150
148
  rack-session (2.0.0)
151
149
  rack (>= 3.0.0)
152
150
  rack-test (2.1.0)
153
151
  rack (>= 1.3)
154
- rackup (2.1.0)
152
+ rackup (2.2.1)
155
153
  rack (>= 3)
156
- webrick (~> 1.8)
157
- rails (7.1.3.4)
158
- actioncable (= 7.1.3.4)
159
- actionmailbox (= 7.1.3.4)
160
- actionmailer (= 7.1.3.4)
161
- actionpack (= 7.1.3.4)
162
- actiontext (= 7.1.3.4)
163
- actionview (= 7.1.3.4)
164
- activejob (= 7.1.3.4)
165
- activemodel (= 7.1.3.4)
166
- activerecord (= 7.1.3.4)
167
- activestorage (= 7.1.3.4)
168
- activesupport (= 7.1.3.4)
154
+ rails (8.0.0)
155
+ actioncable (= 8.0.0)
156
+ actionmailbox (= 8.0.0)
157
+ actionmailer (= 8.0.0)
158
+ actionpack (= 8.0.0)
159
+ actiontext (= 8.0.0)
160
+ actionview (= 8.0.0)
161
+ activejob (= 8.0.0)
162
+ activemodel (= 8.0.0)
163
+ activerecord (= 8.0.0)
164
+ activestorage (= 8.0.0)
165
+ activesupport (= 8.0.0)
169
166
  bundler (>= 1.15.0)
170
- railties (= 7.1.3.4)
167
+ railties (= 8.0.0)
171
168
  rails-dom-testing (2.2.0)
172
169
  activesupport (>= 5.0.0)
173
170
  minitest
@@ -175,10 +172,10 @@ GEM
175
172
  rails-html-sanitizer (1.6.0)
176
173
  loofah (~> 2.21)
177
174
  nokogiri (~> 1.14)
178
- railties (7.1.3.4)
179
- actionpack (= 7.1.3.4)
180
- activesupport (= 7.1.3.4)
181
- irb
175
+ railties (8.0.0)
176
+ actionpack (= 8.0.0)
177
+ activesupport (= 8.0.0)
178
+ irb (~> 1.13)
182
179
  rackup (>= 1.0.0)
183
180
  rake (>= 12.2)
184
181
  thor (~> 1.0, >= 1.2.2)
@@ -188,74 +185,64 @@ GEM
188
185
  rdoc (6.7.0)
189
186
  psych (>= 4.0.0)
190
187
  regexp_parser (2.9.2)
191
- reline (0.5.9)
188
+ reline (0.5.11)
192
189
  io-console (~> 0.5)
193
- rexml (3.3.2)
194
- strscan
195
190
  rspec (3.13.0)
196
191
  rspec-core (~> 3.13.0)
197
192
  rspec-expectations (~> 3.13.0)
198
193
  rspec-mocks (~> 3.13.0)
199
- rspec-core (3.13.0)
194
+ rspec-core (3.13.2)
200
195
  rspec-support (~> 3.13.0)
201
- rspec-expectations (3.13.1)
196
+ rspec-expectations (3.13.3)
202
197
  diff-lcs (>= 1.2.0, < 2.0)
203
198
  rspec-support (~> 3.13.0)
204
- rspec-mocks (3.13.1)
199
+ rspec-mocks (3.13.2)
205
200
  diff-lcs (>= 1.2.0, < 2.0)
206
201
  rspec-support (~> 3.13.0)
207
202
  rspec-support (3.13.1)
208
- rubocop (1.65.0)
203
+ rubocop (1.68.0)
209
204
  json (~> 2.3)
210
205
  language_server-protocol (>= 3.17.0)
211
206
  parallel (~> 1.10)
212
207
  parser (>= 3.3.0.2)
213
208
  rainbow (>= 2.2.2, < 4.0)
214
209
  regexp_parser (>= 2.4, < 3.0)
215
- rexml (>= 3.2.5, < 4.0)
216
- rubocop-ast (>= 1.31.1, < 2.0)
210
+ rubocop-ast (>= 1.32.2, < 2.0)
217
211
  ruby-progressbar (~> 1.7)
218
212
  unicode-display_width (>= 2.4.0, < 3.0)
219
- rubocop-ast (1.31.3)
213
+ rubocop-ast (1.36.1)
220
214
  parser (>= 3.3.1.0)
221
- rubocop-capybara (2.21.0)
222
- rubocop (~> 1.41)
223
- rubocop-factory_bot (2.26.1)
224
- rubocop (~> 1.61)
225
215
  rubocop-rake (0.6.0)
226
216
  rubocop (~> 1.0)
227
- rubocop-rspec (2.31.0)
228
- rubocop (~> 1.40)
229
- rubocop-capybara (~> 2.17)
230
- rubocop-factory_bot (~> 2.22)
231
- rubocop-rspec_rails (~> 2.28)
232
- rubocop-rspec_rails (2.29.1)
217
+ rubocop-rspec (3.2.0)
233
218
  rubocop (~> 1.61)
234
219
  ruby-progressbar (1.13.0)
235
- stringio (3.1.1)
236
- strscan (3.1.0)
237
- thor (1.3.1)
238
- timeout (0.4.1)
220
+ securerandom (0.3.2)
221
+ stringio (3.1.2)
222
+ thor (1.3.2)
223
+ timeout (0.4.2)
239
224
  tzinfo (2.0.6)
240
225
  concurrent-ruby (~> 1.0)
241
- unicode-display_width (2.5.0)
242
- webrick (1.8.1)
226
+ unicode-display_width (2.6.0)
227
+ uri (1.0.2)
228
+ useragent (0.16.10)
243
229
  websocket-driver (0.7.6)
244
230
  websocket-extensions (>= 0.1.0)
245
231
  websocket-extensions (0.1.5)
246
- zeitwerk (2.6.17)
232
+ zeitwerk (2.7.1)
247
233
 
248
234
  PLATFORMS
249
235
  x86_64-darwin-22
236
+ x86_64-darwin-23
250
237
 
251
238
  DEPENDENCIES
252
239
  bp3-noticed!
253
240
  byebug
254
- rake (~> 13.0)
255
- rspec (~> 3.0)
256
- rubocop (~> 1.21)
257
- rubocop-rake (~> 0.6)
258
- rubocop-rspec (~> 2.25)
241
+ rake (>= 13.0)
242
+ rspec (>= 3.0)
243
+ rubocop (>= 1.21)
244
+ rubocop-rake (>= 0.6)
245
+ rubocop-rspec (>= 2.25)
259
246
 
260
247
  BUNDLED WITH
261
- 2.5.11
248
+ 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]
data/bp3-noticed.gemspec CHANGED
@@ -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 'activesupport', ['>= 7.1.2', '< 8']
35
- spec.add_dependency 'bp3-action_dispatch', ['>= 0.1', '< 1']
36
- spec.add_dependency 'bp3-core', ['>= 0.1', '< 1']
37
- spec.add_dependency 'noticed', '~> 2.2'
34
+ spec.add_dependency 'activesupport', '>= 7.1.2'
35
+ spec.add_dependency 'bp3-action_dispatch', '>= 0.1'
36
+ spec.add_dependency 'bp3-core', '>= 0.1'
37
+ spec.add_dependency 'noticed', '>= 2.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 Noticed
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-noticed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-07-31 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: activesupport
@@ -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: bp3-action_dispatch
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -37,9 +31,6 @@ dependencies:
37
31
  - - ">="
38
32
  - !ruby/object:Gem::Version
39
33
  version: '0.1'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '1'
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: '0.1'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '1'
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,21 +52,18 @@ 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: noticed
75
57
  requirement: !ruby/object:Gem::Requirement
76
58
  requirements:
77
- - - "~>"
59
+ - - ">="
78
60
  - !ruby/object:Gem::Version
79
61
  version: '2.2'
80
62
  type: :runtime
81
63
  prerelease: false
82
64
  version_requirements: !ruby/object:Gem::Requirement
83
65
  requirements:
84
- - - "~>"
66
+ - - ">="
85
67
  - !ruby/object:Gem::Version
86
68
  version: '2.2'
87
69
  - !ruby/object:Gem::Dependency
@@ -102,70 +84,70 @@ dependencies:
102
84
  name: rake
103
85
  requirement: !ruby/object:Gem::Requirement
104
86
  requirements:
105
- - - "~>"
87
+ - - ">="
106
88
  - !ruby/object:Gem::Version
107
89
  version: '13.0'
108
90
  type: :development
109
91
  prerelease: false
110
92
  version_requirements: !ruby/object:Gem::Requirement
111
93
  requirements:
112
- - - "~>"
94
+ - - ">="
113
95
  - !ruby/object:Gem::Version
114
96
  version: '13.0'
115
97
  - !ruby/object:Gem::Dependency
116
98
  name: rspec
117
99
  requirement: !ruby/object:Gem::Requirement
118
100
  requirements:
119
- - - "~>"
101
+ - - ">="
120
102
  - !ruby/object:Gem::Version
121
103
  version: '3.0'
122
104
  type: :development
123
105
  prerelease: false
124
106
  version_requirements: !ruby/object:Gem::Requirement
125
107
  requirements:
126
- - - "~>"
108
+ - - ">="
127
109
  - !ruby/object:Gem::Version
128
110
  version: '3.0'
129
111
  - !ruby/object:Gem::Dependency
130
112
  name: rubocop
131
113
  requirement: !ruby/object:Gem::Requirement
132
114
  requirements:
133
- - - "~>"
115
+ - - ">="
134
116
  - !ruby/object:Gem::Version
135
117
  version: '1.21'
136
118
  type: :development
137
119
  prerelease: false
138
120
  version_requirements: !ruby/object:Gem::Requirement
139
121
  requirements:
140
- - - "~>"
122
+ - - ">="
141
123
  - !ruby/object:Gem::Version
142
124
  version: '1.21'
143
125
  - !ruby/object:Gem::Dependency
144
126
  name: rubocop-rake
145
127
  requirement: !ruby/object:Gem::Requirement
146
128
  requirements:
147
- - - "~>"
129
+ - - ">="
148
130
  - !ruby/object:Gem::Version
149
131
  version: '0.6'
150
132
  type: :development
151
133
  prerelease: false
152
134
  version_requirements: !ruby/object:Gem::Requirement
153
135
  requirements:
154
- - - "~>"
136
+ - - ">="
155
137
  - !ruby/object:Gem::Version
156
138
  version: '0.6'
157
139
  - !ruby/object:Gem::Dependency
158
140
  name: rubocop-rspec
159
141
  requirement: !ruby/object:Gem::Requirement
160
142
  requirements:
161
- - - "~>"
143
+ - - ">="
162
144
  - !ruby/object:Gem::Version
163
145
  version: '2.25'
164
146
  type: :development
165
147
  prerelease: false
166
148
  version_requirements: !ruby/object:Gem::Requirement
167
149
  requirements:
168
- - - "~>"
150
+ - - ">="
169
151
  - !ruby/object:Gem::Version
170
152
  version: '2.25'
171
153
  description:
@@ -219,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
201
  - !ruby/object:Gem::Version
220
202
  version: '0'
221
203
  requirements: []
222
- rubygems_version: 3.5.11
204
+ rubygems_version: 3.5.23
223
205
  signing_key:
224
206
  specification_version: 4
225
207
  summary: bp3-noticed adapts noticed for BP3 (persuavis/black_phoebe_3).