kettle-dev 1.1.39 → 1.1.40

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: 0c489dd6b492285c3d4bf4b0d9339c20e1355523e885381333f7c00c731ddd9f
4
- data.tar.gz: 13ce81be035837587dc3e755abcfd032c7fa379851ea09a5fdc593989dc268d3
3
+ metadata.gz: f8c1f90e0cceaa02717dc32cba57d8d82ec039e5c877b1714df1095e4d403e45
4
+ data.tar.gz: 88798d2a12bcbd7c849839c7f3e8b6ee045bfb9b356dbdf3ccf43b8d46bcd8a0
5
5
  SHA512:
6
- metadata.gz: a0a4a57da77b059663df559b76ae12082784ddc5aaec6298273cbef21575a99c755dc3ac1b3c2a1bbda7586373ee7408a5756e5dd2d99caadb0e31471fd5ddba
7
- data.tar.gz: 05a6e012246d0b58bbe4bfc5fc893a77da4661e78fe268d2d7ac8d66103c64600b6f92f13b4c3c96c53ed7d879c2d51d766719c0634fc2a69cc40078161b3d8c
6
+ metadata.gz: bd3fe7c0c7bc1d1b8080cea59fc6b387f2c02a948d85e3e0da5277b83383af1dd9403e64094a6804a7c8e3f3d7600a5ddc2e7eb734ae23874e591086b66077ec
7
+ data.tar.gz: 30a1ab2a498ec2ae7b00bf575d919563dcd27ff80a107cef1e5d634b5e52489e86963cd4a348fc4b1fbca03f9dc86361336af47cb1699bdebaa2aabbf9e6533d
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.1.40] - 2025-10-28
34
+
35
+ - TAG: [v1.1.40][1.1.40t]
36
+ - COVERAGE: 96.04% -- 3949/4112 lines in 26 files
37
+ - BRANCH COVERAGE: 80.85% -- 1634/2021 branches in 26 files
38
+ - 79.68% documented
39
+
40
+ ### Changed
41
+
42
+ - Improved copy for this gem and templated gems
43
+
33
44
  ## [1.1.39] - 2025-10-27
34
45
 
35
46
  - TAG: [v1.1.39][1.1.39t]
@@ -1181,7 +1192,9 @@ Please file a bug if you notice a violation of semantic versioning.
1181
1192
  - Selecting will run the selected workflow via `act`
1182
1193
  - This may move to its own gem in the future.
1183
1194
 
1184
- [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.39...HEAD
1195
+ [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.40...HEAD
1196
+ [1.1.40]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.39...v1.1.40
1197
+ [1.1.40t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.40
1185
1198
  [1.1.39]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.38...v1.1.39
1186
1199
  [1.1.39t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.39
1187
1200
  [1.1.38]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.37...v1.1.38
data/README.md CHANGED
@@ -770,8 +770,8 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
770
770
  ## 🤑 A request for help
771
771
 
772
772
  Maintainers have teeth and need to pay their dentists.
773
- After getting laid off in an RIF in March and filled with many dozens of rejections,
774
- I'm now spending ~60+ hours a week building open source tools.
773
+ After getting laid off in an RIF in March, and encountering difficulty finding a new one,
774
+ I began spending most of my time building open source tools.
775
775
  I'm hoping to be able to pay for my kids' health insurance this month,
776
776
  so if you value the work I am doing, I need your support.
777
777
  Please consider sponsoring me or the project.
data/README.md.example CHANGED
@@ -343,8 +343,8 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
343
343
  ## 🤑 A request for help
344
344
 
345
345
  Maintainers have teeth and need to pay their dentists.
346
- After getting laid off in an RIF in March and filled with many dozens of rejections,
347
- I'm now spending ~60+ hours a week building open source tools.
346
+ After getting laid off in an RIF in March, and encountering difficulty finding a new one,
347
+ I began spending most of my time building open source tools.
348
348
  I'm hoping to be able to pay for my kids' health insurance this month,
349
349
  so if you value the work I am doing, I need your support.
350
350
  Please consider sponsoring me or the project.
@@ -320,8 +320,8 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
320
320
  ## 🤑 A request for help
321
321
 
322
322
  Maintainers have teeth and need to pay their dentists.
323
- After getting laid off in an RIF in March and filled with many dozens of rejections,
324
- I'm now spending ~60+ hours a week building open source tools.
323
+ After getting laid off in an RIF in March, and encountering difficulty finding a new one,
324
+ I began spending most of my time building open source tools.
325
325
  I'm hoping to be able to pay for my kids' health insurance this month,
326
326
  so if you value the work I am doing, I need your support.
327
327
  Please consider sponsoring me or the project.
data/Rakefile.example CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.1.39 - 2025-10-27
3
+ # kettle-dev Rakefile v1.1.40 - 2025-10-28
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.39"
9
+ VERSION = "1.1.40"
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.39
4
+ version: 1.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -397,10 +397,10 @@ licenses:
397
397
  - MIT
398
398
  metadata:
399
399
  homepage_uri: https://kettle-dev.galtzo.com/
400
- source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.39
401
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.39/CHANGELOG.md
400
+ source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.40
401
+ changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.40/CHANGELOG.md
402
402
  bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
403
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.39
403
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.40
404
404
  funding_uri: https://github.com/sponsors/pboling
405
405
  wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
406
406
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
@@ -1 +1,4 @@
1
- Fu�G�� �h�-��╞���s��x�ܢ�݀�ސ��<��78�4��kG ��t5�j7SQ ���ÛA߻-�ۼ�ż�d�}|�b�yQg�l��(5�/�}$Mꅾ�^�F���R�X�X�(�N�3�Bºw�Ox�72��Hͬ��e���p�I/%6c�٥��{�g}�k���[�v�,o�pxJ�r�u��s.�x���*T�Vݑ
1
+ DR<����
2
+ �]�������
3
+ ��D݋(�S�o����h��A��\�\��[�!���ҍ�H^���O�׳���'�Ĩ
4
+ �^��~�����k8V�b���