kettle-rb 0.1.9 → 0.1.10
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 +22 -1
- data/README.md +2 -16
- data/lib/kettle/rb/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +14 -14
- 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: a9b88ea6b73ff626abd9ddd35a9992cc691e2c8e727f8c43ccf056db5b233346
|
|
4
|
+
data.tar.gz: ff9bb7ce540451d48234d361bf5c8c3db9b95cad514d26013d545b90f929fb39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3238dc8ecc1f9a60299234773929ab0e98105d15a4b3336c5eda1733e95c4676f4531eb1b11a424579b52e46a9b0db7c89210219bd16a943692dc026a0b8307f
|
|
7
|
+
data.tar.gz: f5e0a5bcd8107617a310ceb383b4baadbeccf65460145553a32b3edc9f33e9a9c22df55019a06f55c2ce3d79f6d4a114868b13e297305262b4676db472f58dd1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,25 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.10] - 2026-08-12
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.10][0.1.10t]
|
|
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
|
+
- Prepare project for kettle-jem templates: updated 7 project files across dependencies (7).
|
|
43
|
+
|
|
44
|
+
- Apply kettle-jem templates: updated 1 project file across code and tests (1).
|
|
45
|
+
|
|
46
|
+
- Apply kettle-jem templates: updated 8 project files across code and tests (2), configuration (1), dependencies (1), documentation (1), other (3).
|
|
47
|
+
|
|
48
|
+
- Prepare project for kettle-jem templates: updated 17 project files across dependencies (17).
|
|
49
|
+
|
|
50
|
+
- Apply kettle-jem templates: updated 3 project files across code and tests (1), dependencies (1), other (1).
|
|
51
|
+
|
|
33
52
|
## [0.1.9] - 2026-08-03
|
|
34
53
|
|
|
35
54
|
- TAG: [v0.1.9][0.1.9t]
|
|
@@ -233,7 +252,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
233
252
|
- Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
|
|
234
253
|
and RuboCop LTS compatibility source of truth for kettle-dev tooling.
|
|
235
254
|
|
|
236
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.
|
|
255
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.10...HEAD
|
|
256
|
+
[0.1.10]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.9...v0.1.10
|
|
257
|
+
[0.1.10t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.10
|
|
237
258
|
[0.1.9]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.8...v0.1.9
|
|
238
259
|
[0.1.9t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.9
|
|
239
260
|
[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
|
|
@@ -252,8 +252,7 @@ See [SECURITY.md][🔐security].
|
|
|
252
252
|
## 🤝 Contributing
|
|
253
253
|
|
|
254
254
|
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.
|
|
255
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
257
256
|
|
|
258
257
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
259
258
|
|
|
@@ -289,19 +288,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
289
288
|
|
|
290
289
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-rb/-/graphs/main][🚎contributors-gl]
|
|
291
290
|
|
|
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
291
|
## 📌 Versioning
|
|
306
292
|
|
|
307
293
|
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.10"
|
|
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.10
|
|
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.6
|
|
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.6
|
|
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.5
|
|
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.5
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: ruby-progressbar
|
|
190
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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.10
|
|
263
|
+
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.10/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.10
|
|
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
|