version_gem 1.1.11 → 1.1.12
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 +20 -1
- data/README.md +2 -2
- data/lib/version_gem/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +17 -18
- 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: 036c36e35a1bba8fb12b5a2e8ad2fb960070487462f56a906e07abc1f269a8f0
|
|
4
|
+
data.tar.gz: 49e719e30a2e23747b5ca0f262926da0f3dbac329cdb9bf441c063fbca985565
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 100e2c8fd944bdbcbb4630b1a6cdf1f18c1e84812a7660d0d96b919b9f0a82f4fa7ece31fa44980c2c4e73622be5d7efc7f8af2bc455af90135d8c6bfad0b5bf
|
|
7
|
+
data.tar.gz: d7f870ceea407bf03a615ba0fe27deedcf4db724bd7a0f4380a6d8d4dbfacbc28462a28820cf339b7f8986d2a09ea86318ce0624a33b8928c5983ee5ecd8cd5e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.1.12] - 2026-06-14
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.1.12][1.1.12t]
|
|
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
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Retemplated repository metadata, workflows, modular gemfiles, and documentation
|
|
43
|
+
scaffolding with the current `kettle-jem` template.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
48
|
+
- Corrected misspelled contact metadata to use `galtzo.com`.
|
|
49
|
+
|
|
33
50
|
## [1.1.11] - 2026-06-06
|
|
34
51
|
|
|
35
52
|
- TAG: [v1.1.11][1.1.11t]
|
|
@@ -304,7 +321,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
304
321
|
|
|
305
322
|
- Initial release, with basic version parsing API (@pboling)
|
|
306
323
|
|
|
307
|
-
[Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.
|
|
324
|
+
[Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.12...HEAD
|
|
325
|
+
[1.1.12]: https://github.com/ruby-oauth/version_gem/compare/v1.1.11...v1.1.12
|
|
326
|
+
[1.1.12t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.12
|
|
308
327
|
[1.1.11]: https://github.com/ruby-oauth/version_gem/compare/v1.1.10...v1.1.11
|
|
309
328
|
[1.1.11t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.11
|
|
310
329
|
[1.1.10]: https://github.com/ruby-oauth/version_gem/compare/v1.1.9...v1.1.10
|
data/README.md
CHANGED
|
@@ -776,7 +776,7 @@ Thanks for RTFM. ☺️
|
|
|
776
776
|
[📄license-ref]: MIT.md
|
|
777
777
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
778
778
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
779
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A
|
|
779
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
780
780
|
|
|
781
781
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
782
782
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
@@ -796,7 +796,7 @@ Thanks for RTFM. ☺️
|
|
|
796
796
|
| Package | version_gem |
|
|
797
797
|
| Description | 🍲 Versions are good. Versions are cool. Versions will win. |
|
|
798
798
|
| Homepage | https://github.com/ruby-oauth/version_gem |
|
|
799
|
-
| Source | https://github.com/ruby-oauth/version_gem/tree/v1.1.
|
|
799
|
+
| Source | https://github.com/ruby-oauth/version_gem/tree/v1.1.11 |
|
|
800
800
|
| License | `MIT` |
|
|
801
801
|
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/ruby-oauth, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/version_gem, https://www.buymeacoffee.com/pboling |
|
|
802
802
|
<!-- kettle-jem:metadata:end -->
|
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.12
|
|
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.
|
|
47
|
+
version: '2.2'
|
|
48
48
|
- - ">="
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: 2.
|
|
50
|
+
version: 2.2.9
|
|
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.
|
|
57
|
+
version: '2.2'
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 2.
|
|
60
|
+
version: 2.2.9
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: bundler-audit
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -115,7 +115,7 @@ dependencies:
|
|
|
115
115
|
version: '3.1'
|
|
116
116
|
- - ">="
|
|
117
117
|
- !ruby/object:Gem::Version
|
|
118
|
-
version: 3.1.
|
|
118
|
+
version: 3.1.2
|
|
119
119
|
type: :development
|
|
120
120
|
prerelease: false
|
|
121
121
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -125,7 +125,7 @@ dependencies:
|
|
|
125
125
|
version: '3.1'
|
|
126
126
|
- - ">="
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
|
-
version: 3.1.
|
|
128
|
+
version: 3.1.2
|
|
129
129
|
- !ruby/object:Gem::Dependency
|
|
130
130
|
name: kettle-test
|
|
131
131
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -135,7 +135,7 @@ dependencies:
|
|
|
135
135
|
version: '2.0'
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 2.0.
|
|
138
|
+
version: 2.0.5
|
|
139
139
|
type: :development
|
|
140
140
|
prerelease: false
|
|
141
141
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -145,7 +145,7 @@ dependencies:
|
|
|
145
145
|
version: '2.0'
|
|
146
146
|
- - ">="
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
|
-
version: 2.0.
|
|
148
|
+
version: 2.0.5
|
|
149
149
|
- !ruby/object:Gem::Dependency
|
|
150
150
|
name: turbo_tests2
|
|
151
151
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -155,7 +155,7 @@ dependencies:
|
|
|
155
155
|
version: '3.1'
|
|
156
156
|
- - ">="
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: 3.1.
|
|
158
|
+
version: 3.1.3
|
|
159
159
|
type: :development
|
|
160
160
|
prerelease: false
|
|
161
161
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -165,7 +165,7 @@ dependencies:
|
|
|
165
165
|
version: '3.1'
|
|
166
166
|
- - ">="
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
|
-
version: 3.1.
|
|
168
|
+
version: 3.1.3
|
|
169
169
|
- !ruby/object:Gem::Dependency
|
|
170
170
|
name: ruby-progressbar
|
|
171
171
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -209,7 +209,7 @@ dependencies:
|
|
|
209
209
|
version: '2.0'
|
|
210
210
|
- - ">="
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: 2.0.
|
|
212
|
+
version: 2.0.2
|
|
213
213
|
type: :development
|
|
214
214
|
prerelease: false
|
|
215
215
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -219,11 +219,10 @@ dependencies:
|
|
|
219
219
|
version: '2.0'
|
|
220
220
|
- - ">="
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 2.0.
|
|
222
|
+
version: 2.0.2
|
|
223
223
|
description: "\U0001F372 Versions are good. Versions are cool. Versions will win."
|
|
224
224
|
email:
|
|
225
225
|
- floss@galtzo.com
|
|
226
|
-
- oauth-ruby@googlegroups.com
|
|
227
226
|
executables: []
|
|
228
227
|
extensions: []
|
|
229
228
|
extra_rdoc_files:
|
|
@@ -272,11 +271,11 @@ homepage: https://github.com/ruby-oauth/version_gem
|
|
|
272
271
|
licenses:
|
|
273
272
|
- MIT
|
|
274
273
|
metadata:
|
|
275
|
-
homepage_uri: https://
|
|
276
|
-
source_code_uri: https://github.com/ruby-oauth/version_gem/tree/v1.1.
|
|
277
|
-
changelog_uri: https://github.com/ruby-oauth/version_gem/blob/v1.1.
|
|
274
|
+
homepage_uri: https://structuredmerge.org
|
|
275
|
+
source_code_uri: https://github.com/ruby-oauth/version_gem/tree/v1.1.12
|
|
276
|
+
changelog_uri: https://github.com/ruby-oauth/version_gem/blob/v1.1.12/CHANGELOG.md
|
|
278
277
|
bug_tracker_uri: https://github.com/ruby-oauth/version_gem/issues
|
|
279
|
-
documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.
|
|
278
|
+
documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.12
|
|
280
279
|
funding_uri: https://github.com/sponsors/pboling
|
|
281
280
|
wiki_uri: https://github.com/ruby-oauth/version_gem/wiki
|
|
282
281
|
news_uri: https://www.railsbling.com/tags/version_gem
|
metadata.gz.sig
CHANGED
|
Binary file
|