runger_actions 0.22.0 → 0.23.0

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: a26c1638cc50e1292a2540f458f3e6fc782548b2564c9b18abe1ba1fa0371ba0
4
- data.tar.gz: 22f704d6aef4989a7576c8893136d5f4023d3d900b3a23138c1013ee57d81a98
3
+ metadata.gz: 5504829782c03601814bef8f7cdd3342d6561b00e1d503da13672947c608f917
4
+ data.tar.gz: e156511a4bb1474c7e14d8b052c85785db03e436045272f9878865003a0b0d25
5
5
  SHA512:
6
- metadata.gz: d9e5cabf05bba6e3d858574d508756368655248a008c883ab365205e1262435396cd0f44fb7a883af5ac5e020bf5eb5723562ba8f11460772331933145d2da5d
7
- data.tar.gz: 262849208cdbd3c2644487855a46fca87285defdd3a70f7ec9b2499c1c7434abf7d67718f469e92db45f0103a378e087c7dffeb5979f2b2dfa771b9db14951bf
6
+ metadata.gz: 2c85f80b876ae24ead46c2c6e57995658585db99fce0db89d9911899c85a8a47fd06e8a23888adb41e8809bd72e185cf34791829aed334d9b34cf7c925adba31
7
+ data.tar.gz: c8f23207d163d9124b0f8d327b8b574535151d7bb42b38f93213173cd1aa8cc3606218db83d58bd61a2d7c4a4df98085e6c41c1e4eacfb5f23b3f2617c888523
@@ -1,9 +1,12 @@
1
+ ---
1
2
  version: 2
2
3
  updates:
3
- - package-ecosystem: bundler
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "04:04"
8
- timezone: America/Chicago
9
- open-pull-requests-limit: 20
4
+ - package-ecosystem: bundler
5
+ directory: "/"
6
+ schedule:
7
+ interval: daily
8
+ time: "04:04"
9
+ timezone: America/Chicago
10
+ open-pull-requests-limit: 20
11
+ allow:
12
+ - dependency-type: all
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.3
1
+ 3.3.4
@@ -0,0 +1 @@
1
+ expected-num-github-checks: 3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.23.0 (2024-09-05)
2
+ - Relaxed `shaped` gemspec requirement to `< 1.0`.
3
+
1
4
  ## v0.22.0 (2024-06-28)
2
5
  - Enforce only major and minor parts of required Ruby version (loosening the required Ruby version from 3.3.3 to 3.3.0)
3
6
 
data/Gemfile CHANGED
@@ -26,5 +26,5 @@ group :test do
26
26
  gem 'rspec', '~> 3.13'
27
27
  gem 'simplecov-cobertura', require: false
28
28
  gem 'simple_cov-formatter-terminal'
29
- gem 'sqlite3', '< 2.0.0'
29
+ gem 'sqlite3', '< 3.0.0'
30
30
  end
data/Gemfile.lock CHANGED
@@ -1,88 +1,84 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_actions (0.22.0)
4
+ runger_actions (0.23.0)
5
5
  memo_wise (>= 1.7, < 2)
6
6
  rails (>= 6, < 8)
7
- shaped (>= 0.9, < 0.13)
7
+ shaped (>= 0.9, < 1.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.1.3.4)
13
- actionpack (= 7.1.3.4)
14
- activesupport (= 7.1.3.4)
12
+ actioncable (7.2.1)
13
+ actionpack (= 7.2.1)
14
+ activesupport (= 7.2.1)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (>= 0.6.1)
17
17
  zeitwerk (~> 2.6)
18
- actionmailbox (7.1.3.4)
19
- actionpack (= 7.1.3.4)
20
- activejob (= 7.1.3.4)
21
- activerecord (= 7.1.3.4)
22
- activestorage (= 7.1.3.4)
23
- activesupport (= 7.1.3.4)
24
- mail (>= 2.7.1)
25
- net-imap
26
- net-pop
27
- net-smtp
28
- actionmailer (7.1.3.4)
29
- actionpack (= 7.1.3.4)
30
- actionview (= 7.1.3.4)
31
- activejob (= 7.1.3.4)
32
- activesupport (= 7.1.3.4)
33
- mail (~> 2.5, >= 2.5.4)
34
- net-imap
35
- net-pop
36
- net-smtp
18
+ actionmailbox (7.2.1)
19
+ actionpack (= 7.2.1)
20
+ activejob (= 7.2.1)
21
+ activerecord (= 7.2.1)
22
+ activestorage (= 7.2.1)
23
+ activesupport (= 7.2.1)
24
+ mail (>= 2.8.0)
25
+ actionmailer (7.2.1)
26
+ actionpack (= 7.2.1)
27
+ actionview (= 7.2.1)
28
+ activejob (= 7.2.1)
29
+ activesupport (= 7.2.1)
30
+ mail (>= 2.8.0)
37
31
  rails-dom-testing (~> 2.2)
38
- actionpack (7.1.3.4)
39
- actionview (= 7.1.3.4)
40
- activesupport (= 7.1.3.4)
32
+ actionpack (7.2.1)
33
+ actionview (= 7.2.1)
34
+ activesupport (= 7.2.1)
41
35
  nokogiri (>= 1.8.5)
42
36
  racc
43
- rack (>= 2.2.4)
37
+ rack (>= 2.2.4, < 3.2)
44
38
  rack-session (>= 1.0.1)
45
39
  rack-test (>= 0.6.3)
46
40
  rails-dom-testing (~> 2.2)
47
41
  rails-html-sanitizer (~> 1.6)
48
- actiontext (7.1.3.4)
49
- actionpack (= 7.1.3.4)
50
- activerecord (= 7.1.3.4)
51
- activestorage (= 7.1.3.4)
52
- activesupport (= 7.1.3.4)
42
+ useragent (~> 0.16)
43
+ actiontext (7.2.1)
44
+ actionpack (= 7.2.1)
45
+ activerecord (= 7.2.1)
46
+ activestorage (= 7.2.1)
47
+ activesupport (= 7.2.1)
53
48
  globalid (>= 0.6.0)
54
49
  nokogiri (>= 1.8.5)
55
- actionview (7.1.3.4)
56
- activesupport (= 7.1.3.4)
50
+ actionview (7.2.1)
51
+ activesupport (= 7.2.1)
57
52
  builder (~> 3.1)
58
53
  erubi (~> 1.11)
59
54
  rails-dom-testing (~> 2.2)
60
55
  rails-html-sanitizer (~> 1.6)
61
- activejob (7.1.3.4)
62
- activesupport (= 7.1.3.4)
56
+ activejob (7.2.1)
57
+ activesupport (= 7.2.1)
63
58
  globalid (>= 0.3.6)
64
- activemodel (7.1.3.4)
65
- activesupport (= 7.1.3.4)
66
- activerecord (7.1.3.4)
67
- activemodel (= 7.1.3.4)
68
- activesupport (= 7.1.3.4)
59
+ activemodel (7.2.1)
60
+ activesupport (= 7.2.1)
61
+ activerecord (7.2.1)
62
+ activemodel (= 7.2.1)
63
+ activesupport (= 7.2.1)
69
64
  timeout (>= 0.4.0)
70
- activestorage (7.1.3.4)
71
- actionpack (= 7.1.3.4)
72
- activejob (= 7.1.3.4)
73
- activerecord (= 7.1.3.4)
74
- activesupport (= 7.1.3.4)
65
+ activestorage (7.2.1)
66
+ actionpack (= 7.2.1)
67
+ activejob (= 7.2.1)
68
+ activerecord (= 7.2.1)
69
+ activesupport (= 7.2.1)
75
70
  marcel (~> 1.0)
76
- activesupport (7.1.3.4)
71
+ activesupport (7.2.1)
77
72
  base64
78
73
  bigdecimal
79
- concurrent-ruby (~> 1.0, >= 1.0.2)
74
+ concurrent-ruby (~> 1.0, >= 1.3.1)
80
75
  connection_pool (>= 2.2.5)
81
76
  drb
82
77
  i18n (>= 1.6, < 2)
78
+ logger (>= 1.4.2)
83
79
  minitest (>= 5.1)
84
- mutex_m
85
- tzinfo (~> 2.0)
80
+ securerandom (>= 0.3)
81
+ tzinfo (~> 2.0, >= 2.0.5)
86
82
  amazing_print (1.6.0)
87
83
  ast (2.4.2)
88
84
  base64 (0.2.0)
@@ -90,12 +86,12 @@ GEM
90
86
  builder (3.3.0)
91
87
  byebug (11.1.3)
92
88
  coderay (1.1.3)
93
- concurrent-ruby (1.3.3)
89
+ concurrent-ruby (1.3.4)
94
90
  connection_pool (2.4.1)
95
91
  crass (1.0.6)
96
92
  date (3.3.4)
97
93
  diff-lcs (1.5.1)
98
- docile (1.4.0)
94
+ docile (1.4.1)
99
95
  drb (2.2.1)
100
96
  erubi (1.13.0)
101
97
  globalid (1.2.1)
@@ -103,11 +99,12 @@ GEM
103
99
  i18n (1.14.5)
104
100
  concurrent-ruby (~> 1.0)
105
101
  io-console (0.7.2)
106
- irb (1.13.2)
102
+ irb (1.14.0)
107
103
  rdoc (>= 4.0.0)
108
104
  reline (>= 0.4.2)
109
105
  json (2.7.2)
110
106
  language_server-protocol (3.17.0.3)
107
+ logger (1.6.1)
111
108
  loofah (2.22.0)
112
109
  crass (~> 1.0.2)
113
110
  nokogiri (>= 1.12.0)
@@ -121,9 +118,8 @@ GEM
121
118
  method_source (1.1.0)
122
119
  mini_mime (1.1.5)
123
120
  mini_portile2 (2.8.7)
124
- minitest (5.24.0)
125
- mutex_m (0.2.0)
126
- net-imap (0.4.14)
121
+ minitest (5.25.1)
122
+ net-imap (0.4.16)
127
123
  date
128
124
  net-protocol
129
125
  net-pop (0.1.2)
@@ -133,14 +129,14 @@ GEM
133
129
  net-smtp (0.5.0)
134
130
  net-protocol
135
131
  nio4r (2.7.3)
136
- nokogiri (1.16.6)
132
+ nokogiri (1.16.7)
137
133
  mini_portile2 (~> 2.8.2)
138
134
  racc (~> 1.4)
139
- parallel (1.25.1)
140
- parser (3.3.3.0)
135
+ parallel (1.26.3)
136
+ parser (3.3.5.0)
141
137
  ast (~> 2.4.1)
142
138
  racc
143
- prism (0.30.0)
139
+ prism (1.0.0)
144
140
  pry (0.14.2)
145
141
  coderay (~> 1.1)
146
142
  method_source (~> 1.0)
@@ -149,8 +145,8 @@ GEM
149
145
  pry (>= 0.13, < 0.15)
150
146
  psych (5.1.2)
151
147
  stringio
152
- racc (1.8.0)
153
- rack (3.1.4)
148
+ racc (1.8.1)
149
+ rack (3.1.7)
154
150
  rack-session (2.0.0)
155
151
  rack (>= 3.0.0)
156
152
  rack-test (2.1.0)
@@ -158,20 +154,20 @@ GEM
158
154
  rackup (2.1.0)
159
155
  rack (>= 3)
160
156
  webrick (~> 1.8)
161
- rails (7.1.3.4)
162
- actioncable (= 7.1.3.4)
163
- actionmailbox (= 7.1.3.4)
164
- actionmailer (= 7.1.3.4)
165
- actionpack (= 7.1.3.4)
166
- actiontext (= 7.1.3.4)
167
- actionview (= 7.1.3.4)
168
- activejob (= 7.1.3.4)
169
- activemodel (= 7.1.3.4)
170
- activerecord (= 7.1.3.4)
171
- activestorage (= 7.1.3.4)
172
- activesupport (= 7.1.3.4)
157
+ rails (7.2.1)
158
+ actioncable (= 7.2.1)
159
+ actionmailbox (= 7.2.1)
160
+ actionmailer (= 7.2.1)
161
+ actionpack (= 7.2.1)
162
+ actiontext (= 7.2.1)
163
+ actionview (= 7.2.1)
164
+ activejob (= 7.2.1)
165
+ activemodel (= 7.2.1)
166
+ activerecord (= 7.2.1)
167
+ activestorage (= 7.2.1)
168
+ activesupport (= 7.2.1)
173
169
  bundler (>= 1.15.0)
174
- railties (= 7.1.3.4)
170
+ railties (= 7.2.1)
175
171
  rails-dom-testing (2.2.0)
176
172
  activesupport (>= 5.0.0)
177
173
  minitest
@@ -179,10 +175,10 @@ GEM
179
175
  rails-html-sanitizer (1.6.0)
180
176
  loofah (~> 2.21)
181
177
  nokogiri (~> 1.14)
182
- railties (7.1.3.4)
183
- actionpack (= 7.1.3.4)
184
- activesupport (= 7.1.3.4)
185
- irb
178
+ railties (7.2.1)
179
+ actionpack (= 7.2.1)
180
+ activesupport (= 7.2.1)
181
+ irb (~> 1.13)
186
182
  rackup (>= 1.0.0)
187
183
  rake (>= 12.2)
188
184
  thor (~> 1.0, >= 1.2.2)
@@ -194,57 +190,56 @@ GEM
194
190
  regexp_parser (2.9.2)
195
191
  reline (0.5.9)
196
192
  io-console (~> 0.5)
197
- rexml (3.3.1)
198
- strscan
193
+ rexml (3.3.7)
199
194
  rouge (4.3.0)
200
195
  rspec (3.13.0)
201
196
  rspec-core (~> 3.13.0)
202
197
  rspec-expectations (~> 3.13.0)
203
198
  rspec-mocks (~> 3.13.0)
204
- rspec-core (3.13.0)
199
+ rspec-core (3.13.1)
205
200
  rspec-support (~> 3.13.0)
206
- rspec-expectations (3.13.1)
201
+ rspec-expectations (3.13.2)
207
202
  diff-lcs (>= 1.2.0, < 2.0)
208
203
  rspec-support (~> 3.13.0)
209
204
  rspec-mocks (3.13.1)
210
205
  diff-lcs (>= 1.2.0, < 2.0)
211
206
  rspec-support (~> 3.13.0)
212
207
  rspec-support (3.13.1)
213
- rubocop (1.64.1)
208
+ rubocop (1.66.1)
214
209
  json (~> 2.3)
215
210
  language_server-protocol (>= 3.17.0)
216
211
  parallel (~> 1.10)
217
212
  parser (>= 3.3.0.2)
218
213
  rainbow (>= 2.2.2, < 4.0)
219
- regexp_parser (>= 1.8, < 3.0)
220
- rexml (>= 3.2.5, < 4.0)
221
- rubocop-ast (>= 1.31.1, < 2.0)
214
+ regexp_parser (>= 2.4, < 3.0)
215
+ rubocop-ast (>= 1.32.2, < 2.0)
222
216
  ruby-progressbar (~> 1.7)
223
217
  unicode-display_width (>= 2.4.0, < 3.0)
224
- rubocop-ast (1.31.3)
218
+ rubocop-ast (1.32.3)
225
219
  parser (>= 3.3.1.0)
226
220
  rubocop-performance (1.21.1)
227
221
  rubocop (>= 1.48.1, < 2.0)
228
222
  rubocop-ast (>= 1.31.1, < 2.0)
229
223
  rubocop-rake (0.6.0)
230
224
  rubocop (~> 1.0)
231
- rubocop-rspec (3.0.1)
225
+ rubocop-rspec (3.0.4)
232
226
  rubocop (~> 1.61)
233
227
  ruby-progressbar (1.13.0)
234
- runger_config (5.1.0)
228
+ runger_config (5.2.0)
235
229
  activesupport (>= 7.1.2)
236
- runger_release_assistant (0.8.0)
230
+ runger_release_assistant (0.12.0)
237
231
  activesupport (>= 6, < 8)
238
232
  memo_wise (>= 1.7, < 2)
239
233
  rainbow (>= 3.0, < 4)
240
234
  slop (~> 4.8)
241
- runger_style (2.8.0)
235
+ runger_style (2.17.0)
242
236
  prism (>= 0.24.0)
243
237
  rubocop (>= 1.38.0, < 2)
244
- shaped (0.12.0)
238
+ securerandom (0.3.1)
239
+ shaped (0.13.0)
245
240
  activemodel (>= 6, < 8)
246
241
  activesupport (>= 6, < 8)
247
- simple_cov-formatter-terminal (1.2.0)
242
+ simple_cov-formatter-terminal (1.6.0)
248
243
  activesupport (>= 7.0.4, < 8)
249
244
  memo_wise (>= 1.7.0, < 2)
250
245
  rouge (>= 4.0.0, < 5)
@@ -261,20 +256,20 @@ GEM
261
256
  simplecov-html (0.12.3)
262
257
  simplecov_json_formatter (0.1.4)
263
258
  slop (4.10.1)
264
- sqlite3 (1.7.3)
259
+ sqlite3 (2.0.4)
265
260
  mini_portile2 (~> 2.8.0)
266
261
  stringio (3.1.1)
267
- strscan (3.1.0)
268
- thor (1.3.1)
262
+ thor (1.3.2)
269
263
  timeout (0.4.1)
270
264
  tzinfo (2.0.6)
271
265
  concurrent-ruby (~> 1.0)
272
266
  unicode-display_width (2.5.0)
267
+ useragent (0.16.10)
273
268
  webrick (1.8.1)
274
269
  websocket-driver (0.7.6)
275
270
  websocket-extensions (>= 0.1.0)
276
271
  websocket-extensions (0.1.5)
277
- zeitwerk (2.6.16)
272
+ zeitwerk (2.6.18)
278
273
 
279
274
  PLATFORMS
280
275
  ruby
@@ -293,10 +288,10 @@ DEPENDENCIES
293
288
  runger_style
294
289
  simple_cov-formatter-terminal
295
290
  simplecov-cobertura
296
- sqlite3 (< 2.0.0)
291
+ sqlite3 (< 3.0.0)
297
292
 
298
293
  RUBY VERSION
299
- ruby 3.3.3p89
294
+ ruby 3.3.4p94
300
295
 
301
296
  BUNDLED WITH
302
297
  2.5.11
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+
3
+ set -euo pipefail # exit on any error, don't allow undefined variables, pipes don't swallow errors
4
+
5
+ lint gitleaks
6
+
7
+ background-and-notify lint rubocop
8
+ background-and-notify lint shellcheck
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerActions
4
- VERSION = '0.22.0'
4
+ VERSION = '0.23.0'
5
5
  end
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  end
31
31
  spec.require_paths = ['lib']
32
32
 
33
- spec.add_runtime_dependency('memo_wise', '>= 1.7', '< 2')
34
- spec.add_runtime_dependency('rails', '>= 6', '< 8')
35
- spec.add_runtime_dependency('shaped', '>= 0.9', '< 0.13')
33
+ spec.add_dependency('memo_wise', '>= 1.7', '< 2')
34
+ spec.add_dependency('rails', '>= 6', '< 8')
35
+ spec.add_dependency('shaped', '>= 0.9', '< 1.0')
36
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-28 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: memo_wise
@@ -59,7 +59,7 @@ dependencies:
59
59
  version: '0.9'
60
60
  - - "<"
61
61
  - !ruby/object:Gem::Version
62
- version: '0.13'
62
+ version: '1.0'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
@@ -69,7 +69,7 @@ dependencies:
69
69
  version: '0.9'
70
70
  - - "<"
71
71
  - !ruby/object:Gem::Version
72
- version: '0.13'
72
+ version: '1.0'
73
73
  description: Organize (and validate) the business logic of your Rails application.
74
74
  email:
75
75
  - davidjrunger@gmail.com
@@ -84,6 +84,7 @@ files:
84
84
  - ".rspec"
85
85
  - ".rubocop.yml"
86
86
  - ".ruby-version"
87
+ - ".runger-config.yml"
87
88
  - CHANGELOG.md
88
89
  - Gemfile
89
90
  - Gemfile.lock
@@ -93,6 +94,7 @@ files:
93
94
  - Rakefile
94
95
  - bin/_guard-core
95
96
  - bin/console
97
+ - bin/githooks/pre-push
96
98
  - bin/guard
97
99
  - bin/release
98
100
  - bin/rspec
@@ -130,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
132
  - !ruby/object:Gem::Version
131
133
  version: '0'
132
134
  requirements: []
133
- rubygems_version: 3.5.14
135
+ rubygems_version: 3.5.18
134
136
  signing_key:
135
137
  specification_version: 4
136
138
  summary: Organize (and validate) the business logic of your Rails application.