kettle-rb 0.1.9 → 0.1.11
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +43 -1
- data/README.md +5 -17
- data/lib/kettle/rb/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +16 -16
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca69e5393c7b1cfda8e44aeea39fb3fa7fbe808efbb33b68dca680f8f4cd4c5c
|
|
4
|
+
data.tar.gz: 06ab23fae233e3b6044cfb11473f20eff5babf83d1fb1ac79c2ac93bd3d57eed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2c77e9e930463b49e6f0840559a42747ca8a90c168f045ff4005848d39a3275955beddd93264b0352a68afc5f899597177d4da6f946d08f1f507899dd1e48d6
|
|
7
|
+
data.tar.gz: 1b50a3fa9550105c671235076323476cbf38ff463bf791dd45fff6819e38dc47666279c62f6f54c46fab3bca5dce17f6435e892bae5891e169728a6def0a995f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,44 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.11] - 2026-08-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.11][0.1.11t]
|
|
36
|
+
- COVERAGE: 100.00% -- 76/76 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
|
|
38
|
+
- 48.78% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 18 project files:
|
|
43
|
+
- configuration (1)
|
|
44
|
+
- dependencies (17)
|
|
45
|
+
|
|
46
|
+
- [kc] kettle-jem/template: updated 7 project files:
|
|
47
|
+
- code and tests (3)
|
|
48
|
+
- dependencies (1)
|
|
49
|
+
- documentation (2)
|
|
50
|
+
- other (1)
|
|
51
|
+
|
|
52
|
+
## [0.1.10] - 2026-08-12
|
|
53
|
+
|
|
54
|
+
- TAG: [v0.1.10][0.1.10t]
|
|
55
|
+
- COVERAGE: 100.00% -- 76/76 lines in 3 files
|
|
56
|
+
- BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
|
|
57
|
+
- 48.78% documented
|
|
58
|
+
|
|
59
|
+
### Changed
|
|
60
|
+
|
|
61
|
+
- Prepare project for kettle-jem templates: updated 7 project files across dependencies (7).
|
|
62
|
+
|
|
63
|
+
- Apply kettle-jem templates: updated 1 project file across code and tests (1).
|
|
64
|
+
|
|
65
|
+
- Apply kettle-jem templates: updated 8 project files across code and tests (2), configuration (1), dependencies (1), documentation (1), other (3).
|
|
66
|
+
|
|
67
|
+
- Prepare project for kettle-jem templates: updated 17 project files across dependencies (17).
|
|
68
|
+
|
|
69
|
+
- Apply kettle-jem templates: updated 3 project files across code and tests (1), dependencies (1), other (1).
|
|
70
|
+
|
|
33
71
|
## [0.1.9] - 2026-08-03
|
|
34
72
|
|
|
35
73
|
- TAG: [v0.1.9][0.1.9t]
|
|
@@ -233,7 +271,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
233
271
|
- Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
|
|
234
272
|
and RuboCop LTS compatibility source of truth for kettle-dev tooling.
|
|
235
273
|
|
|
236
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.
|
|
274
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.11...HEAD
|
|
275
|
+
[0.1.11]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.10...v0.1.11
|
|
276
|
+
[0.1.11t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.11
|
|
277
|
+
[0.1.10]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.9...v0.1.10
|
|
278
|
+
[0.1.10t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.10
|
|
237
279
|
[0.1.9]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.8...v0.1.9
|
|
238
280
|
[0.1.9t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.9
|
|
239
281
|
[0.1.8]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.7...v0.1.8
|
data/README.md
CHANGED
|
@@ -56,7 +56,7 @@ Use it when tooling needs to answer questions like:
|
|
|
56
56
|
|
|
57
57
|
### Compatibility
|
|
58
58
|
|
|
59
|
-
Compatible with MRI Ruby 1.8.7+,
|
|
59
|
+
Compatible with MRI Ruby 1.8.7+, JRuby, and TruffleRuby.
|
|
60
60
|
CI workflows and Appraisals are generated for MRI Ruby 2.4.0+.
|
|
61
61
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
62
62
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -95,7 +95,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
95
95
|
|
|
96
96
|
</details>
|
|
97
97
|
|
|
98
|
-
### Enterprise Support
|
|
98
|
+
### Enterprise Support
|
|
99
|
+
|
|
100
|
+
[](https://tidelift.com/subscription/pkg/rubygems-kettle-rb?utm_source=rubygems-kettle-rb&utm_medium=referral&utm_campaign=readme)
|
|
99
101
|
|
|
100
102
|
Available as part of the Tidelift Subscription.
|
|
101
103
|
|
|
@@ -252,8 +254,7 @@ See [SECURITY.md][🔐security].
|
|
|
252
254
|
## 🤝 Contributing
|
|
253
255
|
|
|
254
256
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
255
|
-
|
|
256
|
-
or use the gem and think about how it could be better.
|
|
257
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
257
258
|
|
|
258
259
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
259
260
|
|
|
@@ -289,19 +290,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
289
290
|
|
|
290
291
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-rb/-/graphs/main][🚎contributors-gl]
|
|
291
292
|
|
|
292
|
-
<details markdown="1">
|
|
293
|
-
<summary>⭐️ Star History</summary>
|
|
294
|
-
|
|
295
|
-
<a href="https://star-history.com/kettle-dev/kettle-rb&Date">
|
|
296
|
-
<picture>
|
|
297
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date&theme=dark" />
|
|
298
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date" />
|
|
299
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date" />
|
|
300
|
-
</picture>
|
|
301
|
-
</a>
|
|
302
|
-
|
|
303
|
-
</details>
|
|
304
|
-
|
|
305
293
|
## 📌 Versioning
|
|
306
294
|
|
|
307
295
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
data/lib/kettle/rb/version.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Kettle
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "0.1.
|
|
8
|
+
VERSION = "0.1.11"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -43,20 +43,20 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '
|
|
46
|
+
version: '3.0'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version:
|
|
49
|
+
version: 3.0.13
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: '
|
|
56
|
+
version: '3.0'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
59
|
+
version: 3.0.13
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: bundler-audit
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +134,7 @@ dependencies:
|
|
|
134
134
|
version: '3.2'
|
|
135
135
|
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.2.
|
|
137
|
+
version: 3.2.2
|
|
138
138
|
type: :development
|
|
139
139
|
prerelease: false
|
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -144,7 +144,7 @@ dependencies:
|
|
|
144
144
|
version: '3.2'
|
|
145
145
|
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.2.
|
|
147
|
+
version: 3.2.2
|
|
148
148
|
- !ruby/object:Gem::Dependency
|
|
149
149
|
name: kettle-test
|
|
150
150
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +154,7 @@ dependencies:
|
|
|
154
154
|
version: '2.0'
|
|
155
155
|
- - ">="
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 2.0.
|
|
157
|
+
version: 2.0.20
|
|
158
158
|
type: :development
|
|
159
159
|
prerelease: false
|
|
160
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
version: '2.0'
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.0.
|
|
167
|
+
version: 2.0.20
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
169
|
name: turbo_tests2
|
|
170
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -174,7 +174,7 @@ dependencies:
|
|
|
174
174
|
version: '3.2'
|
|
175
175
|
- - ">="
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.2.
|
|
177
|
+
version: 3.2.6
|
|
178
178
|
type: :development
|
|
179
179
|
prerelease: false
|
|
180
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -184,7 +184,7 @@ dependencies:
|
|
|
184
184
|
version: '3.2'
|
|
185
185
|
- - ">="
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.2.
|
|
187
|
+
version: 3.2.6
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: ruby-progressbar
|
|
190
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ dependencies:
|
|
|
228
228
|
version: '2.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.12
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +238,7 @@ dependencies:
|
|
|
238
238
|
version: '2.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.12
|
|
242
242
|
description: "\U0001F4CF Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop
|
|
243
243
|
LTS compatibility matrix used by Kettle-managed gems."
|
|
244
244
|
email:
|
|
@@ -259,10 +259,10 @@ licenses:
|
|
|
259
259
|
- MIT
|
|
260
260
|
metadata:
|
|
261
261
|
homepage_uri: https://kettle-rb.galtzo.com
|
|
262
|
-
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.
|
|
263
|
-
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.
|
|
262
|
+
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.11
|
|
263
|
+
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.11/CHANGELOG.md
|
|
264
264
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-rb/issues
|
|
265
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.
|
|
265
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.11
|
|
266
266
|
funding_uri: https://github.com/sponsors/pboling
|
|
267
267
|
wiki_uri: https://github.com/kettle-dev/kettle-rb/wiki
|
|
268
268
|
news_uri: https://www.railsbling.com/tags/kettle-rb
|
metadata.gz.sig
CHANGED
|
Binary file
|