gem_mine 0.1.3 → 0.1.4

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: 151e00cfaa46f09700dfad768b8e5911ae9ea63f7c4c04c6e8817bbf3b2812c5
4
- data.tar.gz: 5f4b22853429a843bcdcea74968d50bf0d6e2babaa8e74ccc79a3f7e74afc33b
3
+ metadata.gz: 3bcfa64915338ca3dafd7726fa1bf1d05212a32837bf7fe8bcf3ee29dde895ec
4
+ data.tar.gz: be3a417c884f85bc449214a6c50e4f5c630e7a45f936119c0d61775ce64d788a
5
5
  SHA512:
6
- metadata.gz: 4a49aaca6cb9db403357d2a55db4b0f19993fc5b8187070e801d7b24cc34971df776a5b05c1a581d9f406aed5b8e884831bf2f4067e26878e3324d132cd536a3
7
- data.tar.gz: 5bc02fa1d08d8b901969f535f90d5f435cca424f05ed4a699880f4de01cba7e38a5d960411bf14b4605c5948dcde0015cac0b47f2572b653b7c905bda73efaf6
6
+ metadata.gz: 5da543da45503be06ab718264347a71d5a6646ba11aeccaa51b7df9c5c68abc8df2e11c139003ddf8ac4370c736ebe8669c6af73e6febaaba7fb882c196942ef
7
+ data.tar.gz: aea92c2a25192a8d46f5f6957e24e24c5c82b4e6f782a27d3f87dd888915ed7ee6e0fc566539659667b50812e6729008184950bef535a702c745e01561845980
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,28 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.4] - 2026-08-29
34
+
35
+ - TAG: [v0.1.4][0.1.4t]
36
+ - COVERAGE: 99.18% -- 121/122 lines in 3 files
37
+ - BRANCH COVERAGE: 87.50% -- 21/24 branches in 3 files
38
+ - 43.48% documented
39
+
40
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 52 project files:
43
+ - configuration (1)
44
+ - dependencies (47)
45
+ - other (4)
46
+
47
+ - [kc] kettle-jem/template: updated 18 project files:
48
+ - code and tests (4)
49
+ - configuration (1)
50
+ - dependencies (3)
51
+ - documentation (3)
52
+ - other (6)
53
+ - workflows (1)
54
+
33
55
  ## [0.1.3] - 2026-08-05
34
56
 
35
57
  - TAG: [v0.1.3][0.1.3t]
@@ -155,7 +177,9 @@ Please file a bug if you notice a violation of semantic versioning.
155
177
  git author metadata.
156
178
  - Corrected the gemspec public author email to use `floss@galtzo.com`.
157
179
 
158
- [Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.3...HEAD
180
+ [Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.4...HEAD
181
+ [0.1.4]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.3...v0.1.4
182
+ [0.1.4t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.4
159
183
  [0.1.3]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.2...v0.1.3
160
184
  [0.1.3t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.3
161
185
  [0.1.2]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.1...v0.1.2
data/README.md CHANGED
@@ -49,7 +49,7 @@ local git repository for specs that exercise `git` sources.
49
49
 
50
50
  ### Compatibility
51
51
 
52
- Compatible with MRI Ruby 3.2.0+, and concordant releases of JRuby, and TruffleRuby.
52
+ Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
53
53
  CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
54
54
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
55
55
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -88,7 +88,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
88
88
 
89
89
  </details>
90
90
 
91
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/gem_mine)](https://tidelift.com/subscription/pkg/rubygems-gem_mine?utm_source=rubygems-gem_mine&utm_medium=referral&utm_campaign=readme)
91
+ ### Enterprise Support
92
+
93
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/gem_mine)](https://tidelift.com/subscription/pkg/rubygems-gem_mine?utm_source=rubygems-gem_mine&utm_medium=referral&utm_campaign=readme)
92
94
 
93
95
  Available as part of the Tidelift Subscription.
94
96
 
@@ -240,8 +242,7 @@ See [SECURITY.md][🔐security].
240
242
  ## 🤝 Contributing
241
243
 
242
244
  If you need some ideas of where to help, you could work on adding more code coverage,
243
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
244
- or use the gem and think about how it could be better.
245
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
245
246
 
246
247
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
247
248
 
@@ -277,19 +278,6 @@ Made with [contributors-img][🖐contrib-rocks].
277
278
 
278
279
  Also see GitLab Contributors: [https://gitlab.com/appraisal-rb/gem_mine/-/graphs/main][🚎contributors-gl]
279
280
 
280
- <details markdown="1">
281
- <summary>⭐️ Star History</summary>
282
-
283
- <a href="https://star-history.com/appraisal-rb/gem_mine&Date">
284
- <picture>
285
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/gem_mine&type=Date&theme=dark" />
286
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/gem_mine&type=Date" />
287
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=appraisal-rb/gem_mine&type=Date" />
288
- </picture>
289
- </a>
290
-
291
- </details>
292
-
293
281
  ## 📌 Versioning
294
282
 
295
283
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -4,7 +4,7 @@ module GemMine
4
4
  # Version namespace for this gem.
5
5
  module Version
6
6
  # Current gem version.
7
- VERSION = "0.1.3"
7
+ VERSION = "0.1.4"
8
8
  end
9
9
  # Current gem version exposed at the traditional constant location.
10
10
  VERSION = Version::VERSION # Traditional Constant Location
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_mine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -63,20 +63,20 @@ dependencies:
63
63
  requirements:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: '2.5'
66
+ version: '3.0'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.5.17
69
+ version: 3.0.17
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: '2.5'
76
+ version: '3.0'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.5.17
79
+ version: 3.0.17
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ dependencies:
154
154
  version: '3.2'
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- version: 3.2.0
157
+ version: 3.2.2
158
158
  type: :development
159
159
  prerelease: false
160
160
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,7 +164,7 @@ dependencies:
164
164
  version: '3.2'
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
- version: 3.2.0
167
+ version: 3.2.2
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: kettle-test
170
170
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '2.0'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 2.0.19
177
+ version: 2.0.21
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '2.0'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 2.0.19
187
+ version: 2.0.21
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: turbo_tests2
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '3.2'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 3.2.4
197
+ version: 3.2.7
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '3.2'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 3.2.4
207
+ version: 3.2.7
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: ruby-progressbar
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '2.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 2.0.11
251
+ version: 2.0.12
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '2.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 2.0.11
261
+ version: 2.0.12
262
262
  description: "⛏️ Provides helpers for setting up temporary scaffolded gem projects
263
263
  and reliably tearing them down after tests."
264
264
  email:
@@ -279,10 +279,10 @@ licenses:
279
279
  - MIT
280
280
  metadata:
281
281
  homepage_uri: https://gem-mine.galtzo.com
282
- source_code_uri: https://github.com/appraisal-rb/gem_mine/tree/v0.1.3
283
- changelog_uri: https://github.com/appraisal-rb/gem_mine/blob/v0.1.3/CHANGELOG.md
282
+ source_code_uri: https://github.com/appraisal-rb/gem_mine/tree/v0.1.4
283
+ changelog_uri: https://github.com/appraisal-rb/gem_mine/blob/v0.1.4/CHANGELOG.md
284
284
  bug_tracker_uri: https://github.com/appraisal-rb/gem_mine/issues
285
- documentation_uri: https://www.rubydoc.info/gems/gem_mine/0.1.3
285
+ documentation_uri: https://www.rubydoc.info/gems/gem_mine/0.1.4
286
286
  funding_uri: https://github.com/sponsors/pboling
287
287
  wiki_uri: https://github.com/appraisal-rb/gem_mine/wiki
288
288
  news_uri: https://www.railsbling.com/tags/gem_mine
metadata.gz.sig CHANGED
Binary file