gem_mine 0.1.4 → 0.1.5

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: 3bcfa64915338ca3dafd7726fa1bf1d05212a32837bf7fe8bcf3ee29dde895ec
4
- data.tar.gz: be3a417c884f85bc449214a6c50e4f5c630e7a45f936119c0d61775ce64d788a
3
+ metadata.gz: 923df104febe4df09bc5b518df872c44f19318fd6fb011ad9e3933f2a6d8a812
4
+ data.tar.gz: c83e1a6248e8907360e6fd991fc1aff5248a006da8037883272f1face5ab58af
5
5
  SHA512:
6
- metadata.gz: 5da543da45503be06ab718264347a71d5a6646ba11aeccaa51b7df9c5c68abc8df2e11c139003ddf8ac4370c736ebe8669c6af73e6febaaba7fb882c196942ef
7
- data.tar.gz: aea92c2a25192a8d46f5f6957e24e24c5c82b4e6f782a27d3f87dd888915ed7ee6e0fc566539659667b50812e6729008184950bef535a702c745e01561845980
6
+ metadata.gz: 92b8df9e41035fc0084047020427b64a07a1b124a5faa50196bc73a3eeb389cda05937c9734b69b9d98fd69679a7135334053fb1f30e238b7601d0a71485d052
7
+ data.tar.gz: 743f1a4acee6f494dc178bdd43b1906c4b4084dd62a38e1866088bc324052bb3b14f45d0c8946f5cad6bddeaf828a10027cc105e0a0af2b52b5076c797ffb661
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.5] - 2026-09-01
34
+
35
+ - TAG: [v0.1.5][0.1.5t]
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 8 project files:
43
+ - dependencies (8)
44
+
45
+ - [kc] kettle-jem/template: updated 8 project files:
46
+ - code and tests (1)
47
+ - dependencies (5)
48
+ - other (2)
49
+
33
50
  ## [0.1.4] - 2026-08-29
34
51
 
35
52
  - TAG: [v0.1.4][0.1.4t]
@@ -177,7 +194,9 @@ Please file a bug if you notice a violation of semantic versioning.
177
194
  git author metadata.
178
195
  - Corrected the gemspec public author email to use `floss@galtzo.com`.
179
196
 
180
- [Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.4...HEAD
197
+ [Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.5...HEAD
198
+ [0.1.5]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.4...v0.1.5
199
+ [0.1.5t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.5
181
200
  [0.1.4]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.3...v0.1.4
182
201
  [0.1.4t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.4
183
202
  [0.1.3]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.2...v0.1.3
@@ -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.4"
7
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -66,7 +66,7 @@ dependencies:
66
66
  version: '3.0'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 3.0.17
69
+ version: 3.0.27
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '3.0'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 3.0.17
79
+ version: 3.0.27
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.2
157
+ version: 3.2.3
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.2
167
+ version: 3.2.3
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: kettle-test
170
170
  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.4
283
- changelog_uri: https://github.com/appraisal-rb/gem_mine/blob/v0.1.4/CHANGELOG.md
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
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.4
285
+ documentation_uri: https://www.rubydoc.info/gems/gem_mine/0.1.5
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