kettle-rb 0.1.5 → 0.1.6
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 +46 -1
- data/LICENSE.md +1 -1
- data/README.md +4 -4
- data/lib/kettle/rb/version.rb +4 -1
- data.tar.gz.sig +0 -0
- metadata +33 -13
- 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: 4359ee02547187f78627ec0caf712bfee454b80109f7c2f087b2beadf5244146
|
|
4
|
+
data.tar.gz: fa161473fdedcb3bed5be3120b36d248e35941c4ea5cc4aa1f48a463bf2d728c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 378fd2ec50ffa9c419457d2006f81e573cff40ed05a7b036ddf1de2af00dba2759cdb13d9aeabcc2ef6dbb5f0c314e9bed8b77bc63af0dfa4ba4036b0402c3b6
|
|
7
|
+
data.tar.gz: 96a3c6c9d2514a8ad6cec4a9d80eb154b1f717f3ab12e96812ccfbed70f94bc609d061f0b7ac44401dc0ae9b396a3f71bd99081cf673e5b23e671c8cdb54cfe7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,49 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.6] - 2026-07-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.6][0.1.6t]
|
|
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
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
43
|
+
configuration and documentation dependencies so documentation issues fail
|
|
44
|
+
before generated docs are refreshed.
|
|
45
|
+
|
|
46
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
47
|
+
RSpec helpers provided by `kettle-test`.
|
|
48
|
+
|
|
49
|
+
### Changed
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
52
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
53
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
54
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
55
|
+
specs are not managed for the project.
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
58
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
59
|
+
installing the main Gemfile bundle.
|
|
60
|
+
|
|
61
|
+
### Fixed
|
|
62
|
+
|
|
63
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
64
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
65
|
+
|
|
66
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
67
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
68
|
+
coverage thresholds still pass.
|
|
69
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
70
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
71
|
+
installs are not reported as project lint debt.
|
|
72
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
73
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
74
|
+
before the test suite starts.
|
|
75
|
+
|
|
33
76
|
## [0.1.5] - 2026-07-21
|
|
34
77
|
|
|
35
78
|
- TAG: [v0.1.5][0.1.5t]
|
|
@@ -130,7 +173,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
130
173
|
- Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
|
|
131
174
|
and RuboCop LTS compatibility source of truth for kettle-dev tooling.
|
|
132
175
|
|
|
133
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.
|
|
176
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.6...HEAD
|
|
177
|
+
[0.1.6]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.5...v0.1.6
|
|
178
|
+
[0.1.6t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.6
|
|
134
179
|
[0.1.5]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.4...v0.1.5
|
|
135
180
|
[0.1.5t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.5
|
|
136
181
|
[0.1.4]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.3...v0.1.4
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -47,7 +47,7 @@ Use it when tooling needs to answer questions like:
|
|
|
47
47
|
| Works with MRI Ruby 2 | ![Ruby 2.0 Compat][💎ruby-2.0i] ![Ruby 2.1 Compat][💎ruby-2.1i] ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
48
48
|
| Works with MRI Ruby 1 | ![Ruby 1.8 Compat][💎ruby-1.8i] ![Ruby 1.9 Compat][💎ruby-1.9i]|
|
|
49
49
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
50
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
50
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
51
51
|
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
|
|
52
52
|
| Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
53
53
|
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
@@ -333,7 +333,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
333
333
|
## 📄 License
|
|
334
334
|
|
|
335
335
|
The gem is available as open source under the terms of
|
|
336
|
-
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
336
|
+
the [MIT](https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
337
337
|
|
|
338
338
|
### © Copyright
|
|
339
339
|
|
|
@@ -447,7 +447,7 @@ Thanks for RTFM. ☺️
|
|
|
447
447
|
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-rb
|
|
448
448
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
449
449
|
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-rb
|
|
450
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
450
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
451
451
|
[📜src-gh]: https://github.com/kettle-dev/kettle-rb
|
|
452
452
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
453
453
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
@@ -568,7 +568,7 @@ Thanks for RTFM. ☺️
|
|
|
568
568
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
569
569
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
570
570
|
[📄license]: LICENSE.md
|
|
571
|
-
[📄license-ref]: MIT.md
|
|
571
|
+
[📄license-ref]: https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md
|
|
572
572
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
573
573
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
574
574
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
data/lib/kettle/rb/version.rb
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
module Kettle
|
|
4
4
|
module Rb
|
|
5
|
+
# Version namespace for this gem.
|
|
5
6
|
module Version
|
|
6
|
-
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "0.1.6"
|
|
7
9
|
end
|
|
10
|
+
# Current gem version exposed at the traditional constant location.
|
|
8
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
9
12
|
end
|
|
10
13
|
end
|
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -105,6 +105,26 @@ dependencies:
|
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
107
|
version: 1.0.4
|
|
108
|
+
- !ruby/object:Gem::Dependency
|
|
109
|
+
name: anonymous_loader
|
|
110
|
+
requirement: !ruby/object:Gem::Requirement
|
|
111
|
+
requirements:
|
|
112
|
+
- - "~>"
|
|
113
|
+
- !ruby/object:Gem::Version
|
|
114
|
+
version: '0.1'
|
|
115
|
+
- - ">="
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: 0.1.3
|
|
118
|
+
type: :development
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - "~>"
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '0.1'
|
|
125
|
+
- - ">="
|
|
126
|
+
- !ruby/object:Gem::Version
|
|
127
|
+
version: 0.1.3
|
|
108
128
|
- !ruby/object:Gem::Dependency
|
|
109
129
|
name: appraisal2
|
|
110
130
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +154,7 @@ dependencies:
|
|
|
134
154
|
version: '2.0'
|
|
135
155
|
- - ">="
|
|
136
156
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 2.0.
|
|
157
|
+
version: 2.0.16
|
|
138
158
|
type: :development
|
|
139
159
|
prerelease: false
|
|
140
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -144,7 +164,7 @@ dependencies:
|
|
|
144
164
|
version: '2.0'
|
|
145
165
|
- - ">="
|
|
146
166
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 2.0.
|
|
167
|
+
version: 2.0.16
|
|
148
168
|
- !ruby/object:Gem::Dependency
|
|
149
169
|
name: turbo_tests2
|
|
150
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +174,7 @@ dependencies:
|
|
|
154
174
|
version: '3.2'
|
|
155
175
|
- - ">="
|
|
156
176
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 3.2.
|
|
177
|
+
version: 3.2.3
|
|
158
178
|
type: :development
|
|
159
179
|
prerelease: false
|
|
160
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,7 +184,7 @@ dependencies:
|
|
|
164
184
|
version: '3.2'
|
|
165
185
|
- - ">="
|
|
166
186
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 3.2.
|
|
187
|
+
version: 3.2.3
|
|
168
188
|
- !ruby/object:Gem::Dependency
|
|
169
189
|
name: ruby-progressbar
|
|
170
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -188,7 +208,7 @@ dependencies:
|
|
|
188
208
|
version: '1.0'
|
|
189
209
|
- - ">="
|
|
190
210
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 1.0.
|
|
211
|
+
version: 1.0.7
|
|
192
212
|
type: :development
|
|
193
213
|
prerelease: false
|
|
194
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +218,7 @@ dependencies:
|
|
|
198
218
|
version: '1.0'
|
|
199
219
|
- - ">="
|
|
200
220
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 1.0.
|
|
221
|
+
version: 1.0.7
|
|
202
222
|
- !ruby/object:Gem::Dependency
|
|
203
223
|
name: gitmoji-regex
|
|
204
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +228,7 @@ dependencies:
|
|
|
208
228
|
version: '2.0'
|
|
209
229
|
- - ">="
|
|
210
230
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.6
|
|
212
232
|
type: :development
|
|
213
233
|
prerelease: false
|
|
214
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +238,7 @@ dependencies:
|
|
|
218
238
|
version: '2.0'
|
|
219
239
|
- - ">="
|
|
220
240
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.6
|
|
222
242
|
description: "\U0001F4CF Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop
|
|
223
243
|
LTS compatibility matrix used by Kettle-managed gems."
|
|
224
244
|
email:
|
|
@@ -239,10 +259,10 @@ licenses:
|
|
|
239
259
|
- MIT
|
|
240
260
|
metadata:
|
|
241
261
|
homepage_uri: https://kettle-rb.galtzo.com
|
|
242
|
-
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.
|
|
243
|
-
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.6
|
|
263
|
+
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.6/CHANGELOG.md
|
|
244
264
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-rb/issues
|
|
245
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.
|
|
265
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.6
|
|
246
266
|
funding_uri: https://github.com/sponsors/pboling
|
|
247
267
|
wiki_uri: https://github.com/kettle-dev/kettle-rb/wiki
|
|
248
268
|
news_uri: https://www.railsbling.com/tags/kettle-rb
|
|
@@ -271,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
291
|
- !ruby/object:Gem::Version
|
|
272
292
|
version: '0'
|
|
273
293
|
requirements: []
|
|
274
|
-
rubygems_version: 4.0.
|
|
294
|
+
rubygems_version: 4.0.17
|
|
275
295
|
specification_version: 4
|
|
276
296
|
summary: "\U0001F4CF Shared Ruby compatibility matrix data for Kettle tooling."
|
|
277
297
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|