kettle-dev 1.1.49 → 1.1.50

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: f95a45a4ef2762a84b2f36e6824a97e34c050368c6125f74b41efcabd2465549
4
- data.tar.gz: 49899dfdd780feb8134b5999aad8c3e5230361b70e8e99caf4d3529e1e46387e
3
+ metadata.gz: f61bde95a7e5a0632485eaa2dbfab9a3c0d912c54aa84985419988d727cd9bb5
4
+ data.tar.gz: 9a060150986a8c0906718a593e4b9e1039197ee8d3a813b372a0a9a903a5816f
5
5
  SHA512:
6
- metadata.gz: 85cb8912a3fc282d2985c901635ed57336e195cc98fad631931bb04488623f5274c057b9b7c55ab24bb1a4ea256dd2c3ec48b95010403bb3b697297c838822d5
7
- data.tar.gz: ee8ffd0f7f5bbc36c5d81bc2dc122666a10dd7b4c4b50f34c79fc5e65308354e28e980466af60e95d5d99527412428d161147ee9a2f71f00967d59f9c1468e96
6
+ metadata.gz: ec46717666f1ed2f26d4eace245ae2378ec403651809e0ab97bc55fd7e354678cb25ee93e68c05a3e9c29936bb603304a5ace6af1715221e85e0615c642c1fea
7
+ data.tar.gz: 2a9771deacba1a89948b7965eac2846362aeea8f8617f59bf89baf1ce1d517cd65b83718adb0647f430f4f7c3059ecc72894691d2667e32fa73373f7da912df6
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.50] - 2025-11-07
34
+
35
+ - TAG: [v1.1.50][1.1.50t]
36
+ - COVERAGE: 94.41% -- 4039/4278 lines in 26 files
37
+ - BRANCH COVERAGE: 78.88% -- 1662/2107 branches in 26 files
38
+ - 79.89% documented
39
+
40
+ ### Fixed
41
+
42
+ - invalid documentation (bad find/replace outcomes during templating)
43
+
33
44
  ## [1.1.49] - 2025-11-07
34
45
 
35
46
  - TAG: [v1.1.49][1.1.49t]
@@ -1307,7 +1318,9 @@ Please file a bug if you notice a violation of semantic versioning.
1307
1318
  - Selecting will run the selected workflow via `act`
1308
1319
  - This may move to its own gem in the future.
1309
1320
 
1310
- [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.49...HEAD
1321
+ [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.50...HEAD
1322
+ [1.1.50]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.49...v1.1.50
1323
+ [1.1.50t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.50
1311
1324
  [1.1.49]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.48...v1.1.49
1312
1325
  [1.1.49t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.49
1313
1326
  [1.1.48]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.47...v1.1.48
@@ -24,13 +24,13 @@ Follow these instructions:
24
24
 
25
25
  ## Executables vs Rake tasks
26
26
 
27
- Executables shipped by dependencies, such as kettle-dev, and stone_checksums, are available
27
+ Executables shipped by dependencies, such as {KETTLE|DEV|GEM}, and stone_checksums, are available
28
28
  after running `bin/setup`. These include:
29
29
 
30
30
  - gem_checksums
31
31
  - kettle-changelog
32
32
  - kettle-commit-msg
33
- - kettle-dev-setup
33
+ - {KETTLE|DEV|GEM}-setup
34
34
  - kettle-dvcs
35
35
  - kettle-pre-release
36
36
  - kettle-readme-backers
@@ -68,7 +68,9 @@ GitHub API and CI helpers
68
68
  Releasing and signing
69
69
  - SKIP_GEM_SIGNING: If set, skip gem signing during build/release
70
70
  - GEM_CERT_USER: Username for selecting your public cert in `certs/<USER>.pem` (defaults to $USER)
71
- - SOURCE_DATE_EPOCH: Reproducible build timestamp. `kettle-release` will set this automatically for the session.
71
+ - SOURCE_DATE_EPOCH: Reproducible build timestamp.
72
+ - `kettle-release` will set this automatically for the session.
73
+ - Not needed on bundler >= 2.7.0, as reproducible builds have become the default.
72
74
 
73
75
  Git hooks and commit message helpers (exe/kettle-commit-msg)
74
76
  - GIT_HOOK_BRANCH_VALIDATE: Branch name validation mode (e.g., `jira`) or `false` to disable
@@ -168,6 +170,7 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
168
170
  1. Update version.rb to contain the correct version-to-be-released.
169
171
  2. Run `bundle exec kettle-changelog`.
170
172
  3. Run `bundle exec kettle-release`.
173
+ 4. Stay awake and monitor the release process for any errors, and answer any prompts.
171
174
 
172
175
  #### Manual process
173
176
 
data/Rakefile.example CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.1.49 - 2025-11-07
3
+ # kettle-dev Rakefile v1.1.50 - 2025-11-07
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.49"
9
+ VERSION = "1.1.50"
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.49
4
+ version: 1.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -396,10 +396,10 @@ licenses:
396
396
  - MIT
397
397
  metadata:
398
398
  homepage_uri: https://kettle-dev.galtzo.com/
399
- source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.49
400
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.49/CHANGELOG.md
399
+ source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.50
400
+ changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.50/CHANGELOG.md
401
401
  bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
402
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.49
402
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.50
403
403
  funding_uri: https://github.com/sponsors/pboling
404
404
  wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
405
405
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file