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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ef89efa84360aab7d479169a3890a5741cb678cdda8914b58241fb8ac191013
4
- data.tar.gz: 31f6b373d628efc1339a01287468f95b7affa1658ee2059fdf18c09d91b5ccf1
3
+ metadata.gz: c48a2809e582b5f6d73b3c531e4a8336d5fec8a261003d469c0762c6b0280cfd
4
+ data.tar.gz: aca0074c5d5839eb5d275d82bc82f2c47bcee8db8828d3ad1d5d5fac69878147
5
5
  SHA512:
6
- metadata.gz: '0725249eb86e34fcdde0cf193634a676a76f5f02cc80c02b551c4fd6cde7da2e3f525ea9efc6a97c48b3786ae57c100130e06695971acc49285c029d50dc512e'
7
- data.tar.gz: 744dfad2d8907a3b4651a8a4c0ff54cf4c0f7ca2ad5db6c2f8f149a06a2d1c1151b5bc46147eb6b081c4e758fcc0f2163a5197ad9f91243b4c795303d12caddd
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 template
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.17...HEAD
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] [![Donate using Patreon][🖇patreon-img]][🖇patreon]
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
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.1.17 - 2025-09-12
3
+ # kettle-dev Rakefile v1.1.18 - 2025-09-12
4
4
  # Ruby 2.3 (Safe Navigation) or higher required
5
5
  #
6
6
  # MIT License (see License.txt)
@@ -6,7 +6,7 @@ module Kettle
6
6
  module Version
7
7
  # The gem version.
8
8
  # @return [String]
9
- VERSION = "1.1.17"
9
+ VERSION = "1.1.18"
10
10
 
11
11
  module_function
12
12
 
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.17
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.17
390
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.17/CHANGELOG.md
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.17
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