version_gem 1.1.7 → 1.1.8
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +17 -3
- data/CODE_OF_CONDUCT.md +0 -0
- data/CONTRIBUTING.md +6 -3
- data/LICENSE.txt +0 -0
- data/README.md +51 -13
- data/SECURITY.md +0 -0
- data/lib/version_gem/basic.rb +0 -0
- data/lib/version_gem/epoch.rb +1 -0
- data/lib/version_gem/error.rb +1 -0
- data/lib/version_gem/rspec.rb +1 -0
- data/lib/version_gem/ruby.rb +5 -2
- data/lib/version_gem/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +27 -27
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f457e0e7c9cc404965d171bec3c4a3703a90450291032992f4ea50e8a27933b7
|
4
|
+
data.tar.gz: c68b6defc2beeb3bc81a131cead2b865d3ad62ec39419a3eb9cb90a41fcf3672
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d03578bb83c1bfb270d81cb041ce2e9fb1689ce1dfbefaab4f69c28661e4f2c34ecf752d941f501d978167c232dcf7012b12a3d99e96e74d0bf949c51d1eaed
|
7
|
+
data.tar.gz: a24a29785103417074f6bf6e8ec8a8281c71fe67a3ab079386b44a31a82bdac2218625084e8ee8db6a95af8ceefd635ef51daefac30ddd8f8ddc166c438163c6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -22,12 +22,24 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
22
22
|
### Fixed
|
23
23
|
### Removed
|
24
24
|
|
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)
|
28
|
+
- 84.62% documented
|
29
|
+
### Added
|
30
|
+
- CITATION.cff (@pboling)
|
31
|
+
- Cryptographically signed with new 20-year cert (@pboling)
|
32
|
+
- expires 2045-04-29
|
33
|
+
- Improved documentation (@pboling)
|
34
|
+
- Addressed entire REEK list (@pboling)
|
35
|
+
- GitLab CI, as an addition to existing GHA (@pboling)
|
36
|
+
|
25
37
|
## [1.1.7] 2025-04-15 ([tag][1.1.7t])
|
26
38
|
- Line Coverage: 100.0% (117 / 117)
|
27
39
|
- Branch Coverage: 100.0% (4 / 4)
|
28
|
-
-
|
40
|
+
- 76.92% documented
|
29
41
|
### Added
|
30
|
-
- Support for Epoch Semantic Versioning
|
42
|
+
- Support for Epoch Semantic Versioning (@pboling)
|
31
43
|
- `extend VersionGem::Epoch` in your library's `MyLib::Version` module
|
32
44
|
- Support for JRuby 10 (@pboling)
|
33
45
|
- More documentation (@pboling)
|
@@ -130,7 +142,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
130
142
|
### Added
|
131
143
|
- Initial release, with basic version parsing API (@pboling)
|
132
144
|
|
133
|
-
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.
|
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
|
134
148
|
[1.1.7]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.6...v1.1.7
|
135
149
|
[1.1.7t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.7
|
136
150
|
[1.1.6]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...v1.1.6
|
data/CODE_OF_CONDUCT.md
CHANGED
File without changes
|
data/CONTRIBUTING.md
CHANGED
@@ -84,11 +84,14 @@ Also see GitLab Contributors: [https://gitlab.com/oauth-xx/version_gem/-/graphs/
|
|
84
84
|
|
85
85
|
### One-time, Per-maintainer, Setup
|
86
86
|
|
87
|
-
**IMPORTANT**:
|
88
|
-
|
89
|
-
|
87
|
+
**IMPORTANT**: If you want to sign the build you create,
|
88
|
+
your public key for signing gems will need to be picked up by the line in the
|
89
|
+
`gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there).
|
90
|
+
All releases to RubyGems.org will be signed.
|
90
91
|
See: [RubyGems Security Guide][🔒️rubygems-security-guide]
|
91
92
|
|
93
|
+
NOTE: To build without signing the gem you must set `SKIP_GEM_SIGNING` to some value in your environment.
|
94
|
+
|
92
95
|
### To release a new version:
|
93
96
|
|
94
97
|
1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# VersionGem
|
1
|
+
# 🔖 VersionGem
|
2
2
|
|
3
3
|
[![Version][👽versioni]][👽version]
|
4
4
|
[![License: MIT][📄license-img]][📄license-ref]
|
@@ -29,7 +29,7 @@
|
|
29
29
|
[![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
30
30
|
[![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
31
31
|
|
32
|
-
## Alternatives
|
32
|
+
## 🧐 Alternatives
|
33
33
|
|
34
34
|
This gem has a very niche purpose, which is:
|
35
35
|
|
@@ -47,7 +47,7 @@ gem from the Alchemists, or _[version_sorter](https://rubygems.org/gems/version_
|
|
47
47
|
|
48
48
|
For more discussion about this [see issue #2](https://gitlab.com/oauth-xx/version_gem/-/issues/2)
|
49
49
|
|
50
|
-
## Still here?
|
50
|
+
## 🚀 Still here?
|
51
51
|
|
52
52
|
Give your next library an introspectable `Version` module without breaking your Gemspec.
|
53
53
|
|
@@ -65,7 +65,7 @@ This library was extracted from the gem _[oauth2](https://gitlab.com/oauth-xx/oa
|
|
65
65
|
|
66
66
|
This gem has no runtime dependencies.
|
67
67
|
|
68
|
-
## Info you can shake a stick at
|
68
|
+
## 💡 Info you can shake a stick at
|
69
69
|
|
70
70
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
71
71
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
@@ -75,13 +75,13 @@ This gem has no runtime dependencies.
|
|
75
75
|
| Works with MRI Ruby 2 | [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
|
76
76
|
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
77
77
|
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![HEAD on RubyDoc.info][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
|
78
|
-
| Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
|
78
|
+
| Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] |
|
79
79
|
| Expert 1:1 Support | [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] `or` [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
80
80
|
| Enterprise Support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]<br/>💡Subscribe for support guarantees covering _all_ FLOSS dependencies!<br/>💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]!<br/>💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers! |
|
81
81
|
| Comrade BDFL 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼♂️devto-img]][💖💁🏼♂️devto] |
|
82
|
-
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼♂️aboutme-img]][💖💁🏼♂️aboutme]
|
82
|
+
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼♂️aboutme-img]][💖💁🏼♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
|
83
83
|
|
84
|
-
## Installation
|
84
|
+
## ✨ Installation
|
85
85
|
|
86
86
|
Install the gem and add to the application's Gemfile by executing:
|
87
87
|
|
@@ -91,7 +91,37 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
91
91
|
|
92
92
|
$ gem install version_gem
|
93
93
|
|
94
|
-
|
94
|
+
### 🔒 Secure Installation
|
95
|
+
|
96
|
+
`version_gem` is cryptographically signed, and with verifiable [SHA-256 and SHA-512][💎SHA_checksums] checksums by
|
97
|
+
[stone_checksums][💎stone_checksums]. Be sure the gem you install hasn’t been tampered with
|
98
|
+
by following the instructions below.
|
99
|
+
|
100
|
+
Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
|
101
|
+
|
102
|
+
```shell
|
103
|
+
gem cert --add <(curl -Ls https://raw.github.com/oauth-xx/version_gem/main/certs/pboling.pem)
|
104
|
+
```
|
105
|
+
|
106
|
+
You only need to do that once. Then proceed to install with:
|
107
|
+
|
108
|
+
```shell
|
109
|
+
gem install version_gem -P HighSecurity
|
110
|
+
```
|
111
|
+
|
112
|
+
The `HighSecurity` trust profile will verify signed gems, and not allow the installation of unsigned dependencies.
|
113
|
+
|
114
|
+
If you want to up your security game full-time:
|
115
|
+
|
116
|
+
```shell
|
117
|
+
bundle config set --global trust-policy MediumSecurity
|
118
|
+
```
|
119
|
+
|
120
|
+
`MediumSecurity` instead of `HighSecurity` is necessary if not all the gems you use are signed.
|
121
|
+
|
122
|
+
NOTE: Be prepared to track down certs for signed gems and add them the same way you added mine.
|
123
|
+
|
124
|
+
## 🔧 Basic Usage
|
95
125
|
|
96
126
|
In the standard `bundle gem my_lib` code you get the following in `lib/my_lib/version.rb`:
|
97
127
|
|
@@ -250,7 +280,7 @@ MyLib::Version.to_a # => [1, 24, 3, 8]
|
|
250
280
|
MyLib::Version.to_h # => { epoch: 1, major: 24, minor: 3, patch: 8, pre: "" }
|
251
281
|
```
|
252
282
|
|
253
|
-
|
283
|
+
### Usage with Zeitwerk
|
254
284
|
|
255
285
|
The pattern of `version.rb` breaking the ruby convention of directory / path matching the namespace / class
|
256
286
|
is so entrenched that the `zeitwerk` library has a special carve-out for it. 🥺
|
@@ -420,7 +450,7 @@ It is obvious to many, but not all, and since the spec is silent, the bike shedd
|
|
420
450
|
|
421
451
|
> dropping support for a platform is both obviously and objectively a breaking change
|
422
452
|
|
423
|
-
- Jordan Harband (@ljharb) [in SemVer issue 716][📌semver-breaking]
|
453
|
+
- Jordan Harband (@ljharb, maintainer of SemVer) [in SemVer issue 716][📌semver-breaking]
|
424
454
|
|
425
455
|
To get a better understanding of how SemVer is intended to work over a project's lifetime,
|
426
456
|
read this article from the creator of SemVer:
|
@@ -487,14 +517,18 @@ or one of the others at the head of this README.
|
|
487
517
|
[💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
|
488
518
|
[💖🐘ruby-mast]: https://ruby.social/@galtzo
|
489
519
|
[💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https%3A%2F%2Fruby.social&style=flat&logo=mastodon&label=Ruby%20%40galtzo
|
490
|
-
[💖🦋bluesky]: https://galtzo.
|
491
|
-
[💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.
|
520
|
+
[💖🦋bluesky]: https://bsky.app/profile/galtzo.com
|
521
|
+
[💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.com-0285FF?style=flat&logo=bluesky&logoColor=white
|
492
522
|
[💖🌳linktree]: https://linktr.ee/galtzo
|
493
523
|
[💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=flat&logo=linktree
|
494
524
|
[💖💁🏼♂️devto]: https://dev.to/galtzo
|
495
525
|
[💖💁🏼♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=flat&logo=devdotto&logoColor=white
|
496
526
|
[💖💁🏼♂️aboutme]: https://about.me/peter.boling
|
497
527
|
[💖💁🏼♂️aboutme-img]: https://img.shields.io/badge/about.me-0A0A0A?style=flat&logo=aboutme&logoColor=white
|
528
|
+
[💖🧊berg]: https://codeberg.org/pboling
|
529
|
+
[💖🐙hub]: https://github.org/pboling
|
530
|
+
[💖🛖hut]: https://sr.ht/~galtzo/
|
531
|
+
[💖🧪lab]: https://gitlab.com/pboling
|
498
532
|
[👨🏼🏫expsup-upwork]: https://www.upwork.com/freelancers/~014942e9b056abdf86?mp_source=share
|
499
533
|
[👨🏼🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
|
500
534
|
[👨🏼🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
|
@@ -550,7 +584,7 @@ or one of the others at the head of this README.
|
|
550
584
|
[🚎10-j-wfi]: https://github.com/oauth-xx/version_gem/actions/workflows/jruby.yml/badge.svg
|
551
585
|
[🚎11-c-wf]: https://github.com/oauth-xx/version_gem/actions/workflows/current.yml
|
552
586
|
[🚎11-c-wfi]: https://github.com/oauth-xx/version_gem/actions/workflows/current.yml/badge.svg
|
553
|
-
[⛳liberapay-img]: https://img.shields.io/liberapay/
|
587
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay
|
554
588
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
555
589
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
556
590
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
@@ -603,6 +637,8 @@ or one of the others at the head of this README.
|
|
603
637
|
[📌changelog]: CHANGELOG.md
|
604
638
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
605
639
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
640
|
+
[📌gitmoji]:https://gitmoji.dev
|
641
|
+
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square
|
606
642
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
607
643
|
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.117-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
608
644
|
[🔐security]: SECURITY.md
|
@@ -615,3 +651,5 @@ or one of the others at the head of this README.
|
|
615
651
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-brightgreen.svg?style=flat
|
616
652
|
[🚎yard-current]: http://rubydoc.info/gems/version_gem
|
617
653
|
[🚎yard-head]: https://rubydoc.info/github/oauth-xx/version_gem/main
|
654
|
+
[💎stone_checksums]: https://github.com/pboling/stone_checksums
|
655
|
+
[💎SHA_checksums]: https://gitlab.com/oauth-xx/version_gem/-/tree/main/checksums
|
data/SECURITY.md
CHANGED
File without changes
|
data/lib/version_gem/basic.rb
CHANGED
File without changes
|
data/lib/version_gem/epoch.rb
CHANGED
data/lib/version_gem/error.rb
CHANGED
data/lib/version_gem/rspec.rb
CHANGED
data/lib/version_gem/ruby.rb
CHANGED
@@ -5,14 +5,17 @@ module VersionGem
|
|
5
5
|
module Ruby
|
6
6
|
RUBY_VER = ::Gem::Version.new(RUBY_VERSION)
|
7
7
|
|
8
|
+
# Check if the current Ruby version is greater than or equal to the given version
|
8
9
|
def gte_minimum_version?(version, engine = "ruby")
|
9
10
|
RUBY_VER >= ::Gem::Version.new(version) && ::RUBY_ENGINE == engine
|
10
11
|
end
|
11
12
|
module_function :gte_minimum_version?
|
12
13
|
|
14
|
+
# Check if the current Ruby version (MAJOR.MINOR) is equal to the given version
|
13
15
|
def actual_minor_version?(major, minor, engine = "ruby")
|
14
|
-
|
15
|
-
|
16
|
+
segs = RUBY_VER.segments
|
17
|
+
major.to_i == segs[0] &&
|
18
|
+
minor.to_i == segs[1] &&
|
16
19
|
::RUBY_ENGINE == engine
|
17
20
|
end
|
18
21
|
module_function :actual_minor_version?
|
data/lib/version_gem/version.rb
CHANGED
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.
|
4
|
+
version: 1.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
@@ -11,31 +11,31 @@ cert_chain:
|
|
11
11
|
-----BEGIN CERTIFICATE-----
|
12
12
|
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
13
13
|
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
14
|
-
|
14
|
+
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
15
15
|
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
/
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
16
|
+
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
|
17
|
+
uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
|
18
|
+
LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
|
19
|
+
mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
|
20
|
+
coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
|
21
|
+
FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
|
22
|
+
yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
|
23
|
+
to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
|
24
|
+
qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
|
25
|
+
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
|
26
|
+
HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
27
27
|
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
28
|
+
ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
|
29
|
+
wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
|
30
|
+
L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
|
31
|
+
GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
|
32
|
+
kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
|
33
|
+
QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
|
34
|
+
0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
|
35
|
+
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
36
|
+
L9nRqA==
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2025-
|
38
|
+
date: 2025-05-06 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: rspec
|
@@ -126,10 +126,10 @@ licenses:
|
|
126
126
|
- MIT
|
127
127
|
metadata:
|
128
128
|
homepage_uri: https://railsbling.com/tags/version_gem/
|
129
|
-
source_code_uri: https://gitlab.com/oauth-xx/version_gem/-/tree/v1.1.
|
130
|
-
changelog_uri: https://gitlab.com/oauth-xx/version_gem/-/blob/v1.1.
|
129
|
+
source_code_uri: https://gitlab.com/oauth-xx/version_gem/-/tree/v1.1.8
|
130
|
+
changelog_uri: https://gitlab.com/oauth-xx/version_gem/-/blob/v1.1.8/CHANGELOG.md
|
131
131
|
bug_tracker_uri: https://gitlab.com/oauth-xx/version_gem/-/issues
|
132
|
-
documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.
|
132
|
+
documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.8
|
133
133
|
wiki_uri: https://gitlab.com/oauth-xx/version_gem/-/wiki
|
134
134
|
mailing_list_uri: https://groups.google.com/g/oauth-ruby
|
135
135
|
funding_uri: https://liberapay.com/pboling
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
- !ruby/object:Gem::Version
|
156
156
|
version: '0'
|
157
157
|
requirements: []
|
158
|
-
rubygems_version: 3.6.
|
158
|
+
rubygems_version: 3.6.8
|
159
159
|
specification_version: 4
|
160
160
|
summary: Enhance your VERSION! Sugar for Version modules.
|
161
161
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|