version_gem 1.1.8 → 1.1.10

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: f457e0e7c9cc404965d171bec3c4a3703a90450291032992f4ea50e8a27933b7
4
- data.tar.gz: c68b6defc2beeb3bc81a131cead2b865d3ad62ec39419a3eb9cb90a41fcf3672
3
+ metadata.gz: 0eb38d01996b5b623f4967f0819e745918be34ea91f845f05c24bece11d6900a
4
+ data.tar.gz: 411174668bc2b22371151cb72d445e7cdb4c27749e947d07c2aca67e2832120c
5
5
  SHA512:
6
- metadata.gz: 2d03578bb83c1bfb270d81cb041ce2e9fb1689ce1dfbefaab4f69c28661e4f2c34ecf752d941f501d978167c232dcf7012b12a3d99e96e74d0bf949c51d1eaed
7
- data.tar.gz: a24a29785103417074f6bf6e8ec8a8281c71fe67a3ab079386b44a31a82bdac2218625084e8ee8db6a95af8ceefd635ef51daefac30ddd8f8ddc166c438163c6
6
+ metadata.gz: 382db0fa8190f73e93b73d2ec86d2a5e16e9e9d5c55992a41723cbd08415525eb064804e7ad78f85e16d244679e0d32f234c2287260f5090aa0be81968701823
7
+ data.tar.gz: de064b8dcaf88cecce382bc9f4ecc78f46bdf284940e4d28388b0a32e8e2c191774e409d66b9671f0c242b4e64a6255ef56f3164ca9e73e6128f87c523d9f492
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -17,16 +17,98 @@ 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
+
25
+ ### Deprecated
26
+
27
+ ### Removed
28
+
22
29
  ### Fixed
30
+
31
+ ### Security
32
+
33
+ ## [1.1.10] - 2026-06-02
34
+
35
+ - TAG: [v1.1.10][1.1.10t]
36
+ - COVERAGE: 100.00% -- 58/58 lines in 2 files
37
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
+ - 85.19% documented
39
+
40
+ ### Added
41
+
42
+ - StructuredMerge-managed template configuration under `.structuredmerge/`,
43
+ including semantic Git diff driver settings and kettle-drift integration.
44
+ - `rubocop-gradual` baseline tracking for style checks.
45
+
46
+ ### Changed
47
+
48
+ - Re-templated the project with the current kettle-jem / StructuredMerge
49
+ template.
50
+ - Development and test dependency floors now use current template floors:
51
+ `kettle-dev` 2.0.7, `kettle-test` 2.0.3, `kettle-soup-cover` 2.0.0,
52
+ `turbo_tests2` 3.1.1, `rubocop-lts` 8.3.0, and
53
+ `rubocop-lts-rspec` 1.0.3.
54
+ - Development and test tooling now targets Ruby 2.4 or newer while the
55
+ published runtime Ruby requirement remains Ruby 2.2 or newer.
56
+ - RSpec setup now loads `kettle-test` helpers and kettle-soup-cover coverage
57
+ bootstrap from `spec/spec_helper.rb`.
58
+ - Templating dependencies now load only when `K_JEM_TEMPLATING=true`, with
59
+ local StructuredMerge and Kettle workspace dependencies wired through
60
+ `SMORG_RB_DEV`, `KETTLE_RB_DEV`, and `nomono`.
61
+ - Gem metadata and packaging inventory were refreshed by the template,
62
+ including homepage, wiki, license-file, and packaged file handling.
63
+
23
64
  ### Removed
24
65
 
25
- ## [1.1.8] 2025-05-06 ([tag][1.1.8t])
26
- - Line Coverage: 100.0% (117 / 117)
27
- - Branch Coverage: 100.0% (4 / 4)
66
+ - Removed the obsolete `.yard_gfm_support.rb` documentation hook; YARD setup now
67
+ uses the current template-managed plugin configuration.
68
+ - Removed obsolete CI workflows for Ruby 2.3, JRuby 9.1, TruffleRuby 23.2,
69
+ CodeQL, framework CI, and Discord notifications.
70
+ - Removed legacy generated binstubs in favor of the current curated
71
+ `kettle-check-eof`, `kettle-test`, and retained documentation binstubs.
72
+
73
+ ### Fixed
74
+
75
+ - logo at top of README.md
76
+
77
+ - Fixed the Style workflow RBS validation command so CI uses the bundled `rbs`
78
+ executable instead of the non-executable `bin/rbs` binstub.
79
+ - Fixed the Coverage workflow so Codecov repository-registration/upload errors
80
+ do not fail CI after local coverage reports have already been generated and
81
+ verified.
82
+
83
+ ## [1.1.9] - 2025-09-02
84
+
85
+ - TAG: [v1.1.9][1.1.9t]
86
+ - COVERAGE: 100.00% -- 118/118 lines in 8 files
87
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
28
88
  - 84.62% documented
89
+
29
90
  ### Added
91
+
92
+ - re-templated gem using kettle-dev v1.1.2
93
+ - new binstubs for changelog, readme, commit message, & release management
94
+ - new CI workflows
95
+ - enhanced project documentation
96
+ - More RBS types
97
+ - docs site: https://version-gem.galtzo.com
98
+
99
+ ### Fixed
100
+
101
+ - RBS types are more accurate
102
+
103
+ ## [1.1.8] 2025-05-06
104
+
105
+ - TAG: [1.1.8][1.1.8t]
106
+ - COVERAGE: 100.00% -- 118/118 lines in 8 files
107
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
108
+ - 84.62% documented
109
+
110
+ ### Added
111
+
30
112
  - CITATION.cff (@pboling)
31
113
  - Cryptographically signed with new 20-year cert (@pboling)
32
114
  - expires 2045-04-29
@@ -34,24 +116,34 @@ Please file a bug if you notice a violation of semantic versioning.
34
116
  - Addressed entire REEK list (@pboling)
35
117
  - GitLab CI, as an addition to existing GHA (@pboling)
36
118
 
37
- ## [1.1.7] 2025-04-15 ([tag][1.1.7t])
119
+ ## [1.1.7] 2025-04-15
120
+
121
+ - TAG: [1.1.7][1.1.7t]
38
122
  - Line Coverage: 100.0% (117 / 117)
39
123
  - Branch Coverage: 100.0% (4 / 4)
40
124
  - 76.92% documented
125
+
41
126
  ### Added
127
+
42
128
  - Support for Epoch Semantic Versioning (@pboling)
43
129
  - `extend VersionGem::Epoch` in your library's `MyLib::Version` module
44
130
  - Support for JRuby 10 (@pboling)
45
131
  - More documentation (@pboling)
132
+
46
133
  ### Removed
134
+
47
135
  - Ruby 2.2 removed from CI, though technically still supported
48
136
  - can't run directly in GHA anymore
49
137
 
50
- ## [1.1.6] 2025-02-24 ([tag][1.1.6t])
138
+ ## [1.1.6] 2025-02-24
139
+
140
+ - TAG: [1.1.6][1.1.6t]
51
141
  - Line Coverage: 100.0% (77 / 77)
52
142
  - Branch Coverage: 100.0% (2 / 2)
53
143
  - 77.78% documented
144
+
54
145
  ### Added
146
+
55
147
  - Support for JRuby 9.1, 9.2, 9.3, 9.4, and head (@pboling)
56
148
  - Support for Truffle Ruby 22.3, 23.0, 23.1, 24.1, and head (@pboling)
57
149
  - Evergreen current latest engine release workflow (@pboling)
@@ -59,32 +151,50 @@ Please file a bug if you notice a violation of semantic versioning.
59
151
  - Improved developer experience for contributors (@pboling)
60
152
  - More documentation (@pboling)
61
153
  - Switch to stone_checksums for checksum generation (@pboling)
154
+
62
155
  ### Changed
156
+
63
157
  - Code of Conduct updated - Contributor Covenant v2.0 => v2.1 (@pboling)
64
158
 
65
- ## [1.1.5] 2025-02-22 ([tag][1.1.5t])
159
+ ## [1.1.5] 2025-02-22
160
+
161
+ - TAG: [1.1.5][1.1.5t]
66
162
  - Line Coverage: 100.0% (77 / 77)
67
163
  - Branch Coverage: 100.0% (2 / 2)
68
164
  - 77.78% documented
165
+
69
166
  ### Added
167
+
70
168
  - Document approach to get code coverage on your gem's version.rb file (@pboling)
71
169
  - More documentation, and yard task for documentation (@pboling)
72
170
  - Documentation of Ruby version and SemVer support (@pboling)
171
+
73
172
  ### Fixed
74
- - [#3](https://gitlab.com/oauth-xx/version_gem/-/issues/3) - Allow packaging without signing (@pboling)
173
+
174
+ - [#3](https://gitlab.com/ruby-oauth/version_gem/-/issues/3) - Allow packaging without signing (@pboling)
75
175
  - to support secure linux distros which have alternate means of signing packages within their package managers
76
176
  - Code coverage tracking (@pboling)
77
177
  - Documentation of usage in gemspec via `Kernel.load` (@pboling)
78
178
  - Improved gemspec config (@pboling)
79
179
 
80
- ## [1.1.4] 2024-03-21 ([tag][1.1.4t])
180
+ ## [1.1.4] 2024-03-21
181
+
182
+ - TAG: [1.1.4][1.1.4t]
183
+
81
184
  ### Added
185
+
82
186
  - Ruby 3.3 to CI (@pboling)
187
+
83
188
  ### Fixed
189
+
84
190
  - Remove the executable bit from non-executable files (@Fryguy)
85
191
 
86
- ## [1.1.3] 2023-06-05 ([tag][1.1.3t])
192
+ ## [1.1.3] 2023-06-05
193
+
194
+ - TAG: [1.1.3][1.1.3t]
195
+
87
196
  ### Added
197
+
88
198
  - More test coverage (now 100% 🎉) (@pboling)
89
199
  - Improved documentation (now 77% 🎉) (@pboling)
90
200
  - Gemfile context pattern (@pboling)
@@ -97,73 +207,109 @@ Please file a bug if you notice a violation of semantic versioning.
97
207
  - pry-suite
98
208
  - debase, for IDE debugging
99
209
  - (dev) Rake task for rubocop_gradual (@pboling)
210
+
100
211
  ### Fixed
212
+
101
213
  - (dev) `yard` documentation task (@pboling)
214
+
102
215
  ### Removed
216
+
103
217
  - Formally drop Ruby 2.2 support
104
218
  - Ruby 2.2 was already de facto minimum version supported, which is why this wasn't a 2.0 release.
105
219
 
106
- ## [1.1.2] - 2023-03-17 ([tag][1.1.2t])
220
+ ## [1.1.2] - 2023-03-17
221
+
222
+ - TAG: [1.1.2][1.1.2t]
223
+
107
224
  ### Added
225
+
108
226
  - `VersionGem::Ruby` to help library CI integration against many different versions of Ruby (@pboling)
109
227
  - Experimental, optional, require (not loaded by default, which is why this can be in a patch)
110
228
  - Spec coverage is now 100%, lines and branches, including the fabled `version.rb` (@pboling)
111
229
  - Full RBS Signatures (@pboling)
112
230
 
113
- ## [1.1.1] - 2022-09-19 ([tag][1.1.1t])
231
+ ## [1.1.1] - 2022-09-19
232
+
233
+ - TAG: [1.1.1][1.1.1t]
234
+
114
235
  ### Added
236
+
115
237
  - Alternatives section to README.md (@pboling)
116
238
  - Signing cert for gem releases (@pboling)
117
239
  - Mailing List and other metadata URIs (@pboling)
118
240
  - Checksums for released gems (@pboling)
241
+
119
242
  ### Changed
243
+
120
244
  - SECURITY.md policy (@pboling)
121
245
  - Version methods are now memoized (||=) on initial call for performance (@pboling)
122
246
  - Gem releases are now cryptographically signed (@pboling)
123
247
 
124
- ## [1.1.0] - 2022-06-24 ([tag][1.1.0t])
248
+ ## [1.1.0] - 2022-06-24
249
+
250
+ - TAG: [1.1.0][1.1.0t]
251
+
125
252
  ### Added
253
+
126
254
  - RSpec Matchers and Shared Example (@pboling)
255
+
127
256
  ### Fixed
257
+
128
258
  - `to_a` uses same type casting as major, minor, patch, and pre (@pboling)
129
259
 
130
- ## [1.0.2] - 2022-06-23 ([tag][1.0.2t])
260
+ ## [1.0.2] - 2022-06-23
261
+
262
+ - TAG: [1.0.2][1.0.2t]
263
+
131
264
  ### Added
265
+
132
266
  - Delay loading of library code until after code coverage tool is loaded (@pboling)
133
267
 
134
- ## [1.0.1] - 2022-06-23 ([tag][1.0.1t])
268
+ ## [1.0.1] - 2022-06-23
269
+
270
+ - TAG: [1.0.1][1.0.1t]
271
+
135
272
  ### Added
273
+
136
274
  - CI Build improvements (@pboling)
137
275
  - Code coverage reporting (@pboling)
138
276
  - Documentation improvements (@pboling)
139
277
  - Badges! (@pboling)
140
278
 
141
- ## [1.0.0] - 2022-06-21 ([tag][1.0.0t])
279
+ ## [1.0.0] - 2022-06-21
280
+
281
+ - TAG: [1.0.0][1.0.0t]
282
+
142
283
  ### Added
284
+
143
285
  - Initial release, with basic version parsing API (@pboling)
144
286
 
145
- [Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.8...main
146
- [1.1.8]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.7...v1.1.8
147
- [1.1.8t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.8
148
- [1.1.7]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.6...v1.1.7
149
- [1.1.7t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.7
150
- [1.1.6]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...v1.1.6
151
- [1.1.6t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.6
152
- [1.1.5]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...v1.1.5
153
- [1.1.5t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.5
154
- [1.1.4]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.3...v1.1.4
155
- [1.1.4t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.4
156
- [1.1.3]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...v1.1.3
157
- [1.1.3t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.3
158
- [1.1.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.1...v1.1.2
159
- [1.1.2t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.2
160
- [1.1.1]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.0...v1.1.1
161
- [1.1.1t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.1
162
- [1.1.0]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.2...v1.1.0
163
- [1.1.0t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.0
164
- [1.0.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.1...v1.0.2
165
- [1.0.2t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.0.2
166
- [1.0.1]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.0...v1.0.1
167
- [1.0.1t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.0.1
168
- [1.0.0]: https://gitlab.com/oauth-xx/version_gem/-/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
169
- [1.0.0t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.0.0
287
+ [Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.10...HEAD
288
+ [1.1.10]: https://github.com/ruby-oauth/version_gem/compare/v1.1.9...v1.1.10
289
+ [1.1.10t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.10
290
+ [1.1.9]: https://github.com/ruby-oauth/version_gem/compare/v1.1.8...v1.1.9
291
+ [1.1.9t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.9
292
+ [1.1.8]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.7...v1.1.8
293
+ [1.1.8t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.8
294
+ [1.1.7]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.6...v1.1.7
295
+ [1.1.7t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.7
296
+ [1.1.6]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.5...v1.1.6
297
+ [1.1.6t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.6
298
+ [1.1.5]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.4...v1.1.5
299
+ [1.1.5t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.5
300
+ [1.1.4]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.3...v1.1.4
301
+ [1.1.4t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.4
302
+ [1.1.3]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.2...v1.1.3
303
+ [1.1.3t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.3
304
+ [1.1.2]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.1...v1.1.2
305
+ [1.1.2t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.2
306
+ [1.1.1]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.0...v1.1.1
307
+ [1.1.1t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.1
308
+ [1.1.0]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.2...v1.1.0
309
+ [1.1.0t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.0
310
+ [1.0.2]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.1...v1.0.2
311
+ [1.0.2t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.2
312
+ [1.0.1]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.0...v1.0.1
313
+ [1.0.1t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.1
314
+ [1.0.0]: https://github.com/ruby-oauth/version_gem/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
315
+ [1.0.0t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.0
data/CITATION.cff ADDED
@@ -0,0 +1,20 @@
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
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  # Contributor Covenant Code of Conduct
3
2
 
4
3
  ## Our Pledge
@@ -61,7 +60,7 @@ representative at an online or offline event.
61
60
 
62
61
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
62
  reported to the community leaders responsible for enforcement at
64
- [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact].
63
+ [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact].
65
64
  All complaints will be reviewed and investigated promptly and fairly.
66
65
 
67
66
  All community leaders are obligated to respect the privacy and security of the
@@ -131,5 +130,5 @@ For answers to common questions about this code of conduct, see the FAQ at
131
130
  [Mozilla CoC]: https://github.com/mozilla/diversity
132
131
  [FAQ]: https://www.contributor-covenant.org/faq
133
132
  [translations]: https://www.contributor-covenant.org/translations
134
- [🚂bdfl-contact]: http://www.railsbling.com/contact
135
- [🚂bdfl-contact-img]: https://img.shields.io/badge/Contact-BDFL-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
133
+ [🚂maint-contact]: http://www.railsbling.com/contact
134
+ [🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red