runger_actions 0.20.0 → 0.21.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 +4 -4
- data/.github/workflows/ruby.yml +3 -2
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +20 -20
- data/lib/runger_actions/version.rb +1 -1
- data/runger_actions.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb50d2bb0d6d9cf9b1219adb16032c3d3b4962b8f8671642213526b7b18594c4
|
|
4
|
+
data.tar.gz: 340ab2e9c44366491ac62a03d302bf1c6e3ce43a4439c0c62cd136a598724ad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b891ea9e05b7ce284f1a1e481e81ab822b6d5c989783faa98b93b9a1098daa21916ba95277b8570f749ba4bb9ffb93752179818e5c628b01932710996e15c3fd
|
|
7
|
+
data.tar.gz: b7cb617ecf3b494e13e7ac5a806a14c13b69ea8189e952d2dc7f51d962371d211408a3bf37dd361ae43d9ce9db2b346faed253383c45432cbf0f3f26fdbfbc6f
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -12,7 +12,7 @@ jobs:
|
|
|
12
12
|
build:
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
steps:
|
|
15
|
-
- uses: actions/checkout@
|
|
15
|
+
- uses: actions/checkout@v4
|
|
16
16
|
- uses: ruby/setup-ruby@v1
|
|
17
17
|
with:
|
|
18
18
|
bundler-cache: true
|
|
@@ -27,6 +27,7 @@ jobs:
|
|
|
27
27
|
- name: Ensure "## Unreleased" is in CHANGELOG.md
|
|
28
28
|
run: grep "^## Unreleased" CHANGELOG.md
|
|
29
29
|
- name: Upload Code Coverage
|
|
30
|
-
uses: codecov/codecov-action@
|
|
30
|
+
uses: codecov/codecov-action@v4
|
|
31
31
|
with:
|
|
32
32
|
directory: tmp/simple_cov
|
|
33
|
+
token: ${{ secrets.CODECOV_TOKEN }}
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
runger_actions (0.
|
|
4
|
+
runger_actions (0.21.0)
|
|
5
5
|
memo_wise (>= 1.7, < 2)
|
|
6
6
|
rails (>= 6, < 8)
|
|
7
|
-
shaped (>= 0.9, < 0.
|
|
7
|
+
shaped (>= 0.9, < 0.13)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
@@ -97,13 +97,13 @@ GEM
|
|
|
97
97
|
diff-lcs (1.5.1)
|
|
98
98
|
docile (1.4.0)
|
|
99
99
|
drb (2.2.1)
|
|
100
|
-
erubi (1.
|
|
100
|
+
erubi (1.13.0)
|
|
101
101
|
globalid (1.2.1)
|
|
102
102
|
activesupport (>= 6.1)
|
|
103
103
|
i18n (1.14.5)
|
|
104
104
|
concurrent-ruby (~> 1.0)
|
|
105
105
|
io-console (0.7.2)
|
|
106
|
-
irb (1.13.
|
|
106
|
+
irb (1.13.2)
|
|
107
107
|
rdoc (>= 4.0.0)
|
|
108
108
|
reline (>= 0.4.2)
|
|
109
109
|
json (2.7.2)
|
|
@@ -121,9 +121,9 @@ GEM
|
|
|
121
121
|
method_source (1.1.0)
|
|
122
122
|
mini_mime (1.1.5)
|
|
123
123
|
mini_portile2 (2.8.7)
|
|
124
|
-
minitest (5.
|
|
124
|
+
minitest (5.24.0)
|
|
125
125
|
mutex_m (0.2.0)
|
|
126
|
-
net-imap (0.4.
|
|
126
|
+
net-imap (0.4.14)
|
|
127
127
|
date
|
|
128
128
|
net-protocol
|
|
129
129
|
net-pop (0.1.2)
|
|
@@ -133,7 +133,7 @@ GEM
|
|
|
133
133
|
net-smtp (0.5.0)
|
|
134
134
|
net-protocol
|
|
135
135
|
nio4r (2.7.3)
|
|
136
|
-
nokogiri (1.16.
|
|
136
|
+
nokogiri (1.16.6)
|
|
137
137
|
mini_portile2 (~> 2.8.2)
|
|
138
138
|
racc (~> 1.4)
|
|
139
139
|
parallel (1.25.1)
|
|
@@ -150,7 +150,7 @@ GEM
|
|
|
150
150
|
psych (5.1.2)
|
|
151
151
|
stringio
|
|
152
152
|
racc (1.8.0)
|
|
153
|
-
rack (3.1.
|
|
153
|
+
rack (3.1.4)
|
|
154
154
|
rack-session (2.0.0)
|
|
155
155
|
rack (>= 3.0.0)
|
|
156
156
|
rack-test (2.1.0)
|
|
@@ -192,18 +192,18 @@ GEM
|
|
|
192
192
|
rdoc (6.7.0)
|
|
193
193
|
psych (>= 4.0.0)
|
|
194
194
|
regexp_parser (2.9.2)
|
|
195
|
-
reline (0.5.
|
|
195
|
+
reline (0.5.9)
|
|
196
196
|
io-console (~> 0.5)
|
|
197
|
-
rexml (3.3.
|
|
197
|
+
rexml (3.3.1)
|
|
198
198
|
strscan
|
|
199
|
-
rouge (4.
|
|
199
|
+
rouge (4.3.0)
|
|
200
200
|
rspec (3.13.0)
|
|
201
201
|
rspec-core (~> 3.13.0)
|
|
202
202
|
rspec-expectations (~> 3.13.0)
|
|
203
203
|
rspec-mocks (~> 3.13.0)
|
|
204
204
|
rspec-core (3.13.0)
|
|
205
205
|
rspec-support (~> 3.13.0)
|
|
206
|
-
rspec-expectations (3.13.
|
|
206
|
+
rspec-expectations (3.13.1)
|
|
207
207
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
208
208
|
rspec-support (~> 3.13.0)
|
|
209
209
|
rspec-mocks (3.13.1)
|
|
@@ -223,7 +223,7 @@ GEM
|
|
|
223
223
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
224
224
|
rubocop-ast (1.31.3)
|
|
225
225
|
parser (>= 3.3.1.0)
|
|
226
|
-
rubocop-performance (1.21.
|
|
226
|
+
rubocop-performance (1.21.1)
|
|
227
227
|
rubocop (>= 1.48.1, < 2.0)
|
|
228
228
|
rubocop-ast (>= 1.31.1, < 2.0)
|
|
229
229
|
rubocop-rake (0.6.0)
|
|
@@ -231,20 +231,20 @@ GEM
|
|
|
231
231
|
rubocop-rspec (3.0.1)
|
|
232
232
|
rubocop (~> 1.61)
|
|
233
233
|
ruby-progressbar (1.13.0)
|
|
234
|
-
runger_config (5.
|
|
234
|
+
runger_config (5.1.0)
|
|
235
235
|
activesupport (>= 7.1.2)
|
|
236
|
-
runger_release_assistant (0.
|
|
236
|
+
runger_release_assistant (0.8.0)
|
|
237
237
|
activesupport (>= 6, < 8)
|
|
238
238
|
memo_wise (>= 1.7, < 2)
|
|
239
239
|
rainbow (>= 3.0, < 4)
|
|
240
240
|
slop (~> 4.8)
|
|
241
|
-
runger_style (2.
|
|
241
|
+
runger_style (2.8.0)
|
|
242
242
|
prism (>= 0.24.0)
|
|
243
243
|
rubocop (>= 1.38.0, < 2)
|
|
244
|
-
shaped (0.
|
|
244
|
+
shaped (0.12.0)
|
|
245
245
|
activemodel (>= 6, < 8)
|
|
246
246
|
activesupport (>= 6, < 8)
|
|
247
|
-
simple_cov-formatter-terminal (1.
|
|
247
|
+
simple_cov-formatter-terminal (1.2.0)
|
|
248
248
|
activesupport (>= 7.0.4, < 8)
|
|
249
249
|
memo_wise (>= 1.7.0, < 2)
|
|
250
250
|
rouge (>= 4.0.0, < 5)
|
|
@@ -263,7 +263,7 @@ GEM
|
|
|
263
263
|
slop (4.10.1)
|
|
264
264
|
sqlite3 (1.7.3)
|
|
265
265
|
mini_portile2 (~> 2.8.0)
|
|
266
|
-
stringio (3.1.
|
|
266
|
+
stringio (3.1.1)
|
|
267
267
|
strscan (3.1.0)
|
|
268
268
|
thor (1.3.1)
|
|
269
269
|
timeout (0.4.1)
|
|
@@ -274,7 +274,7 @@ GEM
|
|
|
274
274
|
websocket-driver (0.7.6)
|
|
275
275
|
websocket-extensions (>= 0.1.0)
|
|
276
276
|
websocket-extensions (0.1.5)
|
|
277
|
-
zeitwerk (2.6.
|
|
277
|
+
zeitwerk (2.6.16)
|
|
278
278
|
|
|
279
279
|
PLATFORMS
|
|
280
280
|
ruby
|
data/runger_actions.gemspec
CHANGED
|
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
|
|
32
32
|
spec.add_runtime_dependency('memo_wise', '>= 1.7', '< 2')
|
|
33
33
|
spec.add_runtime_dependency('rails', '>= 6', '< 8')
|
|
34
|
-
spec.add_runtime_dependency('shaped', '>= 0.9', '< 0.
|
|
34
|
+
spec.add_runtime_dependency('shaped', '>= 0.9', '< 0.13')
|
|
35
35
|
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.
|
|
4
|
+
version: 0.21.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-
|
|
11
|
+
date: 2024-06-27 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.
|
|
62
|
+
version: '0.13'
|
|
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.
|
|
72
|
+
version: '0.13'
|
|
73
73
|
description: Organize (and validate) the business logic of your Rails application.
|
|
74
74
|
email:
|
|
75
75
|
- davidjrunger@gmail.com
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
|
-
rubygems_version: 3.5.
|
|
133
|
+
rubygems_version: 3.5.14
|
|
134
134
|
signing_key:
|
|
135
135
|
specification_version: 4
|
|
136
136
|
summary: Organize (and validate) the business logic of your Rails application.
|