kettle-dev 1.0.24 → 1.0.25
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/Appraisals.example +2 -4
- data/CHANGELOG.md +13 -1
- data/README.md +1 -1
- 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 +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17271b80f11810960aff2bed47dae41fd383c2e70f9791134405b7b15c0c4989
|
4
|
+
data.tar.gz: b49ddd6a9f57504713789b05b814293d2ef9ac05b0755245129b05234e288eca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 291245d371efa3869f70b66e33f9059108616283ab29204158c198005473db150fbbbbde3c7ac53bea6a8175cb3a90235d2fbb7a85c304c763ba5b06d2952afd
|
7
|
+
data.tar.gz: ec1b4ec965b7cfe5b97fd7519c7e8cea77d881f7f083e47c0e66ab17fe1aa5048d24a112f732cdac6ecd085ece372494661b898255d8583379ec790ba9c507cf
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/Appraisals.example
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# HOW TO UPDATE APPRAISALS:
|
4
|
-
#
|
5
|
-
# BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
|
6
|
-
# bundle exec rake rubocop_gradual:autocorrect
|
3
|
+
# HOW TO UPDATE APPRAISALS (will run rubocop_gradual's autocorrect afterward):
|
4
|
+
# bin/rake appraisals:update
|
7
5
|
|
8
6
|
# Lock/Unlock Deps Pattern
|
9
7
|
#
|
data/CHANGELOG.md
CHANGED
@@ -24,6 +24,16 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
24
24
|
### Fixed
|
25
25
|
### Security
|
26
26
|
|
27
|
+
## [1.0.25] - 2025-08-31
|
28
|
+
- TAG: [v1.0.25][1.0.25t]
|
29
|
+
- COVERAGE: 97.81% -- 2630/2689 lines in 22 files
|
30
|
+
- BRANCH COVERAGE: 82.40% -- 1100/1335 branches in 22 files
|
31
|
+
- 75.00% documented
|
32
|
+
### Added
|
33
|
+
- test that .env.local.example is copied by install / template tasks
|
34
|
+
### Changed
|
35
|
+
- update Appraisals.example template's instructions for updating appraisals
|
36
|
+
|
27
37
|
## [1.0.24] - 2025-08-31
|
28
38
|
- TAG: [v1.0.24][1.0.24t]
|
29
39
|
- COVERAGE: 97.51% -- 2625/2692 lines in 22 files
|
@@ -374,7 +384,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
374
384
|
- Selecting will run the selected workflow via `act`
|
375
385
|
- This may move to its own gem in the future.
|
376
386
|
|
377
|
-
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.
|
387
|
+
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.25...HEAD
|
388
|
+
[1.0.25]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.24...v1.0.25
|
389
|
+
[1.0.25t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.25
|
378
390
|
[1.0.24]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.23...v1.0.24
|
379
391
|
[1.0.24t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.24
|
380
392
|
[1.0.23]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.22...v1.0.23
|
data/README.md
CHANGED
@@ -732,7 +732,7 @@ Thanks for RTFM. ☺️
|
|
732
732
|
[📌gitmoji]:https://gitmoji.dev
|
733
733
|
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
|
734
734
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
735
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-2.
|
735
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-2.689-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
736
736
|
[🔐security]: SECURITY.md
|
737
737
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
738
738
|
[📄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
@@ -505,7 +505,7 @@ Thanks for RTFM. ☺️
|
|
505
505
|
[📌gitmoji]:https://gitmoji.dev
|
506
506
|
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
|
507
507
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
508
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-2.
|
508
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-2.689-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
509
509
|
[🔐security]: SECURITY.md
|
510
510
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
511
511
|
[📄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
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.0.
|
4
|
+
version: 1.0.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter H. Boling
|
@@ -351,10 +351,10 @@ licenses:
|
|
351
351
|
- MIT
|
352
352
|
metadata:
|
353
353
|
homepage_uri: https://kettle-dev.galtzo.com/
|
354
|
-
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.0.
|
355
|
-
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.0.
|
354
|
+
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.0.25
|
355
|
+
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.0.25/CHANGELOG.md
|
356
356
|
bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
|
357
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.0.
|
357
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.0.25
|
358
358
|
funding_uri: https://github.com/sponsors/pboling
|
359
359
|
wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
|
360
360
|
news_uri: https://www.railsbling.com/tags/kettle-dev
|
metadata.gz.sig
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
O
|
2
|
+
ޅ��uu�5�B��?x�C�-�r�?��g����̓�Xb�$�ljf��+�kS��nl!=Ϯo�SLG��l�����btI��'d�N4~!�2��e/ eQ���\���"7��t�&wKN���������]���A��%T�&�ej4XA�jt�^2��r���=N,�ng-��_���~���e���2�����y�C�^A�0~·��3�F�BL�S��xj�fu`��PI-���s��Y`m��ɹ��4�N�R�H�b*XS2&��/�*]��H�MܛXe&7S�~���ƟK[i\+V6��&�������\w�M:M������y�_�RQ�of�|�q�k��u�n��g���s�c\)«��>W+��m~kH6
|