kettle-dev 1.1.17 → 1.1.18
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 +12 -2
- data/README.md.example +1 -1
- data/Rakefile.example +1 -1
- data/lib/kettle/dev/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: c48a2809e582b5f6d73b3c531e4a8336d5fec8a261003d469c0762c6b0280cfd
|
4
|
+
data.tar.gz: aca0074c5d5839eb5d275d82bc82f2c47bcee8db8828d3ad1d5d5fac69878147
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 495fb6a4ffe94e37b112735319371ea3122bddbbef3b06d681595b5a3769463b33008052c164af688221a4205e859b38b76076289ea71e7ecca519b6a930c012
|
7
|
+
data.tar.gz: 88db9bbbd711aeb193b1c233da17630de0e6aeb70c35a68fe06f875c628bef5892640177dea71befa8528e9ed29de987b0f52201e20721aaef8016b5f6824422
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -24,6 +24,14 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
24
24
|
### Fixed
|
25
25
|
### Security
|
26
26
|
|
27
|
+
## [1.1.18] - 2025-09-12
|
28
|
+
- TAG: [v1.1.18][1.1.18t]
|
29
|
+
- COVERAGE: 96.24% -- 3477/3613 lines in 25 files
|
30
|
+
- BRANCH COVERAGE: 81.01% -- 1425/1759 branches in 25 files
|
31
|
+
- 76.88% documented
|
32
|
+
### Removed
|
33
|
+
- remove patreon link from README template
|
34
|
+
|
27
35
|
## [1.1.17] - 2025-09-11
|
28
36
|
- TAG: [v1.1.17][1.1.17t]
|
29
37
|
- COVERAGE: 96.29% -- 3479/3613 lines in 25 files
|
@@ -38,7 +46,7 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
38
46
|
- update template to version_gem v1.1.9
|
39
47
|
- right-size funding commit message append width
|
40
48
|
### Removed
|
41
|
-
- remove patreon link from
|
49
|
+
- remove patreon link from README
|
42
50
|
|
43
51
|
## [1.1.16] - 2025-09-10
|
44
52
|
- TAG: [v1.1.16][1.1.16t]
|
@@ -640,7 +648,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
640
648
|
- Selecting will run the selected workflow via `act`
|
641
649
|
- This may move to its own gem in the future.
|
642
650
|
|
643
|
-
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.
|
651
|
+
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.18...HEAD
|
652
|
+
[1.1.18]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.17...v1.1.18
|
653
|
+
[1.1.18t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.18
|
644
654
|
[1.1.17]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.16...v1.1.17
|
645
655
|
[1.1.17t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.17
|
646
656
|
[1.1.16]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.15...v1.1.16
|
data/README.md.example
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
19
19
|
|
20
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
20
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
21
21
|
|
22
22
|
## 🌻 Synopsis
|
23
23
|
|
data/Rakefile.example
CHANGED
data/lib/kettle/dev/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kettle-dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter H. Boling
|
@@ -386,10 +386,10 @@ licenses:
|
|
386
386
|
- MIT
|
387
387
|
metadata:
|
388
388
|
homepage_uri: https://kettle-dev.galtzo.com/
|
389
|
-
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.
|
390
|
-
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.
|
389
|
+
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.18
|
390
|
+
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.18/CHANGELOG.md
|
391
391
|
bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
|
392
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.
|
392
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.18
|
393
393
|
funding_uri: https://github.com/sponsors/pboling
|
394
394
|
wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
|
395
395
|
news_uri: https://www.railsbling.com/tags/kettle-dev
|
metadata.gz.sig
CHANGED
Binary file
|