kettle-dev 2.0.7 → 2.0.8

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: 2b61c1554f763f345877105472c233b0f29d7d01f5b75cd77e80bd74f24eae14
4
- data.tar.gz: e1686a3aa422b0bc1e716c296d07bdb81f0776512c5101737d737bf2a9b7238f
3
+ metadata.gz: 4cd7fe54eb870c3b29cd7f317c335f06dd69d4c3d924686b835bbba97f42bbed
4
+ data.tar.gz: 1ce512b94f7fbd3089ae283c51128e526c9b48d825204409795e1c60d9c689dd
5
5
  SHA512:
6
- metadata.gz: 95f94d496c5796b9d66a16c74ed7f2b23ee0dfaa803c3c2bd28d796b29ec5faa02d833b0dcbc82f8987a3f5cc7c4f19a2cb9a793c96d5317ad4a83c467dec666
7
- data.tar.gz: 742ef978f70ec542f3f4ca7b7386ccc7db2fcbe386c20830986001a5d15aed2c56f2ed0683712c885d822f64974cae6d600130cc79574a5f329338cfbbf82fe8
6
+ metadata.gz: deb60bf014b1a739225b8478d9337a06c94ae40fa57edaa0a654603a3dd04eca76ad8bc88086bbde824de19477f82a8c6bd4537c6a59dd76d3b6a51304888005
7
+ data.tar.gz: 78e31f3c9ae1052e3009d8055d1ac17dcf93def82827c3fe3ca7d026115195802b9cebf91dd4b29d48990993bf174f5e11616e1e454107eaaa0a42f831730858
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -28,11 +28,21 @@ Please file a bug if you notice a violation of semantic versioning.
28
28
 
29
29
  ### Fixed
30
30
 
31
- - Avoided moving mocked CI task input reads into a background thread for
32
- non-interactive runs, fixing TruffleRuby v23.0-v23.1 CI stability.
33
-
34
31
  ### Security
35
32
 
33
+ ## [2.0.8] - 2026-06-02
34
+
35
+ - TAG: [v2.0.8][2.0.8t]
36
+ - COVERAGE: 92.83% -- 2953/3181 lines in 25 files
37
+ - BRANCH COVERAGE: 76.59% -- 1201/1568 branches in 25 files
38
+ - 75.93% documented
39
+
40
+ ### Fixed
41
+
42
+ - `appraisal:update` now installs the `Appraisal.root.gemfile` bundle before
43
+ running `bundle update --bundler`, fixing first-run release failures when the
44
+ Appraisal root lockfile does not exist yet.
45
+
36
46
  ## [2.0.7] - 2026-06-01
37
47
 
38
48
  - TAG: [v2.0.7][2.0.7t]
@@ -46,6 +56,11 @@ Please file a bug if you notice a violation of semantic versioning.
46
56
  - Generated style Gemfiles now use the current RuboCop-LTS Ruby 2.4 floor.
47
57
  - Lint / style updates
48
58
 
59
+ ### Fixed
60
+
61
+ - Avoided moving mocked CI task input reads into a background thread for
62
+ non-interactive runs, fixing TruffleRuby v23.0-v23.1 CI stability.
63
+
49
64
  ## [2.0.6] - 2026-05-31
50
65
 
51
66
  - TAG: [v2.0.6][2.0.6t]
@@ -545,7 +560,7 @@ Please file a bug if you notice a violation of semantic versioning.
545
560
 
546
561
  - Template .yardopts now includes yard-yaml plugin (for CITATION.cff)
547
562
  - Template now includes a default `.yardopts` file
548
- - Excludes *.gem, pkg/*.gem and .yardoc from documentation generation
563
+ - Excludes _.gem, pkg/_.gem and .yardoc from documentation generation
549
564
 
550
565
  ## [1.1.52] - 2025-11-08
551
566
 
@@ -1044,7 +1059,7 @@ Please file a bug if you notice a violation of semantic versioning.
1044
1059
  - improved documentation
1045
1060
  - better organized readme
1046
1061
  - badges are more clear & new badge for Ruby Friends Squad on Daily.dev
1047
- - https://app.daily.dev/squads/rubyfriends
1062
+ - https://app.daily.dev/squads/rubyfriends
1048
1063
 
1049
1064
  ### Changed
1050
1065
 
@@ -1530,7 +1545,7 @@ Please file a bug if you notice a violation of semantic versioning.
1530
1545
 
1531
1546
  ### Fixed
1532
1547
 
1533
- - kettle:dev:install remove "Works with MRI Ruby*" lines with no badges left
1548
+ - kettle:dev:install remove "Works with MRI Ruby\*" lines with no badges left
1534
1549
  - kettle:dev:install prefix badge cell replacement with a single space
1535
1550
 
1536
1551
  ## [1.0.17] - 2025-08-29
@@ -1577,7 +1592,7 @@ Please file a bug if you notice a violation of semantic versioning.
1577
1592
 
1578
1593
  ### Fixed
1579
1594
 
1580
- - include gemfiles/modular/*gemfile.example with packaged gem
1595
+ - include gemfiles/modular/\*gemfile.example with packaged gem
1581
1596
  - CI workflow result polling logic revised:
1582
1597
  - includes a delay
1583
1598
  - scopes queries to specific commit SHA
@@ -1654,13 +1669,13 @@ Please file a bug if you notice a violation of semantic versioning.
1654
1669
  ### Added
1655
1670
 
1656
1671
  - Add more .example templates
1657
- - .github/workflows/coverage.yml.example
1658
- - .gitlab-ci.yml.example
1659
- - Appraisals.example
1672
+ - .github/workflows/coverage.yml.example
1673
+ - .gitlab-ci.yml.example
1674
+ - Appraisals.example
1660
1675
  - Kettle::Dev::InputAdapter: Input indirection layer for safe interactive prompts in tests; provides gets and readline; documented with YARD and typed with RBS.
1661
1676
  - install task README improvements
1662
- - extracts emoji grapheme from H1 to apply to gemspec's summary and description
1663
- - removes badges for unsupported rubies, and major version MRI row if all badges removed
1677
+ - extracts emoji grapheme from H1 to apply to gemspec's summary and description
1678
+ - removes badges for unsupported rubies, and major version MRI row if all badges removed
1664
1679
  - new exe script: kettle-changelog - transitions a changelog from unreleased to next release
1665
1680
 
1666
1681
  ### Changed
@@ -1672,17 +1687,17 @@ Please file a bug if you notice a violation of semantic versioning.
1672
1687
  ### Removed
1673
1688
 
1674
1689
  - dependency on git gem
1675
- - git gem is still supported if present and not bypassed by new ENV variable `KETTLE_DEV_DISABLE_GIT_GEM`
1676
- - no longer a direct dependency
1690
+ - git gem is still supported if present and not bypassed by new ENV variable `KETTLE_DEV_DISABLE_GIT_GEM`
1691
+ - no longer a direct dependency
1677
1692
 
1678
1693
  ### Fixed
1679
1694
 
1680
1695
  - Upgrade stone_checksums for release compatibility with bundler v2.7+
1681
- - Retains compatibility with older bundler < v2.7
1696
+ - Retains compatibility with older bundler < v2.7
1682
1697
  - Ship all example templates with gem
1683
1698
  - install task README preservation
1684
- - preserves H1 line, and specific H2 headed sections
1685
- - preserve table alignment
1699
+ - preserves H1 line, and specific H2 headed sections
1700
+ - preserve table alignment
1686
1701
 
1687
1702
  ## [1.0.10] - 2025-08-24
1688
1703
 
@@ -1705,7 +1720,7 @@ Please file a bug if you notice a violation of semantic versioning.
1705
1720
 
1706
1721
  ### Removed
1707
1722
 
1708
- - attempts to make exe/* scripts work without bundler. Bundler is required.
1723
+ - attempts to make exe/\* scripts work without bundler. Bundler is required.
1709
1724
 
1710
1725
  ### Fixed
1711
1726
 
@@ -1716,14 +1731,14 @@ Please file a bug if you notice a violation of semantic versioning.
1716
1731
 
1717
1732
  - TAG: [v1.0.9][1.0.9t]
1718
1733
  - COVERAGE: 100.00% -- 130/130 lines in 7 files
1719
- - BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
1734
+ - BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
1720
1735
  - 95.35% documented
1721
1736
 
1722
1737
  ### Added
1723
1738
 
1724
1739
  - kettle-release: Add a sanity check for the latest released version of the gem being released, and display it during the confirmation with user that CHANGELOG.md and version.rb have been updated, so they can compare the value in version.rb with the value of the latest released version.
1725
- - If the value in version.rb is less than the latest released version's major or minor, then check for the latest released version that matches the major + minor of what is in version.rb.
1726
- - This way a stable branch intended to release patch updates to older versions is able to work use the script.
1740
+ - If the value in version.rb is less than the latest released version's major or minor, then check for the latest released version that matches the major + minor of what is in version.rb.
1741
+ - This way a stable branch intended to release patch updates to older versions is able to work use the script.
1727
1742
  - kettle-release: optional pre-push local CI run using `act`, controlled by env var `K_RELEASE_LOCAL_CI` ("true" to run, "ask" to prompt) and `K_RELEASE_LOCAL_CI_WORKFLOW` to choose a workflow; defaults to `locked_deps.yml` when present; on failure, soft-resets the release prep commit and aborts.
1728
1743
  - template task: now copies `certs/pboling.pem` into the host project when available.
1729
1744
 
@@ -1747,7 +1762,7 @@ Please file a bug if you notice a violation of semantic versioning.
1747
1762
 
1748
1763
  ### Fixed
1749
1764
 
1750
- - Reproducible builds, with consistent checksums, by *not* using SOURCE_DATE_EPOCH.
1765
+ - Reproducible builds, with consistent checksums, by _not_ using SOURCE_DATE_EPOCH.
1751
1766
  - Since bundler v2.7.0 builds are reproducible by default.
1752
1767
 
1753
1768
  ## [1.0.6] - 2025-08-24
@@ -1829,9 +1844,9 @@ Please file a bug if you notice a violation of semantic versioning.
1829
1844
 
1830
1845
  - These were documented but not yet released:
1831
1846
  - `kettle-release` ruby script for safely, securely, releasing a gem.
1832
- - This may move to its own gem in the future.
1847
+ - This may move to its own gem in the future.
1833
1848
  - `kettle-readme-backers` ruby script for integrating Open Source Collective backers into a README.md file.
1834
- - This may move to its own gem in the future.
1849
+ - This may move to its own gem in the future.
1835
1850
 
1836
1851
  ## [1.0.0] - 2025-08-24
1837
1852
 
@@ -1849,7 +1864,7 @@ Please file a bug if you notice a violation of semantic versioning.
1849
1864
  - appraisal2
1850
1865
  - gitmoji-regex (& git-hooks to enforce gitmoji commit-style)
1851
1866
  - via kettle-test
1852
- - Note: rake tasks for kettle-test are added in *this gem* (kettle-dev) because test rake tasks are a development concern
1867
+ - Note: rake tasks for kettle-test are added in _this gem_ (kettle-dev) because test rake tasks are a development concern
1853
1868
  - rspec
1854
1869
  - although rspec is the focus, most tools work with minitest as well
1855
1870
  - rspec-block_is_expected
@@ -1862,7 +1877,9 @@ Please file a bug if you notice a violation of semantic versioning.
1862
1877
  - Selecting will run the selected workflow via `act`
1863
1878
  - This may move to its own gem in the future.
1864
1879
 
1865
- [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.7...HEAD
1880
+ [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.8...HEAD
1881
+ [2.0.8]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.7...v2.0.8
1882
+ [2.0.8t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.8
1866
1883
  [2.0.7]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.6...v2.0.7
1867
1884
  [2.0.7t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.7
1868
1885
  [2.0.6]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.5...v2.0.6
data/README.md CHANGED
@@ -811,7 +811,7 @@ Thanks for RTFM. ☺️
811
811
  [📌gitmoji]: https://gitmoji.dev
812
812
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
813
813
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
814
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-3.179-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
814
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-3.181-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
815
815
  [🔐security]: https://github.com/kettle-rb/kettle-dev/blob/main/SECURITY.md
816
816
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
817
817
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -839,7 +839,7 @@ Thanks for RTFM. ☺️
839
839
  | Package | kettle-dev |
840
840
  | Description | 🍲 Kettle::Dev is a meta tool from kettle-rb to streamline development and testing. Acts as a shim dependency, pulling in many other dependencies, to give you OOTB productivity with a RubyGem, or Ruby app project. Configures a complete set of Rake tasks, for all the libraries is brings in, so they arrive ready to go. Fund overlooked open source projects - bottom of stack, dev/test dependencies: floss-funding.dev |
841
841
  | Homepage | https://github.com/kettle-rb/kettle-dev |
842
- | Source | https://github.com/kettle-rb/kettle-dev/tree/v2.0.6 |
842
+ | Source | https://github.com/kettle-rb/kettle-dev/tree/v2.0.8 |
843
843
  | License | `AGPL-3.0-only` |
844
844
  | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-rb, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-dev, https://www.buymeacoffee.com/pboling |
845
845
  <!-- kettle-jem:metadata:end -->
data/SECURITY.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Version | Supported |
6
6
  |----------|-----------|
7
- | 1.latest | ✅ |
7
+ | 2.0.latest | ✅ |
8
8
 
9
9
  ## Security contact information
10
10
 
@@ -61,19 +61,23 @@ begin
61
61
  run_in_unbundled = proc do
62
62
  env = {"BUNDLE_GEMFILE" => "Appraisal.root.gemfile"}
63
63
 
64
- # 1) BUNDLE_GEMFILE=Appraisal.root.gemfile bundle update --bundler
64
+ # 1) BUNDLE_GEMFILE=Appraisal.root.gemfile bundle install
65
+ ok = system(env, bundle, "install")
66
+ abort("appraisal:update failed: BUNDLE_GEMFILE=Appraisal.root.gemfile bundle install") unless ok
67
+
68
+ # 2) BUNDLE_GEMFILE=Appraisal.root.gemfile bundle update --bundler
65
69
  ok = system(env, bundle, "update", "--bundler")
66
70
  abort("appraisal:update failed: BUNDLE_GEMFILE=Appraisal.root.gemfile bundle update --bundler") unless ok
67
71
 
68
- # 2) BUNDLE_GEMFILE=Appraisal.root.gemfile bundle install
72
+ # 3) BUNDLE_GEMFILE=Appraisal.root.gemfile bundle install
69
73
  ok = system(env, bundle, "install")
70
74
  abort("appraisal:update failed: BUNDLE_GEMFILE=Appraisal.root.gemfile bundle install") unless ok
71
75
 
72
- # 3) BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
76
+ # 4) BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
73
77
  ok = system(env, bundle, "exec", "appraisal", "update")
74
78
  abort("appraisal:update failed: BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update") unless ok
75
79
 
76
- # 4) bundle exec rake rubocop_gradual:autocorrect
80
+ # 5) bundle exec rake rubocop_gradual:autocorrect
77
81
  ok = system(bundle, "exec", "rake", "rubocop_gradual:autocorrect")
78
82
  abort("appraisal:update failed: rubocop_gradual:autocorrect") unless ok
79
83
  end
@@ -3,7 +3,7 @@
3
3
  module Kettle
4
4
  module Dev
5
5
  module Version
6
- VERSION = "2.0.7"
6
+ VERSION = "2.0.8"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  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: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -145,6 +145,26 @@ dependencies:
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
147
  version: 3.0.6
148
+ - !ruby/object:Gem::Dependency
149
+ name: turbo_tests2
150
+ requirement: !ruby/object:Gem::Requirement
151
+ requirements:
152
+ - - "~>"
153
+ - !ruby/object:Gem::Version
154
+ version: '3.1'
155
+ - - ">="
156
+ - !ruby/object:Gem::Version
157
+ version: 3.1.1
158
+ type: :development
159
+ prerelease: false
160
+ version_requirements: !ruby/object:Gem::Requirement
161
+ requirements:
162
+ - - "~>"
163
+ - !ruby/object:Gem::Version
164
+ version: '3.1'
165
+ - - ">="
166
+ - !ruby/object:Gem::Version
167
+ version: 3.1.1
148
168
  - !ruby/object:Gem::Dependency
149
169
  name: ruby-progressbar
150
170
  requirement: !ruby/object:Gem::Requirement
@@ -312,10 +332,10 @@ licenses:
312
332
  - AGPL-3.0-only
313
333
  metadata:
314
334
  homepage_uri: https://kettle-dev.galtzo.com
315
- source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v2.0.7
316
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v2.0.7/CHANGELOG.md
335
+ source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v2.0.8
336
+ changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v2.0.8/CHANGELOG.md
317
337
  bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
318
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.0.7
338
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.0.8
319
339
  funding_uri: https://github.com/sponsors/pboling
320
340
  wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
321
341
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file