kettle-dev 1.0.15 → 1.0.17

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: 2bad6b81b9914fe8444ff6d626f42a2b3c567fd4c291f0bb95f47efebf34fb7b
4
- data.tar.gz: 31921c38c683df7a384e1633a1bd46815cf98629775202dbb9354bc048c6712a
3
+ metadata.gz: 1a1bd1c247de10bf953f58bfabaeb578ef5500c76f7a75a39def5f8b8303befb
4
+ data.tar.gz: 4ecbfe623cbaf2402e9955746d25f2b2f3a186c874c0be4d252d500814aaae9f
5
5
  SHA512:
6
- metadata.gz: e8eeeb8887d61cf1fe49bf4113ae1ac37232a85d3171ee24ba089f74dca25bec3f25b980150d72919ba611ca4cf9feab2736cc0ba4b8f25639cc057c19c2acc7
7
- data.tar.gz: eac8be5a8e37590f83b91759b51d9af0efda35d0d51459a15476a456c44ce6551ddc65e7090393bfefd6fafa79ea0543d44546b64f0226017d67efff378b3901
6
+ metadata.gz: b9143cb40e9ef0ba4b806e784a8c84fa1520767d452c629c41ba92959c4b49f34c0d636cb28321ab914681801b408ea3f0220ada1aeeba47b46ecd34817dcd4f
7
+ data.tar.gz: b4e649547fea4d918c6ce1689c9d6b3848568b4bd85ad406773c34e55a18b21bccd674fe27b2ccc0254b2048565bf8af6862bd2c1508301519a7913dfa28ff53
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -24,6 +24,22 @@ Please file a bug if you notice a violation of semantic versioning.
24
24
  ### Fixed
25
25
  ### Security
26
26
 
27
+ ## [1.0.17] - 2025-08-29
28
+ - TAG: [v1.0.17][1.0.17t]
29
+ - COVERAGE: 98.14% -- 2271/2314 lines in 20 files
30
+ - BRANCH COVERAGE: 81.42% -- 916/1125 branches in 20 files
31
+ - 76.23% documented
32
+ ### Fixed
33
+ - kettle-changelog added to exe files so packaged with released gem
34
+
35
+ ## [1.0.16] - 2025-08-29
36
+ - TAG: [v1.0.16][1.0.16t]
37
+ - COVERAGE: 98.14% -- 2271/2314 lines in 20 files
38
+ - BRANCH COVERAGE: 81.42% -- 916/1125 branches in 20 files
39
+ - 76.23% documented
40
+ ### Fixed
41
+ - default rake task must be defined before it can be enhanced
42
+
27
43
  ## [1.0.15] - 2025-08-29
28
44
  - TAG: [v1.0.15][1.0.15t]
29
45
  - COVERAGE: 98.17% -- 2259/2301 lines in 20 files
@@ -257,7 +273,7 @@ Please file a bug if you notice a violation of semantic versioning.
257
273
  - Selecting will run the selected workflow via `act`
258
274
  - This may move to its own gem in the future.
259
275
 
260
- [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.15...HEAD
276
+ [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.17...HEAD
261
277
  [1.0.0]: https://github.com/kettle-rb/kettle-dev/compare/a427c302df09cfe4253a7c8d400333f9a4c1a208...v1.0.0
262
278
  [1.0.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.0
263
279
  [1.0.1]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.0...v1.0.1
@@ -290,3 +306,7 @@ Please file a bug if you notice a violation of semantic versioning.
290
306
  [1.0.14t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.14
291
307
  [1.0.15]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.14...v1.0.15
292
308
  [1.0.15t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.15
309
+ [1.0.16]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.15...v1.0.16
310
+ [1.0.16t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.16
311
+ [1.0.17]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.16...v1.0.17
312
+ [1.0.17t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.17
data/README.md CHANGED
@@ -704,7 +704,7 @@ Thanks for RTFM. ☺️
704
704
  [📌gitmoji]:https://gitmoji.dev
705
705
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
706
706
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
707
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.301-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
707
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.314-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
708
708
  [🔐security]: SECURITY.md
709
709
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
710
710
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
data/README.md.example CHANGED
@@ -495,7 +495,7 @@ Thanks for RTFM. ☺️
495
495
  [📌gitmoji]:https://gitmoji.dev
496
496
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
497
497
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
498
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.301-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
498
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.314-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
499
499
  [🔐security]: SECURITY.md
500
500
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
501
501
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
data/Rakefile.example CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.0.15 - 2025-08-29
3
+ # kettle-dev Rakefile v1.0.17 - 2025-08-29
4
4
  # Ruby 2.3 (Safe Navigation) or higher required
5
5
  #
6
6
  # MIT License (see License.txt)
@@ -49,15 +49,15 @@
49
49
 
50
50
  require "bundler/gem_tasks" if !Dir[File.join(__dir__, "*.gemspec")].empty?
51
51
 
52
- # External gems - add here!
53
- require "kettle/dev"
54
-
55
52
  # Define a base default task early so other files can enhance it.
56
53
  desc "Default tasks aggregator"
57
54
  task :default do
58
55
  puts "Default task complete."
59
56
  end
60
57
 
58
+ # External gems that define tasks - add here!
59
+ require "kettle/dev"
60
+
61
61
  ### RELEASE TASKS
62
62
  # Setup stone_checksums
63
63
  begin
@@ -6,7 +6,7 @@ module Kettle
6
6
  module Version
7
7
  # The gem version.
8
8
  # @return [String]
9
- VERSION = "1.0.15"
9
+ VERSION = "1.0.17"
10
10
  end
11
11
  end
12
12
  end
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.0.15
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -209,6 +209,7 @@ description: "\U0001F372 Kettle::Dev is a meta tool from kettle-rb to streamline
209
209
  email:
210
210
  - floss@galtzo.com
211
211
  executables:
212
+ - kettle-changelog
212
213
  - kettle-commit-msg
213
214
  - kettle-readme-backers
214
215
  - kettle-release
@@ -340,10 +341,10 @@ licenses:
340
341
  - MIT
341
342
  metadata:
342
343
  homepage_uri: https://kettle-dev.galtzo.com/
343
- source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.0.15
344
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.0.15/CHANGELOG.md
344
+ source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.0.17
345
+ changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.0.17/CHANGELOG.md
345
346
  bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
346
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.0.15
347
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.0.17
347
348
  funding_uri: https://github.com/sponsors/pboling
348
349
  wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
349
350
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file