version_gem 1.1.14 → 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: 62705aeb54e19419230583cca299f86e742b94ea7b6d4f949fa0f2c3abb790ee
4
- data.tar.gz: 0b287df7d9c93527228d92209716d125fb35893f67ddcb50c72835ed119e10c2
3
+ metadata.gz: 03a68efefb09dd81b4fd4558ca70798ea80e5dcc9c3d8caf14ec4566b85acbab
4
+ data.tar.gz: 918420c2c08343268a3979af75146e8173e9804b2149fd2c058c3723ebea8b2a
5
5
  SHA512:
6
- metadata.gz: 30c974bee52cb418b7c8aac41f5354c3cff1f7531dca5e4ffa1726d64389e73be3803c07b8ccb1738da1094486c3b07970edbd0cb585e46457ed2bb1bf9585b4
7
- data.tar.gz: 275c991c0e972b7c3cd85c5e2f146be261d741b2e86ea88a01e1dc80938d93180173c88fdfc725c292621fa0f4a287e31b8be87eaa5559fc73427d3806a2fc3b
6
+ metadata.gz: 2914cb76e93242af378ed561dca26b836b60ad9838f3aec5699aecbb56f3fd18685ef8f7995ae66f325edfacfdd2113c01ff199e80b055d79ed4e042af63778b
7
+ data.tar.gz: 94c36674c3c5c09f5430ff2bf7ab8fd6a06c66c8a2bcb5171b108adb61963cba2570b25b6ae4041d1dd9a1e3bf2994bed55f3d2a2b7b3665ca3eb89a24c8ee60
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,83 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
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
+
33
110
  ## [1.1.14] - 2026-07-13
34
111
 
35
112
  - TAG: [v1.1.14][1.1.14t]
@@ -129,7 +206,7 @@ Please file a bug if you notice a violation of semantic versioning.
129
206
  bootstrap from `spec/spec_helper.rb`.
130
207
  - Templating dependencies now load only when `K_JEM_TEMPLATING=true`, with
131
208
  local StructuredMerge and Kettle workspace dependencies wired through
132
- `SMORG_RB_DEV`, `KETTLE_RB_DEV`, and `nomono`.
209
+ `STRUCTUREDMERGE_DEV`, `KETTLE_DEV_DEV`, and `nomono`.
133
210
  - Gem metadata and packaging inventory were refreshed by the template,
134
211
  including homepage, wiki, license-file, and packaged file handling.
135
212
 
@@ -356,7 +433,9 @@ Please file a bug if you notice a violation of semantic versioning.
356
433
 
357
434
  - Initial release, with basic version parsing API (@pboling)
358
435
 
359
- [Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.14...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
360
439
  [1.1.14]: https://github.com/ruby-oauth/version_gem/compare/v1.1.13...v1.1.14
361
440
  [1.1.14t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.14
362
441
  [1.1.13]: https://github.com/ruby-oauth/version_gem/compare/v1.1.12...v1.1.13
data/LICENSE.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This project is made available under the following license.
4
4
  Choose the option that best fits your use case:
5
5
 
6
- - [MIT](MIT.md)
6
+ - [MIT](https://github.com/ruby-oauth/version_gem/blob/main/MIT.md)
7
7
 
8
8
  ## Copyright Notice
9
9
 
data/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # 🍲 VersionGem
4
4
 
5
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
5
+ [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
6
 
7
- `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
7
+ `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
8
8
 
9
9
  ---
10
10
 
@@ -64,8 +64,8 @@ For more discussion about this [see issue #2](https://gitlab.com/oauth-xx/versio
64
64
  | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
65
65
  | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
66
66
  | Works with MRI Ruby 2 | ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
67
- | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
68
- | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
67
+ | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
68
+ | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
69
69
  | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
70
70
  | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
71
71
  | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
@@ -105,17 +105,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
105
105
  <details markdown="1">
106
106
  <summary>Find this repo on federated forges (Coming soon!)</summary>
107
107
 
108
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
109
- |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
110
- | 🧪 [ruby-oauth/version_gem on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
111
- | 🧊 [ruby-oauth/version_gem on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
112
- | 🐙 [ruby-oauth/version_gem on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
113
- | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
108
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
109
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
110
+ | 🧪 [ruby-oauth/version_gem on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
111
+ | 🧊 [ruby-oauth/version_gem on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
112
+ | 🐙 [ruby-oauth/version_gem on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
114
113
 
115
114
  </details>
116
115
 
117
- [gh-discussions]: https://github.com/ruby-oauth/version_gem/discussions
118
-
119
116
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/version_gem)](https://tidelift.com/subscription/pkg/rubygems-version_gem?utm_source=rubygems-version_gem&utm_medium=referral&utm_campaign=readme)
120
117
 
121
118
  Available as part of the Tidelift Subscription.
@@ -133,6 +130,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
133
130
 
134
131
  Alternatively:
135
132
 
133
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
136
134
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
137
135
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
138
136
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -559,7 +557,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
559
557
  ## 📄 License
560
558
 
561
559
  The gem is available as open source under the terms of
562
- the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
560
+ the [MIT](https://github.com/ruby-oauth/version_gem/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
563
561
 
564
562
  ### © Copyright
565
563
 
@@ -582,11 +580,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
582
580
  so if you value the work I am doing, I need your support.
583
581
  Please consider sponsoring me or the project.
584
582
 
585
- To join the community or get help 👇️ Join the Discord.
583
+ To join the community or get help, use the RubyForum or Discord.
586
584
 
585
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
587
586
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
588
587
 
589
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
588
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
590
589
 
591
590
  [![Sponsor ruby-oauth/version_gem on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
592
591
 
@@ -627,6 +626,9 @@ Thanks for RTFM. ☺️
627
626
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
628
627
  [✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
629
628
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
629
+ [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
630
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
631
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/ruby-oauth
630
632
 
631
633
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
632
634
  [⛳️gem-namespace]: https://github.com/ruby-oauth/version_gem
@@ -672,7 +674,7 @@ Thanks for RTFM. ☺️
672
674
  [📜src-gl]: https://gitlab.com/ruby-oauth/version_gem
673
675
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
674
676
  [📜src-cb]: https://codeberg.org/ruby-oauth/version_gem
675
- [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
677
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
676
678
  [📜src-gh]: https://github.com/ruby-oauth/version_gem
677
679
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
678
680
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
@@ -789,7 +791,7 @@ Thanks for RTFM. ☺️
789
791
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
790
792
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
791
793
  [📄license]: LICENSE.md
792
- [📄license-ref]: MIT.md
794
+ [📄license-ref]: https://github.com/ruby-oauth/version_gem/blob/main/MIT.md
793
795
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
794
796
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
795
797
  [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
@@ -1,8 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VersionGem
4
+ # Version namespace for this gem.
4
5
  module Version
5
- VERSION = "1.1.14"
6
+ # Current gem version.
7
+ VERSION = "1.1.15"
6
8
  end
9
+ # Current gem version exposed at the traditional constant location.
7
10
  VERSION = Version::VERSION # Traditional Constant Location
8
11
  end
data/sig/version_gem.rbs CHANGED
@@ -1,2 +1,74 @@
1
1
  module VersionGem
2
+ module Api
3
+ # Internal memoized version string segments
4
+ @_to_a: Array[String]
5
+
6
+ # Memoized components
7
+ @major: Integer
8
+ @minor: Integer
9
+ @patch: Integer
10
+ @pre: String?
11
+ @to_a: Array[Integer | String | nil]
12
+ @to_h: Hash[Symbol, (Integer | String | nil)]
13
+
14
+ # Public API
15
+ def to_s: () -> String
16
+ def major: () -> Integer
17
+ def minor: () -> Integer
18
+ def patch: () -> Integer
19
+ def pre: () -> String?
20
+ def to_a: () -> Array[Integer | String | nil]
21
+ def to_h: () -> Hash[Symbol, (Integer | String | nil)]
22
+
23
+ private
24
+
25
+ def _to_a: () -> Array[String]
26
+ end
27
+
28
+ module Basic
29
+ def self.extended: () -> void
30
+ end
31
+
32
+ module Epoch
33
+ EPOCH_SIZE: Integer
34
+
35
+ # Hook used when this module is extended
36
+ def self.extended: (untyped) -> void
37
+
38
+ module OverloadApiForEpoch
39
+ # The epoch component (derived)
40
+ def epoch: () -> Integer
41
+
42
+ # Override of Api#major returning the derived major component
43
+ def major: () -> Integer
44
+
45
+ # Hash representation including epoch
46
+ def to_h: () -> Hash[Symbol, (Integer | String | nil)]
47
+
48
+ # Array of components [epoch, major, minor, patch, pre]
49
+ def to_a: () -> Array[Integer | String | nil]
50
+
51
+ private
52
+
53
+ def _major: () -> Integer
54
+ end
55
+ end
56
+
57
+ class Error < ::RuntimeError
58
+ end
59
+
60
+ module Ruby
61
+ RUBY_VER: ::Gem::Version
62
+
63
+ # Check if the current Ruby version is >= given version for the engine
64
+ def self.gte_minimum_version?: (String, ?String) -> bool
65
+
66
+ # Check if the current Ruby MAJOR.MINOR equals the given values for the engine
67
+ def self.actual_minor_version?: ((Integer | String), (Integer | String), ?String) -> bool
68
+ end
69
+
70
+ module Version
71
+ VERSION: String
72
+ end
73
+ VERSION: String
2
74
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: version_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.14
4
+ version: 1.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -44,20 +44,20 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '2.3'
47
+ version: '2.5'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 2.3.2
50
+ version: 2.5.14
51
51
  type: :development
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - "~>"
56
56
  - !ruby/object:Gem::Version
57
- version: '2.3'
57
+ version: '2.5'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 2.3.2
60
+ version: 2.5.14
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: bundler-audit
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -106,26 +106,46 @@ dependencies:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: 1.0.4
109
+ - !ruby/object:Gem::Dependency
110
+ name: anonymous_loader
111
+ requirement: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - "~>"
114
+ - !ruby/object:Gem::Version
115
+ version: '0.1'
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: 0.1.3
119
+ type: :development
120
+ prerelease: false
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - "~>"
124
+ - !ruby/object:Gem::Version
125
+ version: '0.1'
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: 0.1.3
109
129
  - !ruby/object:Gem::Dependency
110
130
  name: appraisal2
111
131
  requirement: !ruby/object:Gem::Requirement
112
132
  requirements:
113
133
  - - "~>"
114
134
  - !ruby/object:Gem::Version
115
- version: '3.1'
135
+ version: '3.2'
116
136
  - - ">="
117
137
  - !ruby/object:Gem::Version
118
- version: 3.1.4
138
+ version: 3.2.0
119
139
  type: :development
120
140
  prerelease: false
121
141
  version_requirements: !ruby/object:Gem::Requirement
122
142
  requirements:
123
143
  - - "~>"
124
144
  - !ruby/object:Gem::Version
125
- version: '3.1'
145
+ version: '3.2'
126
146
  - - ">="
127
147
  - !ruby/object:Gem::Version
128
- version: 3.1.4
148
+ version: 3.2.0
129
149
  - !ruby/object:Gem::Dependency
130
150
  name: kettle-test
131
151
  requirement: !ruby/object:Gem::Requirement
@@ -135,7 +155,7 @@ dependencies:
135
155
  version: '2.0'
136
156
  - - ">="
137
157
  - !ruby/object:Gem::Version
138
- version: 2.0.10
158
+ version: 2.0.17
139
159
  type: :development
140
160
  prerelease: false
141
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -145,27 +165,27 @@ dependencies:
145
165
  version: '2.0'
146
166
  - - ">="
147
167
  - !ruby/object:Gem::Version
148
- version: 2.0.10
168
+ version: 2.0.17
149
169
  - !ruby/object:Gem::Dependency
150
170
  name: turbo_tests2
151
171
  requirement: !ruby/object:Gem::Requirement
152
172
  requirements:
153
173
  - - "~>"
154
174
  - !ruby/object:Gem::Version
155
- version: '3.1'
175
+ version: '3.2'
156
176
  - - ">="
157
177
  - !ruby/object:Gem::Version
158
- version: 3.1.7
178
+ version: 3.2.4
159
179
  type: :development
160
180
  prerelease: false
161
181
  version_requirements: !ruby/object:Gem::Requirement
162
182
  requirements:
163
183
  - - "~>"
164
184
  - !ruby/object:Gem::Version
165
- version: '3.1'
185
+ version: '3.2'
166
186
  - - ">="
167
187
  - !ruby/object:Gem::Version
168
- version: 3.1.7
188
+ version: 3.2.4
169
189
  - !ruby/object:Gem::Dependency
170
190
  name: ruby-progressbar
171
191
  requirement: !ruby/object:Gem::Requirement
@@ -189,7 +209,7 @@ dependencies:
189
209
  version: '1.0'
190
210
  - - ">="
191
211
  - !ruby/object:Gem::Version
192
- version: 1.0.6
212
+ version: 1.0.8
193
213
  type: :development
194
214
  prerelease: false
195
215
  version_requirements: !ruby/object:Gem::Requirement
@@ -199,7 +219,7 @@ dependencies:
199
219
  version: '1.0'
200
220
  - - ">="
201
221
  - !ruby/object:Gem::Version
202
- version: 1.0.6
222
+ version: 1.0.8
203
223
  - !ruby/object:Gem::Dependency
204
224
  name: gitmoji-regex
205
225
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +229,7 @@ dependencies:
209
229
  version: '2.0'
210
230
  - - ">="
211
231
  - !ruby/object:Gem::Version
212
- version: 2.0.4
232
+ version: 2.0.11
213
233
  type: :development
214
234
  prerelease: false
215
235
  version_requirements: !ruby/object:Gem::Requirement
@@ -219,34 +239,17 @@ dependencies:
219
239
  version: '2.0'
220
240
  - - ">="
221
241
  - !ruby/object:Gem::Version
222
- version: 2.0.4
242
+ version: 2.0.11
223
243
  description: "\U0001F372 Versions are good. Versions are cool. Versions will win."
224
244
  email:
225
245
  - floss@galtzo.com
226
246
  executables: []
227
247
  extensions: []
228
- extra_rdoc_files:
229
- - CHANGELOG.md
230
- - CITATION.cff
231
- - CODE_OF_CONDUCT.md
232
- - CONTRIBUTING.md
233
- - FUNDING.md
234
- - LICENSE.md
235
- - README.md
236
- - RUBOCOP.md
237
- - SECURITY.md
248
+ extra_rdoc_files: []
238
249
  files:
239
250
  - CHANGELOG.md
240
- - CITATION.cff
241
- - CODE_OF_CONDUCT.md
242
- - CONTRIBUTING.md
243
- - FUNDING.md
244
251
  - LICENSE.md
245
- - MIT.md
246
252
  - README.md
247
- - RUBOCOP.md
248
- - SECURITY.md
249
- - certs/pboling.pem
250
253
  - lib/version_gem.rb
251
254
  - lib/version_gem/api.rb
252
255
  - lib/version_gem/basic.rb
@@ -255,32 +258,21 @@ files:
255
258
  - lib/version_gem/rspec.rb
256
259
  - lib/version_gem/ruby.rb
257
260
  - lib/version_gem/version.rb
258
- - sig/all_formatters.rbs
259
- - sig/debug.rbs
260
- - sig/debug_ide.rbs
261
- - sig/debug_jruby.rbs
262
- - sig/debugging.rbs
263
- - sig/run_coverage.rbs
264
261
  - sig/version_gem.rbs
265
- - sig/version_gem/api.rbs
266
- - sig/version_gem/basic.rbs
267
- - sig/version_gem/epoch.rbs
268
- - sig/version_gem/error.rbs
269
- - sig/version_gem/ruby.rbs
270
- - sig/version_gem/version.rbs
271
262
  homepage: https://github.com/ruby-oauth/version_gem
272
263
  licenses:
273
264
  - MIT
274
265
  metadata:
275
266
  homepage_uri: https://version-gem.galtzo.com
276
- source_code_uri: https://github.com/ruby-oauth/version_gem/tree/v1.1.14
277
- changelog_uri: https://github.com/ruby-oauth/version_gem/blob/v1.1.14/CHANGELOG.md
267
+ source_code_uri: https://github.com/ruby-oauth/version_gem/tree/v1.1.15
268
+ changelog_uri: https://github.com/ruby-oauth/version_gem/blob/v1.1.15/CHANGELOG.md
278
269
  bug_tracker_uri: https://github.com/ruby-oauth/version_gem/issues
279
- documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.14
270
+ documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.15
280
271
  funding_uri: https://github.com/sponsors/pboling
281
272
  wiki_uri: https://github.com/ruby-oauth/version_gem/wiki
282
273
  news_uri: https://www.railsbling.com/tags/version_gem
283
274
  discord_uri: https://discord.gg/3qme4XHNKN
275
+ mailing_list_uri: https://www.rubyforum.org/tag/ruby-oauth
284
276
  rubygems_mfa_required: 'true'
285
277
  rdoc_options:
286
278
  - "--title"
@@ -305,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
297
  - !ruby/object:Gem::Version
306
298
  version: '0'
307
299
  requirements: []
308
- rubygems_version: 4.0.10
300
+ rubygems_version: 4.0.17
309
301
  specification_version: 4
310
302
  summary: "\U0001F372 Enhance your VERSION! Sugar for Version modules."
311
303
  test_files: []
metadata.gz.sig CHANGED
Binary file
data/CITATION.cff DELETED
@@ -1,20 +0,0 @@
1
- cff-version: 1.2.0
2
- title: "version_gem"
3
- message: >-
4
- If you use this work and you want to cite it,
5
- then you can use the metadata from this file.
6
- type: software
7
- authors:
8
- - given-names: "Peter H."
9
- family-names: "Boling"
10
- email: "floss@galtzo.com"
11
- affiliation: "galtzo.com"
12
- orcid: 'https://orcid.org/0009-0008-8519-441X'
13
- identifiers:
14
- - type: url
15
- value: 'https://github.com/ruby-oauth/version_gem'
16
- description: "version_gem"
17
- repository-code: 'https://github.com/ruby-oauth/version_gem'
18
- abstract: >-
19
- version_gem
20
- license: See license file