version_gem 1.1.4 → 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: 293448abeed414d0a43cee34925de9e94cf3329326e248d18694d499f1952e47
4
- data.tar.gz: 24a83ab4592f9b5271205ee24b7829af6bb13aae5f2a74f982663aad127ac6b3
3
+ metadata.gz: 03a68efefb09dd81b4fd4558ca70798ea80e5dcc9c3d8caf14ec4566b85acbab
4
+ data.tar.gz: 918420c2c08343268a3979af75146e8173e9804b2149fd2c058c3723ebea8b2a
5
5
  SHA512:
6
- metadata.gz: 8b668065b9b75fd6e7e262ee7a8237da8e8844bdb9f11978cc504da6d7da5dce436bbe3af096c1feb18aab0b0d938a3b083a6090af992ae60ffd849f0f5e8e86
7
- data.tar.gz: cf0d558fc6ffb5a39795515c4b98553e7703a2ccc120488e5ca09c2ae4c7761143c0127506da9596606ea57bd47627be3ef41ee19f2f930e755d5044b901bbe3
6
+ metadata.gz: 2914cb76e93242af378ed561dca26b836b60ad9838f3aec5699aecbb56f3fd18685ef8f7995ae66f325edfacfdd2113c01ff199e80b055d79ed4e042af63778b
7
+ data.tar.gz: 94c36674c3c5c09f5430ff2bf7ab8fd6a06c66c8a2bcb5171b108adb61963cba2570b25b6ae4041d1dd9a1e3bf2994bed55f3d2a2b7b3665ca3eb89a24c8ee60
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,23 +1,349 @@
1
1
  # Changelog
2
+
3
+ [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
4
+
2
5
  All notable changes to this project will be documented in this file.
3
6
 
4
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+ The format is based on [Keep a Changelog][📗keep-changelog],
8
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
9
+ and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
10
+ Please file a bug if you notice a violation of semantic versioning.
11
+
12
+ [📌semver]: https://semver.org/spec/v2.0.0.html
13
+ [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
14
+ [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
15
+ [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
16
+ [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
17
+ [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
6
18
 
7
19
  ## [Unreleased]
20
+
21
+ ### Added
22
+
23
+ ### Changed
24
+
25
+ ### Deprecated
26
+
27
+ ### Removed
28
+
29
+ ### Fixed
30
+
31
+ ### Security
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
+
8
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
+
9
152
  ### Changed
153
+
154
+ - Retemplated repository metadata, workflows, modular gemfiles, and documentation
155
+ scaffolding with the current `kettle-jem` template.
156
+
10
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
+
11
213
  ### Removed
12
214
 
13
- ## [1.1.4] 2024-03-21 ([tag][1.1.4t])
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
+
232
+ ## [1.1.9] - 2025-09-02
233
+
234
+ - TAG: [v1.1.9][1.1.9t]
235
+ - COVERAGE: 100.00% -- 118/118 lines in 8 files
236
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
237
+ - 84.62% documented
238
+
14
239
  ### Added
240
+
241
+ - re-templated gem using kettle-dev v1.1.2
242
+ - new binstubs for changelog, readme, commit message, & release management
243
+ - new CI workflows
244
+ - enhanced project documentation
245
+ - More RBS types
246
+ - docs site: https://version-gem.galtzo.com
247
+
248
+ ### Fixed
249
+
250
+ - RBS types are more accurate
251
+
252
+ ## [1.1.8] 2025-05-06
253
+
254
+ - TAG: [1.1.8][1.1.8t]
255
+ - COVERAGE: 100.00% -- 118/118 lines in 8 files
256
+ - BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
257
+ - 84.62% documented
258
+
259
+ ### Added
260
+
261
+ - CITATION.cff (@pboling)
262
+ - Cryptographically signed with new 20-year cert (@pboling)
263
+ - expires 2045-04-29
264
+ - Improved documentation (@pboling)
265
+ - Addressed entire REEK list (@pboling)
266
+ - GitLab CI, as an addition to existing GHA (@pboling)
267
+
268
+ ## [1.1.7] 2025-04-15
269
+
270
+ - TAG: [1.1.7][1.1.7t]
271
+ - Line Coverage: 100.0% (117 / 117)
272
+ - Branch Coverage: 100.0% (4 / 4)
273
+ - 76.92% documented
274
+
275
+ ### Added
276
+
277
+ - Support for Epoch Semantic Versioning (@pboling)
278
+ - `extend VersionGem::Epoch` in your library's `MyLib::Version` module
279
+ - Support for JRuby 10 (@pboling)
280
+ - More documentation (@pboling)
281
+
282
+ ### Removed
283
+
284
+ - Ruby 2.2 removed from CI, though technically still supported
285
+ - can't run directly in GHA anymore
286
+
287
+ ## [1.1.6] 2025-02-24
288
+
289
+ - TAG: [1.1.6][1.1.6t]
290
+ - Line Coverage: 100.0% (77 / 77)
291
+ - Branch Coverage: 100.0% (2 / 2)
292
+ - 77.78% documented
293
+
294
+ ### Added
295
+
296
+ - Support for JRuby 9.1, 9.2, 9.3, 9.4, and head (@pboling)
297
+ - Support for Truffle Ruby 22.3, 23.0, 23.1, 24.1, and head (@pboling)
298
+ - Evergreen current latest engine release workflow (@pboling)
299
+ - Runs ruby, truffleruby, and jruby, always latest release
300
+ - Improved developer experience for contributors (@pboling)
301
+ - More documentation (@pboling)
302
+ - Switch to stone_checksums for checksum generation (@pboling)
303
+
304
+ ### Changed
305
+
306
+ - Code of Conduct updated - Contributor Covenant v2.0 => v2.1 (@pboling)
307
+
308
+ ## [1.1.5] 2025-02-22
309
+
310
+ - TAG: [1.1.5][1.1.5t]
311
+ - Line Coverage: 100.0% (77 / 77)
312
+ - Branch Coverage: 100.0% (2 / 2)
313
+ - 77.78% documented
314
+
315
+ ### Added
316
+
317
+ - Document approach to get code coverage on your gem's version.rb file (@pboling)
318
+ - More documentation, and yard task for documentation (@pboling)
319
+ - Documentation of Ruby version and SemVer support (@pboling)
320
+
321
+ ### Fixed
322
+
323
+ - [#3](https://gitlab.com/ruby-oauth/version_gem/-/issues/3) - Allow packaging without signing (@pboling)
324
+ - to support secure linux distros which have alternate means of signing packages within their package managers
325
+ - Code coverage tracking (@pboling)
326
+ - Documentation of usage in gemspec via `Kernel.load` (@pboling)
327
+ - Improved gemspec config (@pboling)
328
+
329
+ ## [1.1.4] 2024-03-21
330
+
331
+ - TAG: [1.1.4][1.1.4t]
332
+
333
+ ### Added
334
+
15
335
  - Ruby 3.3 to CI (@pboling)
336
+
16
337
  ### Fixed
338
+
17
339
  - Remove the executable bit from non-executable files (@Fryguy)
18
340
 
19
- ## [1.1.3] 2023-06-05 ([tag][1.1.3t])
341
+ ## [1.1.3] 2023-06-05
342
+
343
+ - TAG: [1.1.3][1.1.3t]
344
+
20
345
  ### Added
346
+
21
347
  - More test coverage (now 100% 🎉) (@pboling)
22
348
  - Improved documentation (now 77% 🎉) (@pboling)
23
349
  - Gemfile context pattern (@pboling)
@@ -30,62 +356,119 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
356
  - pry-suite
31
357
  - debase, for IDE debugging
32
358
  - (dev) Rake task for rubocop_gradual (@pboling)
359
+
33
360
  ### Fixed
361
+
34
362
  - (dev) `yard` documentation task (@pboling)
35
363
 
36
- ## [1.1.2] - 2023-03-17 ([tag][1.1.2t])
364
+ ### Removed
365
+
366
+ - Formally drop Ruby 2.2 support
367
+ - Ruby 2.2 was already de facto minimum version supported, which is why this wasn't a 2.0 release.
368
+
369
+ ## [1.1.2] - 2023-03-17
370
+
371
+ - TAG: [1.1.2][1.1.2t]
372
+
37
373
  ### Added
374
+
38
375
  - `VersionGem::Ruby` to help library CI integration against many different versions of Ruby (@pboling)
39
376
  - Experimental, optional, require (not loaded by default, which is why this can be in a patch)
40
377
  - Spec coverage is now 100%, lines and branches, including the fabled `version.rb` (@pboling)
41
378
  - Full RBS Signatures (@pboling)
42
379
 
43
- ## [1.1.1] - 2022-09-19 ([tag][1.1.1t])
380
+ ## [1.1.1] - 2022-09-19
381
+
382
+ - TAG: [1.1.1][1.1.1t]
383
+
44
384
  ### Added
385
+
45
386
  - Alternatives section to README.md (@pboling)
46
387
  - Signing cert for gem releases (@pboling)
47
388
  - Mailing List and other metadata URIs (@pboling)
48
389
  - Checksums for released gems (@pboling)
390
+
49
391
  ### Changed
392
+
50
393
  - SECURITY.md policy (@pboling)
51
394
  - Version methods are now memoized (||=) on initial call for performance (@pboling)
52
395
  - Gem releases are now cryptographically signed (@pboling)
53
396
 
54
- ## [1.1.0] - 2022-06-24 ([tag][1.1.0t])
55
- ### Fixed
56
- - to_a uses same type casting as major, minor, patch, and pre (@pboling)
397
+ ## [1.1.0] - 2022-06-24
398
+
399
+ - TAG: [1.1.0][1.1.0t]
400
+
57
401
  ### Added
402
+
58
403
  - RSpec Matchers and Shared Example (@pboling)
59
404
 
60
- ## [1.0.2] - 2022-06-23 ([tag][1.0.2t])
405
+ ### Fixed
406
+
407
+ - `to_a` uses same type casting as major, minor, patch, and pre (@pboling)
408
+
409
+ ## [1.0.2] - 2022-06-23
410
+
411
+ - TAG: [1.0.2][1.0.2t]
412
+
61
413
  ### Added
414
+
62
415
  - Delay loading of library code until after code coverage tool is loaded (@pboling)
63
416
 
64
- ## [1.0.1] - 2022-06-23 ([tag][1.0.1t])
417
+ ## [1.0.1] - 2022-06-23
418
+
419
+ - TAG: [1.0.1][1.0.1t]
420
+
65
421
  ### Added
422
+
66
423
  - CI Build improvements (@pboling)
67
424
  - Code coverage reporting (@pboling)
68
425
  - Documentation improvements (@pboling)
69
426
  - Badges! (@pboling)
70
427
 
71
- ## [1.0.0] - 2022-06-21 ([tag][1.0.0t])
428
+ ## [1.0.0] - 2022-06-21
429
+
430
+ - TAG: [1.0.0][1.0.0t]
431
+
72
432
  ### Added
433
+
73
434
  - Initial release, with basic version parsing API (@pboling)
74
435
 
75
- [Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...HEAD
76
- [1.1.4]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.3...v1.1.4
77
- [1.1.4t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.4
78
- [1.1.3]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...v1.1.3
79
- [1.1.3t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.3
80
- [1.1.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.1...v1.1.2
81
- [1.1.2t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.2
82
- [1.1.1]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.0...v1.1.1
83
- [1.1.1t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.1
84
- [1.1.0]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.2...v1.1.0
85
- [1.1.0t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.0
86
- [1.0.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.1...v1.0.2
87
- [1.0.2t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.0.2
88
- [1.0.1]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.0...v1.0.1
89
- [1.0.1t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.0.1
90
- [1.0.0]: https://gitlab.com/oauth-xx/version_gem/-/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
91
- [1.0.0t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.0.0
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
449
+ [1.1.9]: https://github.com/ruby-oauth/version_gem/compare/v1.1.8...v1.1.9
450
+ [1.1.9t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.9
451
+ [1.1.8]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.7...v1.1.8
452
+ [1.1.8t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.8
453
+ [1.1.7]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.6...v1.1.7
454
+ [1.1.7t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.7
455
+ [1.1.6]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.5...v1.1.6
456
+ [1.1.6t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.6
457
+ [1.1.5]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.4...v1.1.5
458
+ [1.1.5t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.5
459
+ [1.1.4]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.3...v1.1.4
460
+ [1.1.4t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.4
461
+ [1.1.3]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.2...v1.1.3
462
+ [1.1.3t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.3
463
+ [1.1.2]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.1...v1.1.2
464
+ [1.1.2t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.2
465
+ [1.1.1]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.0...v1.1.1
466
+ [1.1.1t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.1
467
+ [1.1.0]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.2...v1.1.0
468
+ [1.1.0t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.0
469
+ [1.0.2]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.1...v1.0.2
470
+ [1.0.2t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.2
471
+ [1.0.1]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.0...v1.0.1
472
+ [1.0.1t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.1
473
+ [1.0.0]: https://github.com/ruby-oauth/version_gem/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
474
+ [1.0.0t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.0
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