gem_mine 0.1.5 → 0.1.6

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: 923df104febe4df09bc5b518df872c44f19318fd6fb011ad9e3933f2a6d8a812
4
- data.tar.gz: c83e1a6248e8907360e6fd991fc1aff5248a006da8037883272f1face5ab58af
3
+ metadata.gz: 9d69680668f8dc058041d0999287d5506bf96a7a94ed7f7c6a504b8eb827f663
4
+ data.tar.gz: 8092e6f5b043f62c28f1b0b2d02aa6204a35c9ac659db9ee0dd2e92cfa7dda71
5
5
  SHA512:
6
- metadata.gz: 92b8df9e41035fc0084047020427b64a07a1b124a5faa50196bc73a3eeb389cda05937c9734b69b9d98fd69679a7135334053fb1f30e238b7601d0a71485d052
7
- data.tar.gz: 743f1a4acee6f494dc178bdd43b1906c4b4084dd62a38e1866088bc324052bb3b14f45d0c8946f5cad6bddeaf828a10027cc105e0a0af2b52b5076c797ffb661
6
+ metadata.gz: 47e8d882787d4748ee93558e16b4f64be4ce5ed747c12b84792e443e6e3844cd52390534986d75b7144029eeba88f4e2b06ab594912b17f04b1f362d3be8b9f9
7
+ data.tar.gz: 3883047ea98b4149b9768e3f568ff7613d1265258ffe469aa60ca919106058ac80acf39aafb346e67324aaa6ffb7cf00dde06239b1c6226db73cee6c2dbaaa51
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,24 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.6] - 2026-09-11
34
+
35
+ - TAG: [v0.1.6][0.1.6t]
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 10 project files:
43
+ - code and tests (1)
44
+ - dependencies (9)
45
+
46
+ - [kc] kettle-jem/template: updated 4 project files:
47
+ - code and tests (1)
48
+ - dependencies (2)
49
+ - other (1)
50
+
33
51
  ## [0.1.5] - 2026-09-01
34
52
 
35
53
  - TAG: [v0.1.5][0.1.5t]
@@ -194,7 +212,9 @@ Please file a bug if you notice a violation of semantic versioning.
194
212
  git author metadata.
195
213
  - Corrected the gemspec public author email to use `floss@galtzo.com`.
196
214
 
197
- [Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.5...HEAD
215
+ [Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.6...HEAD
216
+ [0.1.6]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.5...v0.1.6
217
+ [0.1.6t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.6
198
218
  [0.1.5]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.4...v0.1.5
199
219
  [0.1.5t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.5
200
220
  [0.1.4]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.3...v0.1.4
@@ -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.5"
7
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
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: '3.0'
66
+ version: '3.1'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 3.0.27
69
+ version: 3.1.0
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: '3.0'
76
+ version: '3.1'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 3.0.27
79
+ version: 3.1.0
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -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.5
283
- changelog_uri: https://github.com/appraisal-rb/gem_mine/blob/v0.1.5/CHANGELOG.md
282
+ source_code_uri: https://github.com/appraisal-rb/gem_mine/tree/v0.1.6
283
+ changelog_uri: https://github.com/appraisal-rb/gem_mine/blob/v0.1.6/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.5
285
+ documentation_uri: https://www.rubydoc.info/gems/gem_mine/0.1.6
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