version_gem 1.1.9 → 1.1.15

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: cd4a5c38f28eb3f9c215684dfeb3d7b8eed4e26a76e5a5fbab98937aa17a147c
4
- data.tar.gz: 494810d3d25c269eb3867fa9c600df69354c45438c35bae8087912e3165e086c
3
+ metadata.gz: 03a68efefb09dd81b4fd4558ca70798ea80e5dcc9c3d8caf14ec4566b85acbab
4
+ data.tar.gz: 918420c2c08343268a3979af75146e8173e9804b2149fd2c058c3723ebea8b2a
5
5
  SHA512:
6
- metadata.gz: e85bc0c821117c19ed6c08427b4dee64792b49453bad2885d03e195236ba863c2048eba779fab77c15efefcbba8eccff20eaca9f1465adba96736b3081e4cef8
7
- data.tar.gz: d1e488c79e04c025dd1cb6fe33d6908513b3e15275d8f4e682a7f61ce258ec7d8b6d47e9f948f9bb1c10ad86cf63f0855ec9aa2c3605112b77470da3c91d6bca
6
+ metadata.gz: 2914cb76e93242af378ed561dca26b836b60ad9838f3aec5699aecbb56f3fd18685ef8f7995ae66f325edfacfdd2113c01ff199e80b055d79ed4e042af63778b
7
+ data.tar.gz: 94c36674c3c5c09f5430ff2bf7ab8fd6a06c66c8a2bcb5171b108adb61963cba2570b25b6ae4041d1dd9a1e3bf2994bed55f3d2a2b7b3665ca3eb89a24c8ee60
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -17,34 +17,247 @@ Please file a bug if you notice a violation of semantic versioning.
17
17
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
18
18
 
19
19
  ## [Unreleased]
20
+
20
21
  ### Added
22
+
21
23
  ### Changed
24
+
22
25
  ### Deprecated
26
+
23
27
  ### Removed
28
+
24
29
  ### Fixed
30
+
25
31
  ### Security
26
32
 
33
+ ## [1.1.15] - 2026-08-01
34
+
35
+ - TAG: [v1.1.15][1.1.15t]
36
+ - COVERAGE: 100.00% -- 119/119 lines in 8 files
37
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
38
+ - 92.59% documented
39
+
40
+ ### Changed
41
+
42
+ - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
43
+ `LICENSE.md` instead of nonexistent `LICENSE.txt`.
44
+ - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
45
+ repository-only files by default to reduce downstream distro packaging churn.
46
+
47
+ - kettle-jem-template-20260720-002 - Development Gemfiles now use the released
48
+ `tree_sitter_language_pack` gem 1.13.3 or newer by default.
49
+ - kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
50
+ cover `version.rb` without redefining constants, or are removed when version
51
+ specs are not managed for the project.
52
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
53
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
54
+ installing the main Gemfile bundle.
55
+
56
+ ### Added
57
+
58
+ - kettle-jem-template-20260720-001 - READMEs can now display configured
59
+ corporate sponsor logos.
60
+ - kettle-jem-template-20260720-005 - README Support & Community links now
61
+ include RubyForum.
62
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
63
+ configuration and documentation dependencies so documentation issues fail
64
+ before generated docs are refreshed.
65
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
66
+ RSpec helpers provided by `kettle-test`.
67
+ - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
68
+ project's RubyForum tag as `mailing_list_uri`, and support docs link to the
69
+ tagged RubyForum community alongside Discord.
70
+
71
+ ### Fixed
72
+
73
+ - kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
74
+ uses the installed `smorg-rb` driver command.
75
+ - kettle-jem-template-20260720-004 - MRI-only projects now omit JRuby and
76
+ TruffleRuby workflow jobs.
77
+ - kettle-jem-template-20260725-001 - Release pull request branches beginning
78
+ with `feature/release` now run JRuby and TruffleRuby workflows.
79
+ - kettle-jem-template-20260726-002 - Generated version files now document their
80
+ version namespace and constants, reducing warning-only YARD lint output.
81
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
82
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
83
+ coverage thresholds still pass.
84
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
85
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
86
+ installs are not reported as project lint debt.
87
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
88
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
89
+ before the test suite starts.
90
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
91
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
92
+ lockfile parser failures on Git and path dependencies.
93
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
94
+ missing canonical version spec when a project only has shim namespace version
95
+ specs.
96
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
97
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
98
+ failures against `gem.coop`.
99
+ - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
100
+ and templates dedicated `version_gem.rb` entrypoints even when the gemspec
101
+ dependency is intentionally omitted, and generated anonymous-loader specs
102
+ cover both `version.rb` and `version_gem.rb`.
103
+ - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
104
+ floor now get managed minimal `version.rb` files and anonymous-loader version
105
+ specs without adding `version_gem`.
106
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
107
+ relative to the gemspec directory, so release package contents stay correct
108
+ even when the gemspec is loaded from another working directory.
109
+
110
+ ## [1.1.14] - 2026-07-13
111
+
112
+ - TAG: [v1.1.14][1.1.14t]
113
+ - COVERAGE: 100.00% -- 119/119 lines in 8 files
114
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
115
+ - 85.19% documented
116
+
117
+ ### Fixed
118
+
119
+ - Package configured license files in gem release file lists.
120
+
121
+ ## [1.1.13] - 2026-06-22
122
+
123
+ - TAG: [v1.1.13][1.1.13t]
124
+ - COVERAGE: 48.74% -- 58/119 lines in 8 files
125
+ - BRANCH COVERAGE: 0.00% -- 0/4 branches in 8 files
126
+ - 85.19% documented
127
+
128
+ ### Added
129
+
130
+ - Added support for JRuby 10.1 and TruffleRuby 34.0.
131
+
132
+ ### Changed
133
+
134
+ - Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
135
+
136
+ ### Fixed
137
+
138
+ - Corrected RubyGems homepage metadata to point at the gem documentation site.
139
+ - Corrected persisted Open Collective metadata to use the `ruby-oauth`
140
+ collective.
141
+
142
+ - Updated the SimpleCov bootstrap so `.simplecov` remains configuration-only
143
+ and coverage starts before the test harness can load `version_gem`.
144
+
145
+ ## [1.1.12] - 2026-06-14
146
+
147
+ - TAG: [v1.1.12][1.1.12t]
148
+ - COVERAGE: 100.00% -- 58/58 lines in 2 files
149
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
150
+ - 85.19% documented
151
+
152
+ ### Changed
153
+
154
+ - Retemplated repository metadata, workflows, modular gemfiles, and documentation
155
+ scaffolding with the current `kettle-jem` template.
156
+
157
+ ### Fixed
158
+
159
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
160
+ - Corrected misspelled contact metadata to use `galtzo.com`.
161
+
162
+ ## [1.1.11] - 2026-06-06
163
+
164
+ - TAG: [v1.1.11][1.1.11t]
165
+ - COVERAGE: 100.00% -- 58/58 lines in 2 files
166
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
167
+ - 85.19% documented
168
+
169
+ ### Added
170
+
171
+ - Added the generated `appraisal2` binstub.
172
+
173
+ ### Changed
174
+
175
+ - Refreshed generated CI workflows, README support badges, gemspec development
176
+ dependency floors, and template metadata from the current kettle-jem
177
+ template.
178
+ - Updated generated Appraisal2 integration to use the `appraisal2-rubocop`
179
+ plugin DSL and raised the generated `appraisal2` / `appraisal2-rubocop`
180
+ dependency floors.
181
+
182
+ ## [1.1.10] - 2026-06-02
183
+
184
+ - TAG: [v1.1.10][1.1.10t]
185
+ - COVERAGE: 100.00% -- 58/58 lines in 2 files
186
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
187
+ - 85.19% documented
188
+
189
+ ### Added
190
+
191
+ - StructuredMerge-managed template configuration under `.structuredmerge/`,
192
+ including semantic Git diff driver settings and kettle-drift integration.
193
+ - `rubocop-gradual` baseline tracking for style checks.
194
+
195
+ ### Changed
196
+
197
+ - Re-templated the project with the current kettle-jem / StructuredMerge
198
+ template.
199
+ - Development and test dependency floors now use current template floors:
200
+ `kettle-dev` 2.0.7, `kettle-test` 2.0.3, `kettle-soup-cover` 2.0.0,
201
+ `turbo_tests2` 3.1.1, `rubocop-lts` 8.3.0, and
202
+ `rubocop-lts-rspec` 1.0.3.
203
+ - Development and test tooling now targets Ruby 2.4 or newer while the
204
+ published runtime Ruby requirement remains Ruby 2.2 or newer.
205
+ - RSpec setup now loads `kettle-test` helpers and kettle-soup-cover coverage
206
+ bootstrap from `spec/spec_helper.rb`.
207
+ - Templating dependencies now load only when `K_JEM_TEMPLATING=true`, with
208
+ local StructuredMerge and Kettle workspace dependencies wired through
209
+ `STRUCTUREDMERGE_DEV`, `KETTLE_DEV_DEV`, and `nomono`.
210
+ - Gem metadata and packaging inventory were refreshed by the template,
211
+ including homepage, wiki, license-file, and packaged file handling.
212
+
213
+ ### Removed
214
+
215
+ - Removed the obsolete `.yard_gfm_support.rb` documentation hook; YARD setup now
216
+ uses the current template-managed plugin configuration.
217
+ - Removed obsolete CI workflows for Ruby 2.3, JRuby 9.1, TruffleRuby 23.2,
218
+ CodeQL, framework CI, and Discord notifications.
219
+ - Removed legacy generated binstubs in favor of the current curated
220
+ `kettle-check-eof`, `kettle-test`, and retained documentation binstubs.
221
+
222
+ ### Fixed
223
+
224
+ - logo at top of README.md
225
+
226
+ - Fixed the Style workflow RBS validation command so CI uses the bundled `rbs`
227
+ executable instead of the non-executable `bin/rbs` binstub.
228
+ - Fixed the Coverage workflow so Codecov repository-registration/upload errors
229
+ do not fail CI after local coverage reports have already been generated and
230
+ verified.
231
+
27
232
  ## [1.1.9] - 2025-09-02
233
+
28
234
  - TAG: [v1.1.9][1.1.9t]
29
235
  - COVERAGE: 100.00% -- 118/118 lines in 8 files
30
236
  - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
31
237
  - 84.62% documented
238
+
32
239
  ### Added
240
+
33
241
  - re-templated gem using kettle-dev v1.1.2
34
242
  - new binstubs for changelog, readme, commit message, & release management
35
243
  - new CI workflows
36
244
  - enhanced project documentation
37
245
  - More RBS types
38
246
  - docs site: https://version-gem.galtzo.com
247
+
39
248
  ### Fixed
249
+
40
250
  - RBS types are more accurate
41
251
 
42
252
  ## [1.1.8] 2025-05-06
253
+
43
254
  - TAG: [1.1.8][1.1.8t]
44
255
  - COVERAGE: 100.00% -- 118/118 lines in 8 files
45
256
  - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
46
257
  - 84.62% documented
258
+
47
259
  ### Added
260
+
48
261
  - CITATION.cff (@pboling)
49
262
  - Cryptographically signed with new 20-year cert (@pboling)
50
263
  - expires 2045-04-29
@@ -53,25 +266,33 @@ Please file a bug if you notice a violation of semantic versioning.
53
266
  - GitLab CI, as an addition to existing GHA (@pboling)
54
267
 
55
268
  ## [1.1.7] 2025-04-15
269
+
56
270
  - TAG: [1.1.7][1.1.7t]
57
271
  - Line Coverage: 100.0% (117 / 117)
58
272
  - Branch Coverage: 100.0% (4 / 4)
59
273
  - 76.92% documented
274
+
60
275
  ### Added
276
+
61
277
  - Support for Epoch Semantic Versioning (@pboling)
62
278
  - `extend VersionGem::Epoch` in your library's `MyLib::Version` module
63
279
  - Support for JRuby 10 (@pboling)
64
280
  - More documentation (@pboling)
281
+
65
282
  ### Removed
283
+
66
284
  - Ruby 2.2 removed from CI, though technically still supported
67
285
  - can't run directly in GHA anymore
68
286
 
69
287
  ## [1.1.6] 2025-02-24
288
+
70
289
  - TAG: [1.1.6][1.1.6t]
71
290
  - Line Coverage: 100.0% (77 / 77)
72
291
  - Branch Coverage: 100.0% (2 / 2)
73
292
  - 77.78% documented
293
+
74
294
  ### Added
295
+
75
296
  - Support for JRuby 9.1, 9.2, 9.3, 9.4, and head (@pboling)
76
297
  - Support for Truffle Ruby 22.3, 23.0, 23.1, 24.1, and head (@pboling)
77
298
  - Evergreen current latest engine release workflow (@pboling)
@@ -79,19 +300,26 @@ Please file a bug if you notice a violation of semantic versioning.
79
300
  - Improved developer experience for contributors (@pboling)
80
301
  - More documentation (@pboling)
81
302
  - Switch to stone_checksums for checksum generation (@pboling)
303
+
82
304
  ### Changed
305
+
83
306
  - Code of Conduct updated - Contributor Covenant v2.0 => v2.1 (@pboling)
84
307
 
85
308
  ## [1.1.5] 2025-02-22
309
+
86
310
  - TAG: [1.1.5][1.1.5t]
87
311
  - Line Coverage: 100.0% (77 / 77)
88
312
  - Branch Coverage: 100.0% (2 / 2)
89
313
  - 77.78% documented
314
+
90
315
  ### Added
316
+
91
317
  - Document approach to get code coverage on your gem's version.rb file (@pboling)
92
318
  - More documentation, and yard task for documentation (@pboling)
93
319
  - Documentation of Ruby version and SemVer support (@pboling)
320
+
94
321
  ### Fixed
322
+
95
323
  - [#3](https://gitlab.com/ruby-oauth/version_gem/-/issues/3) - Allow packaging without signing (@pboling)
96
324
  - to support secure linux distros which have alternate means of signing packages within their package managers
97
325
  - Code coverage tracking (@pboling)
@@ -99,15 +327,23 @@ Please file a bug if you notice a violation of semantic versioning.
99
327
  - Improved gemspec config (@pboling)
100
328
 
101
329
  ## [1.1.4] 2024-03-21
330
+
102
331
  - TAG: [1.1.4][1.1.4t]
332
+
103
333
  ### Added
334
+
104
335
  - Ruby 3.3 to CI (@pboling)
336
+
105
337
  ### Fixed
338
+
106
339
  - Remove the executable bit from non-executable files (@Fryguy)
107
340
 
108
341
  ## [1.1.3] 2023-06-05
342
+
109
343
  - TAG: [1.1.3][1.1.3t]
344
+
110
345
  ### Added
346
+
111
347
  - More test coverage (now 100% 🎉) (@pboling)
112
348
  - Improved documentation (now 77% 🎉) (@pboling)
113
349
  - Gemfile context pattern (@pboling)
@@ -120,58 +356,96 @@ Please file a bug if you notice a violation of semantic versioning.
120
356
  - pry-suite
121
357
  - debase, for IDE debugging
122
358
  - (dev) Rake task for rubocop_gradual (@pboling)
359
+
123
360
  ### Fixed
361
+
124
362
  - (dev) `yard` documentation task (@pboling)
363
+
125
364
  ### Removed
365
+
126
366
  - Formally drop Ruby 2.2 support
127
367
  - Ruby 2.2 was already de facto minimum version supported, which is why this wasn't a 2.0 release.
128
368
 
129
369
  ## [1.1.2] - 2023-03-17
370
+
130
371
  - TAG: [1.1.2][1.1.2t]
372
+
131
373
  ### Added
374
+
132
375
  - `VersionGem::Ruby` to help library CI integration against many different versions of Ruby (@pboling)
133
376
  - Experimental, optional, require (not loaded by default, which is why this can be in a patch)
134
377
  - Spec coverage is now 100%, lines and branches, including the fabled `version.rb` (@pboling)
135
378
  - Full RBS Signatures (@pboling)
136
379
 
137
380
  ## [1.1.1] - 2022-09-19
381
+
138
382
  - TAG: [1.1.1][1.1.1t]
383
+
139
384
  ### Added
385
+
140
386
  - Alternatives section to README.md (@pboling)
141
387
  - Signing cert for gem releases (@pboling)
142
388
  - Mailing List and other metadata URIs (@pboling)
143
389
  - Checksums for released gems (@pboling)
390
+
144
391
  ### Changed
392
+
145
393
  - SECURITY.md policy (@pboling)
146
394
  - Version methods are now memoized (||=) on initial call for performance (@pboling)
147
395
  - Gem releases are now cryptographically signed (@pboling)
148
396
 
149
397
  ## [1.1.0] - 2022-06-24
398
+
150
399
  - TAG: [1.1.0][1.1.0t]
400
+
151
401
  ### Added
402
+
152
403
  - RSpec Matchers and Shared Example (@pboling)
404
+
153
405
  ### Fixed
406
+
154
407
  - `to_a` uses same type casting as major, minor, patch, and pre (@pboling)
155
408
 
156
409
  ## [1.0.2] - 2022-06-23
410
+
157
411
  - TAG: [1.0.2][1.0.2t]
412
+
158
413
  ### Added
414
+
159
415
  - Delay loading of library code until after code coverage tool is loaded (@pboling)
160
416
 
161
417
  ## [1.0.1] - 2022-06-23
418
+
162
419
  - TAG: [1.0.1][1.0.1t]
420
+
163
421
  ### Added
422
+
164
423
  - CI Build improvements (@pboling)
165
424
  - Code coverage reporting (@pboling)
166
425
  - Documentation improvements (@pboling)
167
426
  - Badges! (@pboling)
168
427
 
169
428
  ## [1.0.0] - 2022-06-21
429
+
170
430
  - TAG: [1.0.0][1.0.0t]
431
+
171
432
  ### Added
433
+
172
434
  - Initial release, with basic version parsing API (@pboling)
173
435
 
174
- [Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.9...HEAD
436
+ [Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.15...HEAD
437
+ [1.1.15]: https://github.com/ruby-oauth/version_gem/compare/v1.1.14...v1.1.15
438
+ [1.1.15t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.15
439
+ [1.1.14]: https://github.com/ruby-oauth/version_gem/compare/v1.1.13...v1.1.14
440
+ [1.1.14t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.14
441
+ [1.1.13]: https://github.com/ruby-oauth/version_gem/compare/v1.1.12...v1.1.13
442
+ [1.1.13t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.13
443
+ [1.1.12]: https://github.com/ruby-oauth/version_gem/compare/v1.1.11...v1.1.12
444
+ [1.1.12t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.12
445
+ [1.1.11]: https://github.com/ruby-oauth/version_gem/compare/v1.1.10...v1.1.11
446
+ [1.1.11t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.11
447
+ [1.1.10]: https://github.com/ruby-oauth/version_gem/compare/v1.1.9...v1.1.10
448
+ [1.1.10t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.10
175
449
  [1.1.9]: https://github.com/ruby-oauth/version_gem/compare/v1.1.8...v1.1.9
176
450
  [1.1.9t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.9
177
451
  [1.1.8]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.7...v1.1.8
data/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ # License
2
+
3
+ This project is made available under the following license.
4
+ Choose the option that best fits your use case:
5
+
6
+ - [MIT](https://github.com/ruby-oauth/version_gem/blob/main/MIT.md)
7
+
8
+ ## Copyright Notice
9
+
10
+ - Copyright (c) 2022-2023, 2025-2026 Peter H. Boling
11
+ - Copyright (c) 2024-2025 Aboling0