kettle-dev 1.2.4 → 2.0.1

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.
Files changed (152) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/CHANGELOG.md +232 -3
  4. data/CITATION.cff +6 -6
  5. data/CONTRIBUTING.md +64 -46
  6. data/FUNDING.md +1 -1
  7. data/LICENSE.md +12 -0
  8. data/README.md +448 -457
  9. data/certs/pboling.pem +27 -0
  10. data/exe/kettle-changelog +24 -13
  11. data/exe/kettle-check-eof +7 -0
  12. data/exe/kettle-check-eof.sh +118 -0
  13. data/exe/kettle-dev-setup +12 -63
  14. data/exe/kettle-gh-release +82 -0
  15. data/lib/kettle/dev/changelog_cli.rb +373 -62
  16. data/lib/kettle/dev/ci_monitor.rb +2 -2
  17. data/lib/kettle/dev/dvcs_cli.rb +1 -1
  18. data/lib/kettle/dev/gem_spec_reader.rb +100 -10
  19. data/lib/kettle/dev/git_adapter.rb +37 -1
  20. data/lib/kettle/dev/open_collective_config.rb +15 -3
  21. data/lib/kettle/dev/pre_release_cli.rb +4 -4
  22. data/lib/kettle/dev/rakelib/reek.rake +9 -6
  23. data/lib/kettle/dev/rakelib/spec_test.rake +25 -25
  24. data/lib/kettle/dev/rakelib/yard.rake +17 -17
  25. data/lib/kettle/dev/readme_backers.rb +4 -4
  26. data/lib/kettle/dev/release_cli.rb +27 -24
  27. data/lib/kettle/dev/tasks/ci_task.rb +4 -4
  28. data/lib/kettle/dev/version.rb +2 -87
  29. data/lib/kettle/dev.rb +31 -17
  30. data/sig/kettle/dev/source_merger.rbs +40 -56
  31. data/sig/kettle/dev/version.rbs +8 -0
  32. data.tar.gz.sig +0 -0
  33. metadata +63 -165
  34. metadata.gz.sig +0 -0
  35. data/.aiignore.example +0 -19
  36. data/.devcontainer/apt-install/devcontainer-feature.json +0 -9
  37. data/.devcontainer/apt-install/install.sh +0 -11
  38. data/.devcontainer/devcontainer.json +0 -28
  39. data/.env.local.example +0 -31
  40. data/.envrc +0 -47
  41. data/.envrc.example +0 -51
  42. data/.envrc.no-osc.example +0 -51
  43. data/.git-hooks/commit-msg +0 -54
  44. data/.git-hooks/commit-subjects-goalie.txt +0 -8
  45. data/.git-hooks/footer-template.erb.txt +0 -16
  46. data/.git-hooks/prepare-commit-msg +0 -8
  47. data/.github/.codecov.yml.example +0 -14
  48. data/.github/FUNDING.yml +0 -13
  49. data/.github/FUNDING.yml.no-osc.example +0 -13
  50. data/.github/dependabot.yml +0 -13
  51. data/.github/workflows/ancient.yml +0 -83
  52. data/.github/workflows/ancient.yml.example +0 -81
  53. data/.github/workflows/auto-assign.yml +0 -21
  54. data/.github/workflows/codeql-analysis.yml +0 -70
  55. data/.github/workflows/coverage.yml +0 -127
  56. data/.github/workflows/coverage.yml.example +0 -127
  57. data/.github/workflows/current.yml +0 -116
  58. data/.github/workflows/current.yml.example +0 -115
  59. data/.github/workflows/dep-heads.yml +0 -117
  60. data/.github/workflows/dependency-review.yml +0 -20
  61. data/.github/workflows/discord-notifier.yml.example +0 -39
  62. data/.github/workflows/heads.yml +0 -117
  63. data/.github/workflows/heads.yml.example +0 -116
  64. data/.github/workflows/jruby.yml +0 -82
  65. data/.github/workflows/jruby.yml.example +0 -72
  66. data/.github/workflows/legacy.yml +0 -76
  67. data/.github/workflows/license-eye.yml +0 -40
  68. data/.github/workflows/locked_deps.yml +0 -85
  69. data/.github/workflows/opencollective.yml +0 -40
  70. data/.github/workflows/style.yml +0 -67
  71. data/.github/workflows/supported.yml +0 -75
  72. data/.github/workflows/truffle.yml +0 -99
  73. data/.github/workflows/unlocked_deps.yml +0 -84
  74. data/.github/workflows/unsupported.yml +0 -76
  75. data/.gitignore +0 -50
  76. data/.gitlab-ci.yml.example +0 -134
  77. data/.idea/.gitignore +0 -45
  78. data/.junie/guidelines-rbs.md +0 -49
  79. data/.junie/guidelines.md +0 -141
  80. data/.junie/guidelines.md.example +0 -140
  81. data/.licenserc.yaml +0 -7
  82. data/.opencollective.yml +0 -3
  83. data/.opencollective.yml.example +0 -3
  84. data/.qlty/qlty.toml +0 -79
  85. data/.rspec +0 -9
  86. data/.rubocop.yml +0 -13
  87. data/.rubocop_rspec.yml +0 -33
  88. data/.simplecov +0 -16
  89. data/.simplecov.example +0 -11
  90. data/.tool-versions +0 -1
  91. data/.yardignore +0 -13
  92. data/.yardopts +0 -14
  93. data/Appraisal.root.gemfile +0 -10
  94. data/Appraisals +0 -151
  95. data/Appraisals.example +0 -102
  96. data/CHANGELOG.md.example +0 -47
  97. data/CONTRIBUTING.md.example +0 -227
  98. data/FUNDING.md.no-osc.example +0 -63
  99. data/Gemfile +0 -40
  100. data/Gemfile.example +0 -34
  101. data/LICENSE.txt +0 -21
  102. data/README.md.example +0 -570
  103. data/README.md.no-osc.example +0 -536
  104. data/REEK +0 -0
  105. data/Rakefile.example +0 -68
  106. data/bin/setup +0 -8
  107. data/gemfiles/modular/coverage.gemfile +0 -6
  108. data/gemfiles/modular/debug.gemfile +0 -13
  109. data/gemfiles/modular/documentation.gemfile +0 -14
  110. data/gemfiles/modular/erb/r2/v3.0.gemfile +0 -1
  111. data/gemfiles/modular/erb/r2.3/default.gemfile +0 -6
  112. data/gemfiles/modular/erb/r2.6/v2.2.gemfile +0 -3
  113. data/gemfiles/modular/erb/r3/v5.0.gemfile +0 -1
  114. data/gemfiles/modular/erb/r3.1/v4.0.gemfile +0 -2
  115. data/gemfiles/modular/erb/vHEAD.gemfile +0 -2
  116. data/gemfiles/modular/injected.gemfile +0 -60
  117. data/gemfiles/modular/mutex_m/r2/v0.3.gemfile +0 -2
  118. data/gemfiles/modular/mutex_m/r2.4/v0.1.gemfile +0 -3
  119. data/gemfiles/modular/mutex_m/r3/v0.3.gemfile +0 -2
  120. data/gemfiles/modular/mutex_m/vHEAD.gemfile +0 -2
  121. data/gemfiles/modular/optional.gemfile +0 -8
  122. data/gemfiles/modular/optional.gemfile.example +0 -5
  123. data/gemfiles/modular/runtime_heads.gemfile +0 -10
  124. data/gemfiles/modular/runtime_heads.gemfile.example +0 -8
  125. data/gemfiles/modular/stringio/r2/v3.0.gemfile +0 -5
  126. data/gemfiles/modular/stringio/r2.4/v0.0.2.gemfile +0 -4
  127. data/gemfiles/modular/stringio/r3/v3.0.gemfile +0 -5
  128. data/gemfiles/modular/stringio/vHEAD.gemfile +0 -2
  129. data/gemfiles/modular/style.gemfile +0 -25
  130. data/gemfiles/modular/style.gemfile.example +0 -25
  131. data/gemfiles/modular/templating.gemfile +0 -3
  132. data/gemfiles/modular/x_std_libs/r2/libs.gemfile +0 -3
  133. data/gemfiles/modular/x_std_libs/r2.3/libs.gemfile +0 -3
  134. data/gemfiles/modular/x_std_libs/r2.4/libs.gemfile +0 -3
  135. data/gemfiles/modular/x_std_libs/r2.6/libs.gemfile +0 -3
  136. data/gemfiles/modular/x_std_libs/r3/libs.gemfile +0 -3
  137. data/gemfiles/modular/x_std_libs/r3.1/libs.gemfile +0 -3
  138. data/gemfiles/modular/x_std_libs/vHEAD.gemfile +0 -3
  139. data/gemfiles/modular/x_std_libs.gemfile +0 -2
  140. data/kettle-dev.gemspec.example +0 -154
  141. data/lib/kettle/dev/modular_gemfiles.rb +0 -119
  142. data/lib/kettle/dev/prism_appraisals.rb +0 -351
  143. data/lib/kettle/dev/prism_gemfile.rb +0 -177
  144. data/lib/kettle/dev/prism_gemspec.rb +0 -284
  145. data/lib/kettle/dev/prism_utils.rb +0 -201
  146. data/lib/kettle/dev/rakelib/install.rake +0 -10
  147. data/lib/kettle/dev/rakelib/template.rake +0 -10
  148. data/lib/kettle/dev/setup_cli.rb +0 -403
  149. data/lib/kettle/dev/source_merger.rb +0 -655
  150. data/lib/kettle/dev/tasks/install_task.rb +0 -553
  151. data/lib/kettle/dev/tasks/template_task.rb +0 -975
  152. data/lib/kettle/dev/template_helpers.rb +0 -685
data/CHANGELOG.md.example DELETED
@@ -1,47 +0,0 @@
1
- # Changelog
2
-
3
- [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
4
-
5
- All notable changes to this project will be documented in this file.
6
-
7
- The format is based on [Keep a Changelog][📗keep-changelog],
8
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
9
- and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
10
- Please file a bug if you notice a violation of semantic versioning.
11
-
12
- [📌semver]: https://semver.org/spec/v2.0.0.html
13
- [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
14
- [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
15
- [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
16
- [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
17
- [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
18
-
19
- ## [Unreleased]
20
- ### Added
21
- ### Changed
22
- ### Deprecated
23
- ### Removed
24
- ### Fixed
25
- ### Security
26
-
27
- ## [1.0.1] - 2025-08-24
28
- - TAG: [v1.0.1][1.0.1t]
29
- - COVERAGE: 100.00% -- 130/130 lines in 7 files
30
- - BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
31
- - 100% documented
32
- ### Fixed
33
- - bugfix: oopsie
34
-
35
- ## [1.0.0] - 2025-08-24
36
- - TAG: [v1.0.0][1.0.0t]
37
- - COVERAGE: 100.00% -- 130/130 lines in 7 files
38
- - BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
39
- - 100% documented
40
- ### Added
41
- - Initial release
42
-
43
- [Unreleased]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.0...HEAD
44
- [1.0.0]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/a427c302df09cfe4253a7c8d400333f9a4c1a208...v1.0.0
45
- [1.0.0t]: https://gitlab.com/kettle-rb/kettle-dev/-/tags/v1.0.0
46
- [1.0.1]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.0...v1.0.1
47
- [1.0.1t]: https://gitlab.com/kettle-rb/kettle-dev/-/tags/v1.0.1
@@ -1,227 +0,0 @@
1
- # Contributing
2
-
3
- Bug reports and pull requests are welcome on [CodeBerg][📜src-cb], [GitLab][📜src-gl], or [GitHub][📜src-gh].
4
- This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to
5
- the [code of conduct][🤝conduct].
6
-
7
- To submit a patch, please fork the project, create a patch with tests, and send a pull request.
8
-
9
- Remember to [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] if you make changes.
10
-
11
- ## Help out!
12
-
13
- Take a look at the `reek` list which is the file called `REEK` and find something to improve.
14
-
15
- Follow these instructions:
16
-
17
- 1. Fork the repository
18
- 2. Create a feature branch (`git checkout -b my-new-feature`)
19
- 3. Make some fixes.
20
- 4. Commit changes (`git commit -am 'Added some feature'`)
21
- 5. Push to the branch (`git push origin my-new-feature`)
22
- 6. Make sure to add tests for it. This is important, so it doesn't break in a future release.
23
- 7. Create new Pull Request.
24
-
25
- ## Executables vs Rake tasks
26
-
27
- Executables shipped by dependencies, such as {KETTLE|DEV|GEM}, and stone_checksums, are available
28
- after running `bin/setup`. These include:
29
-
30
- - gem_checksums
31
- - kettle-changelog
32
- - kettle-commit-msg
33
- - {KETTLE|DEV|GEM}-setup
34
- - kettle-dvcs
35
- - kettle-pre-release
36
- - kettle-readme-backers
37
- - kettle-release
38
-
39
- There are many Rake tasks available as well. You can see them by running:
40
-
41
- ```shell
42
- bin/rake -T
43
- ```
44
-
45
- ## Environment Variables for Local Development
46
-
47
- Below are the primary environment variables recognized by stone_checksums (and its integrated tools). Unless otherwise noted, set boolean values to the string "true" to enable.
48
-
49
- General/runtime
50
- - DEBUG: Enable extra internal logging for this library (default: false)
51
- - REQUIRE_BENCH: Enable `require_bench` to profile requires (default: false)
52
- - CI: When set to true, adjusts default rake tasks toward CI behavior
53
-
54
- Coverage (kettle-soup-cover / SimpleCov)
55
- - K_SOUP_COV_DO: Enable coverage collection (default: true in .envrc)
56
- - K_SOUP_COV_FORMATTERS: Comma-separated list of formatters (html, xml, rcov, lcov, json, tty)
57
- - K_SOUP_COV_MIN_LINE: Minimum line coverage threshold (integer, e.g., 100)
58
- - K_SOUP_COV_MIN_BRANCH: Minimum branch coverage threshold (integer, e.g., 100)
59
- - K_SOUP_COV_MIN_HARD: Fail the run if thresholds are not met (true/false)
60
- - K_SOUP_COV_MULTI_FORMATTERS: Enable multiple formatters at once (true/false)
61
- - K_SOUP_COV_OPEN_BIN: Path to browser opener for HTML (empty disables auto-open)
62
- - MAX_ROWS: Limit console output rows for simplecov-console (e.g., 1)
63
- Tip: When running a single spec file locally, you may want `K_SOUP_COV_MIN_HARD=false` to avoid failing thresholds for a partial run.
64
-
65
- GitHub API and CI helpers
66
- - GITHUB_TOKEN or GH_TOKEN: Token used by `ci:act` and release workflow checks to query GitHub Actions status at higher rate limits
67
-
68
- Releasing and signing
69
- - SKIP_GEM_SIGNING: If set, skip gem signing during build/release
70
- - GEM_CERT_USER: Username for selecting your public cert in `certs/<USER>.pem` (defaults to $USER)
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.
74
-
75
- Git hooks and commit message helpers (exe/kettle-commit-msg)
76
- - GIT_HOOK_BRANCH_VALIDATE: Branch name validation mode (e.g., `jira`) or `false` to disable
77
- - GIT_HOOK_FOOTER_APPEND: Append a footer to commit messages when goalie allows (true/false)
78
- - GIT_HOOK_FOOTER_SENTINEL: Required when footer append is enabled — a unique first-line sentinel to prevent duplicates
79
- - GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
80
-
81
- For a quick starting point, this repository’s `.envrc` shows sane defaults, and `.env.local` can override them locally.
82
-
83
- ## Appraisals
84
-
85
- From time to time the [appraisal2][🚎appraisal2] gemfiles in `gemfiles/` will need to be updated.
86
- They are created and updated with the commands:
87
-
88
- ```console
89
- bin/rake appraisal:update
90
- ```
91
-
92
- If you need to reset all gemfiles/*.gemfile.lock files:
93
-
94
- ```console
95
- bin/rake appraisal:reset
96
- ```
97
-
98
- When adding an appraisal to CI, check the [runner tool cache][🏃‍♂️runner-tool-cache] to see which runner to use.
99
-
100
- ## The Reek List
101
-
102
- Take a look at the `reek` list which is the file called `REEK` and find something to improve.
103
-
104
- To refresh the `reek` list:
105
-
106
- ```console
107
- bundle exec reek > REEK
108
- ```
109
-
110
- ## Run Tests
111
-
112
- To run all tests
113
-
114
- ```console
115
- bundle exec rake test
116
- ```
117
-
118
- ### Spec organization (required)
119
-
120
- - One spec file per class/module. For each class or module under `lib/`, keep all of its unit tests in a single spec file under `spec/` that mirrors the path and file name exactly: `lib/kettle/dev/my_class.rb` -> `spec/kettle/dev/my_class_spec.rb`.
121
- - Exception: Integration specs that intentionally span multiple classes. Place these under `spec/integration/` (or a clearly named integration folder), and do not directly mirror a single class. Name them after the scenario, not a class.
122
-
123
- ## Lint It
124
-
125
- Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.
126
-
127
- ```console
128
- bundle exec rake
129
- ```
130
-
131
- Or just run the linter.
132
-
133
- ```console
134
- bundle exec rake rubocop_gradual:autocorrect
135
- ```
136
-
137
- For more detailed information about using RuboCop in this project, please see the [RUBOCOP.md](RUBOCOP.md) guide. This project uses `rubocop_gradual` instead of vanilla RuboCop, which requires specific commands for checking violations.
138
-
139
- ### Important: Do not add inline RuboCop disables
140
-
141
- Never add `# rubocop:disable ...` / `# rubocop:enable ...` comments to code or specs (except when following the few existing `rubocop:disable` patterns for a rule already being disabled elsewhere in the code). Instead:
142
-
143
- - Prefer configuration-based exclusions when a rule should not apply to certain paths or files (e.g., via `.rubocop.yml`).
144
- - When a violation is temporary, and you plan to fix it later, record it in `.rubocop_gradual.lock` using the gradual workflow:
145
- - `bundle exec rake rubocop_gradual:autocorrect` (preferred)
146
- - `bundle exec rake rubocop_gradual:force_update` (only when you cannot fix the violations immediately)
147
-
148
- As a general rule, fix style issues rather than ignoring them. For example, our specs should follow RSpec conventions like using `described_class` for the class under test.
149
-
150
- ## Contributors
151
-
152
- Your picture could be here!
153
-
154
- [![Contributors][🖐contributors-img]][🖐contributors]
155
-
156
- Made with [contributors-img][🖐contrib-rocks].
157
-
158
- Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-dev/-/graphs/main][🚎contributors-gl]
159
-
160
- ## For Maintainers
161
-
162
- ### One-time, Per-maintainer, Setup
163
-
164
- **IMPORTANT**: To sign a build,
165
- a public key for signing gems will need to be picked up by the line in the
166
- `gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there).
167
- All releases are signed releases.
168
- See: [RubyGems Security Guide][🔒️rubygems-security-guide]
169
-
170
- NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in the environment.
171
-
172
- ### To release a new version:
173
-
174
- #### Automated process
175
-
176
- 1. Update version.rb to contain the correct version-to-be-released.
177
- 2. Run `bundle exec kettle-changelog`.
178
- 3. Run `bundle exec kettle-release`.
179
- 4. Stay awake and monitor the release process for any errors, and answer any prompts.
180
-
181
- #### Manual process
182
-
183
- 1. Run `bin/setup && bin/rake` as a "test, coverage, & linting" sanity check
184
- 2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
185
- 3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
186
- 4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
187
- 5. Run `git push` to trigger the final CI pipeline before release, and merge PRs
188
- - NOTE: Remember to [check the build][🧪build].
189
- 6. Run `export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" && echo $GIT_TRUNK_BRANCH_NAME`
190
- 7. Run `git checkout $GIT_TRUNK_BRANCH_NAME`
191
- 8. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure latest trunk code
192
- 9. Optional for older Bundler (< 2.7.0): Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use the same timestamp and generate the same checksums
193
- - If your Bundler is >= 2.7.0, you can skip this; builds are reproducible by default.
194
- - Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
195
- - If the echo above has no output, then it didn't work.
196
- - Note: `zsh/datetime` module is needed, if running `zsh`.
197
- - In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
198
- 10. Run `bundle exec rake build`
199
- 11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
200
- to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
201
- [gem][💎stone_checksums].
202
- - The script automatically commits but does not push the checksums
203
- 12. Sanity check the SHA256, comparing with the output from the `bin/gem_checksums` command:
204
- - `sha256sum pkg/<gem name>-<version>.gem`
205
- 13. Run `bundle exec rake release` which will create a git tag for the version,
206
- push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
207
-
208
- [📜src-gl]: https://gitlab.com/kettle-rb/kettle-dev/
209
- [📜src-cb]: https://codeberg.org/kettle-rb/kettle-dev
210
- [📜src-gh]: https://github.com/kettle-rb/kettle-dev
211
- [🧪build]: https://github.com/kettle-rb/kettle-dev/actions
212
- [🤝conduct]: https://gitlab.com/kettle-rb/kettle-dev/-/blob/main/CODE_OF_CONDUCT.md
213
- [🖐contrib-rocks]: https://contrib.rocks
214
- [🖐contributors]: https://github.com/kettle-rb/kettle-dev/graphs/contributors
215
- [🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-dev/-/graphs/main
216
- [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-dev
217
- [💎gem-coop]: https://gem.coop
218
- [🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
219
- [🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
220
- [🔒️rubygems-guides-pr]: https://github.com/rubygems/guides/pull/325
221
- [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
222
- [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
223
- [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
224
- [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
225
- [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
226
- [🚎appraisal2]: https://github.com/appraisal-rb/appraisal2
227
- [🏃‍♂️runner-tool-cache]: https://github.com/ruby/ruby-builder/releases/tag/toolcache
@@ -1,63 +0,0 @@
1
- <!-- RELEASE-NOTES-FOOTER-START -->
2
-
3
- Official Discord 👉️ [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
4
-
5
- Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
6
-
7
- [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
8
-
9
- [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
10
-
11
- [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
12
- [⛳liberapay]: https://liberapay.com/pboling/donate
13
- [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
14
- [🖇sponsor]: https://github.com/sponsors/pboling
15
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
16
- [🖇polar]: https://polar.sh/pboling
17
- [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
18
- [🖇kofi]: https://ko-fi.com/O5O86SNP4
19
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
20
- [🖇patreon]: https://patreon.com/galtzo
21
- [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
22
- [🖇buyme]: https://www.buymeacoffee.com/pboling
23
- [🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
24
- [🖇paypal]: https://www.paypal.com/paypalme/peterboling
25
- [✉️discord-invite]: https://discord.gg/3qme4XHNKN
26
- [✉️discord-invite-img]: https://img.shields.io/discord/1373797679469170758?style=flat
27
-
28
- <!-- RELEASE-NOTES-FOOTER-END -->
29
-
30
- # 🤑 A request for help
31
-
32
- Maintainers have teeth and need to pay their dentists.
33
- After getting laid off in an RIF in March, and encountering difficulty finding a new one,
34
- I began spending most of my time building open source tools.
35
- I'm hoping to be able to pay for my kids' health insurance this month,
36
- so if you value the work I am doing, I need your support.
37
- Please consider sponsoring me or the project.
38
-
39
- To join the community or get help 👇️ Join the Discord.
40
-
41
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
42
-
43
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
44
-
45
- [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
46
-
47
- # Another Way to Support Open Source Software
48
-
49
- I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈‍ cats).
50
-
51
- If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
52
-
53
- I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.
54
-
55
- **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
56
-
57
- [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
58
- [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
59
- [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
60
- [🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
61
- [🖇floss-funding.dev]: https://floss-funding.dev
62
- [🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
63
- [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge
data/Gemfile DELETED
@@ -1,40 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://gem.coop"
4
-
5
- git_source(:codeberg) { |repo_name| "https://codeberg.org/#{repo_name}" }
6
- git_source(:gitlab) { |repo_name| "https://gitlab.com/#{repo_name}" }
7
-
8
- #### IMPORTANT #######################################################
9
- # Gemfile is for local development ONLY; Gemfile is NOT loaded in CI #
10
- ####################################################### IMPORTANT ####
11
-
12
- # Include dependencies from <gem name>.gemspec
13
- gemspec
14
-
15
- # Templating
16
- eval_gemfile "gemfiles/modular/templating.gemfile"
17
-
18
- # Debugging
19
- eval_gemfile "gemfiles/modular/debug.gemfile"
20
-
21
- # Code Coverage
22
- eval_gemfile "gemfiles/modular/coverage.gemfile"
23
-
24
- # Test HTTP Interaction Recording
25
- eval_gemfile "gemfiles/modular/recording/r3/recording.gemfile"
26
-
27
- # Linting
28
- eval_gemfile "gemfiles/modular/style.gemfile"
29
-
30
- # Documentation
31
- eval_gemfile "gemfiles/modular/documentation.gemfile"
32
-
33
- # Optional
34
- eval_gemfile "gemfiles/modular/optional.gemfile"
35
-
36
- ### Std Lib Extracted Gems
37
- eval_gemfile "gemfiles/modular/x_std_libs.gemfile"
38
-
39
- # Dependencies injected by the kettle-dev-setup script & kettle:dev:install rake task
40
- # eval_gemfile "gemfiles/modular/injected.gemfile"
data/Gemfile.example DELETED
@@ -1,34 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://gem.coop"
4
-
5
- git_source(:codeberg) { |repo_name| "https://codeberg.org/#{repo_name}" }
6
- git_source(:gitlab) { |repo_name| "https://gitlab.com/#{repo_name}" }
7
-
8
- #### IMPORTANT #######################################################
9
- # Gemfile is for local development ONLY; Gemfile is NOT loaded in CI #
10
- ####################################################### IMPORTANT ####
11
-
12
- # Include dependencies from <gem name>.gemspec
13
- gemspec
14
-
15
- # Templating
16
- eval_gemfile "gemfiles/modular/templating.gemfile"
17
-
18
- # Debugging
19
- eval_gemfile "gemfiles/modular/debug.gemfile"
20
-
21
- # Code Coverage
22
- eval_gemfile "gemfiles/modular/coverage.gemfile"
23
-
24
- # Linting
25
- eval_gemfile "gemfiles/modular/style.gemfile"
26
-
27
- # Documentation
28
- eval_gemfile "gemfiles/modular/documentation.gemfile"
29
-
30
- # Optional
31
- eval_gemfile "gemfiles/modular/optional.gemfile"
32
-
33
- ### Std Lib Extracted Gems
34
- eval_gemfile "gemfiles/modular/x_std_libs.gemfile"
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2023, 2025 Peter Boling
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.