Skip to content

Commit aef927d

Browse files
committed
🔖 Prepare release v1.1.9
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like version_gem (& many more) are a full-time endeavor. - [❤️] Though I adore my work, it lacks financial sustainability. - [❤️] Please, help me continue enhancing your tools by becoming a sponsor: - [💲] https://liberapay.com/pboling/donate - [💲] https://github.com/sponsors/pboling
1 parent 0df8310 commit aef927d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+124
-104
lines changed

CHANGELOG.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,26 @@ Please file a bug if you notice a violation of semantic versioning.
1818

1919
## [Unreleased]
2020
### Added
21+
### Changed
22+
### Deprecated
23+
### Removed
24+
### Fixed
25+
### Security
26+
27+
## [1.1.9] - 2025-09-02
28+
- TAG: [v1.1.9][1.1.9t]
29+
- COVERAGE: 100.00% -- 118/118 lines in 8 files
30+
- BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
31+
- 84.62% documented
32+
### Added
2133
- re-templated gem using kettle-dev v1.1.2
2234
- new binstubs for changelog, readme, commit message, & release management
2335
- new CI workflows
2436
- enhanced project documentation
2537
- More RBS types
2638
- docs site: https://version-gem.galtzo.com
27-
### Changed
28-
### Deprecated
29-
### Removed
3039
### Fixed
3140
- RBS types are more accurate
32-
### Security
3341

3442
## [1.1.8] 2025-05-06
3543
- TAG: [1.1.8][1.1.8t]
@@ -163,28 +171,30 @@ Please file a bug if you notice a violation of semantic versioning.
163171
### Added
164172
- Initial release, with basic version parsing API (@pboling)
165173

166-
[Unreleased]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.8...main
174+
[Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.9...HEAD
175+
[1.1.9]: https://github.com/ruby-oauth/version_gem/compare/v1.1.8...v1.1.9
176+
[1.1.9t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.9
167177
[1.1.8]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.7...v1.1.8
168-
[1.1.8t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.8
178+
[1.1.8t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.8
169179
[1.1.7]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.6...v1.1.7
170-
[1.1.7t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.7
180+
[1.1.7t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.7
171181
[1.1.6]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.5...v1.1.6
172-
[1.1.6t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.6
182+
[1.1.6t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.6
173183
[1.1.5]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.4...v1.1.5
174-
[1.1.5t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.5
184+
[1.1.5t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.5
175185
[1.1.4]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.3...v1.1.4
176-
[1.1.4t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.4
186+
[1.1.4t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.4
177187
[1.1.3]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.2...v1.1.3
178-
[1.1.3t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.3
188+
[1.1.3t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.3
179189
[1.1.2]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.1...v1.1.2
180-
[1.1.2t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.2
190+
[1.1.2t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.2
181191
[1.1.1]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.1.0...v1.1.1
182-
[1.1.1t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.1
192+
[1.1.1t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.1
183193
[1.1.0]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.2...v1.1.0
184-
[1.1.0t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.1.0
194+
[1.1.0t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.0
185195
[1.0.2]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.1...v1.0.2
186-
[1.0.2t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.0.2
196+
[1.0.2t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.2
187197
[1.0.1]: https://gitlab.com/ruby-oauth/version_gem/-/compare/v1.0.0...v1.0.1
188-
[1.0.1t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.0.1
189-
[1.0.0]: https://gitlab.com/ruby-oauth/version_gem/-/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
190-
[1.0.0t]: https://gitlab.com/ruby-oauth/version_gem/-/tags/v1.0.0
198+
[1.0.1t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.1
199+
[1.0.0]: https://github.com/ruby-oauth/version_gem/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
200+
[1.0.0t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.0.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
version_gem (1.1.8)
16+
version_gem (1.1.9)
1717

1818
GEM
1919
remote: https://rubygems.org/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
562562
For example:
563563

564564
```ruby
565-
spec.add_dependency("version_gem", "~> 1.0")
565+
spec.add_dependency("version_gem", "~> 1.1")
566566
```
567567

568568
<details>
@@ -591,7 +591,7 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
591591

592592
<ul>
593593
<li>
594-
Copyright (c) 2023, 2025 Peter H. Boling, of
594+
Copyright (c) 2022-2025 Peter H. Boling, of
595595
<a href="https://discord.gg/3qme4XHNKN">
596596
Galtzo.com
597597
<picture>

docs/VersionGem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2>Overview</h2><div class="docstring">
119119
</div>
120120

121121
<div id="footer">
122-
Generated on Tue Sep 2 06:30:47 2025 by
122+
Generated on Tue Sep 2 06:54:15 2025 by
123123
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124124
0.9.37 (ruby-3.4.5).
125125
</div>

docs/VersionGem/Api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ <h3 class="signature " id="to_s-instance_method">
664664
</div>
665665

666666
<div id="footer">
667-
Generated on Tue Sep 2 06:30:47 2025 by
667+
Generated on Tue Sep 2 06:54:15 2025 by
668668
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
669669
0.9.37 (ruby-3.4.5).
670670
</div>

docs/VersionGem/Basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h3 class="signature first" id="extended-class_method">
202202
</div>
203203

204204
<div id="footer">
205-
Generated on Tue Sep 2 06:30:47 2025 by
205+
Generated on Tue Sep 2 06:54:15 2025 by
206206
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
207207
0.9.37 (ruby-3.4.5).
208208
</div>

docs/VersionGem/Epoch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3 class="signature first" id="extended-class_method">
231231
</div>
232232

233233
<div id="footer">
234-
Generated on Tue Sep 2 06:30:47 2025 by
234+
Generated on Tue Sep 2 06:54:15 2025 by
235235
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
236236
0.9.37 (ruby-3.4.5).
237237
</div>

docs/VersionGem/Epoch/OverloadApiForEpoch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h3 class="signature " id="to_h-instance_method">
444444
</div>
445445

446446
<div id="footer">
447-
Generated on Tue Sep 2 06:30:47 2025 by
447+
Generated on Tue Sep 2 06:54:15 2025 by
448448
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
449449
0.9.37 (ruby-3.4.5).
450450
</div>

docs/VersionGem/Error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2>Overview</h2><div class="docstring">
124124
</div>
125125

126126
<div id="footer">
127-
Generated on Tue Sep 2 06:30:47 2025 by
127+
Generated on Tue Sep 2 06:54:15 2025 by
128128
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129129
0.9.37 (ruby-3.4.5).
130130
</div>

docs/VersionGem/Ruby.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h3 class="signature " id="gte_minimum_version?-class_method">
296296
</div>
297297

298298
<div id="footer">
299-
Generated on Tue Sep 2 06:30:47 2025 by
299+
Generated on Tue Sep 2 06:54:15 2025 by
300300
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
301301
0.9.37 (ruby-3.4.5).
302302
</div>

0 commit comments

Comments
 (0)