Skip to content

Commit 9430d35

Browse files
committed
🔖 Prepare release v1.1.11
1 parent d58b558 commit 9430d35

22 files changed

Lines changed: 93 additions & 59 deletions

CHANGELOG.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,25 @@ Please file a bug if you notice a violation of semantic versioning.
2020

2121
### Added
2222

23+
### Changed
24+
25+
### Deprecated
26+
27+
### Removed
28+
29+
### Fixed
30+
31+
### Security
32+
33+
## [1.1.11] - 2026-06-06
34+
35+
- TAG: [v1.1.11][1.1.11t]
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+
2342
- Added the generated `appraisal2` binstub.
2443

2544
### Changed
@@ -31,14 +50,6 @@ Please file a bug if you notice a violation of semantic versioning.
3150
plugin DSL and raised the generated `appraisal2` / `appraisal2-rubocop`
3251
dependency floors.
3352

34-
### Deprecated
35-
36-
### Removed
37-
38-
### Fixed
39-
40-
### Security
41-
4253
## [1.1.10] - 2026-06-02
4354

4455
- TAG: [v1.1.10][1.1.10t]
@@ -293,7 +304,9 @@ Please file a bug if you notice a violation of semantic versioning.
293304

294305
- Initial release, with basic version parsing API (@pboling)
295306

296-
[Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.10...HEAD
307+
[Unreleased]: https://github.com/ruby-oauth/version_gem/compare/v1.1.11...HEAD
308+
[1.1.11]: https://github.com/ruby-oauth/version_gem/compare/v1.1.10...v1.1.11
309+
[1.1.11t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.11
297310
[1.1.10]: https://github.com/ruby-oauth/version_gem/compare/v1.1.9...v1.1.10
298311
[1.1.10t]: https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.10
299312
[1.1.9]: https://github.com/ruby-oauth/version_gem/compare/v1.1.8...v1.1.9

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
version_gem (1.1.10)
4+
version_gem (1.1.11)
55

66
GEM
77
remote: https://gem.coop/
@@ -535,7 +535,7 @@ CHECKSUMS
535535
turbo_tests2 (3.1.1) sha256=5b4b03d626f3e5757ef3c450710c9a71f9886f3f421a719e14008ebc1d6b5aa3
536536
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
537537
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
538-
version_gem (1.1.10)
538+
version_gem (1.1.11)
539539
yaml-converter (0.2.0) sha256=0602148de1664ab701c7938a036987576c55e87fb6d4b3cb0fff19c4f7a91386
540540
yard (0.9.44) sha256=eb087e9b631ccd887b049f303d489963945452d5e2a7eb49a5a74a7cf6887f28
541541
yard-fence (0.9.2) sha256=9c74b9986777145b93cb3e1fcb842fffec365a1ff9d5dd2ddc6391fc95a68ac8

docs/VersionGem/Version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>
9898
<dt id="VERSION-constant" class="">VERSION =
9999

100100
</dt>
101-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.1.10</span><span class='tstring_end'>&quot;</span></span></pre></dd>
101+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.1.11</span><span class='tstring_end'>&quot;</span></span></pre></dd>
102102

103103
</dl>
104104

@@ -114,7 +114,7 @@ <h2>
114114
</div>
115115

116116
<div id="footer">
117-
Generated on Tue Jun 2 16:57:02 2026 by
117+
Generated on Sat Jun 6 22:04:56 2026 by
118118
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119119
0.9.44 (ruby-4.0.5).
120120
</div>

docs/file.CHANGELOG.html

Lines changed: 43 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,38 @@
7070
and <a href="https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html">yes</a>, platform and engine support are part of the <a href="https://github.com/semver/semver/issues/716#issuecomment-869336139">public API</a>.<br>
7171
Please file a bug if you notice a violation of semantic versioning.</p>
7272

73-
<h2 id="unreleased"><a href="https://github.com/ruby-oauth/version_gem/compare/v1.1.10...HEAD">Unreleased</a></h2>
73+
<h2 id="unreleased"><a href="https://github.com/ruby-oauth/version_gem/compare/v1.1.11...HEAD">Unreleased</a></h2>
7474

7575
<h3 id="added">Added</h3>
7676

77+
<h3 id="changed">Changed</h3>
78+
79+
<h3 id="deprecated">Deprecated</h3>
80+
81+
<h3 id="removed">Removed</h3>
82+
83+
<h3 id="fixed">Fixed</h3>
84+
85+
<h3 id="security">Security</h3>
86+
87+
<h2 id="1111---2026-06-06">
88+
<a href="https://github.com/ruby-oauth/version_gem/compare/v1.1.10...v1.1.11">1.1.11</a> - 2026-06-06</h2>
89+
90+
<ul>
91+
<li>TAG: <a href="https://github.com/ruby-oauth/version_gem/releases/tag/v1.1.11">v1.1.11</a>
92+
</li>
93+
<li>COVERAGE: 100.00% – 58/58 lines in 2 files</li>
94+
<li>BRANCH COVERAGE: 0.00% – 0/0 branches in 2 files</li>
95+
<li>85.19% documented</li>
96+
</ul>
97+
98+
<h3 id="added-1">Added</h3>
99+
77100
<ul>
78101
<li>Added the generated <code>appraisal2</code> binstub.</li>
79102
</ul>
80103

81-
<h3 id="changed">Changed</h3>
104+
<h3 id="changed-1">Changed</h3>
82105

83106
<ul>
84107
<li>Refreshed generated CI workflows, README support badges, gemspec development<br>
@@ -89,14 +112,6 @@ <h3 id="changed">Changed</h3>
89112
dependency floors.</li>
90113
</ul>
91114

92-
<h3 id="deprecated">Deprecated</h3>
93-
94-
<h3 id="removed">Removed</h3>
95-
96-
<h3 id="fixed">Fixed</h3>
97-
98-
<h3 id="security">Security</h3>
99-
100115
<h2 id="1110---2026-06-02">
101116
<a href="https://github.com/ruby-oauth/version_gem/compare/v1.1.9...v1.1.10">1.1.10</a> - 2026-06-02</h2>
102117

@@ -108,7 +123,7 @@ <h2 id="1110---2026-06-02">
108123
<li>85.19% documented</li>
109124
</ul>
110125

111-
<h3 id="added-1">Added</h3>
126+
<h3 id="added-2">Added</h3>
112127

113128
<ul>
114129
<li>StructuredMerge-managed template configuration under <code>.structuredmerge/</code>,<br>
@@ -117,7 +132,7 @@ <h3 id="added-1">Added</h3>
117132
<code>rubocop-gradual</code> baseline tracking for style checks.</li>
118133
</ul>
119134

120-
<h3 id="changed-1">Changed</h3>
135+
<h3 id="changed-2">Changed</h3>
121136

122137
<ul>
123138
<li>Re-templated the project with the current kettle-jem / StructuredMerge<br>
@@ -172,7 +187,7 @@ <h2 id="119---2025-09-02">
172187
<li>84.62% documented</li>
173188
</ul>
174189

175-
<h3 id="added-2">Added</h3>
190+
<h3 id="added-3">Added</h3>
176191

177192
<ul>
178193
<li>re-templated gem using kettle-dev v1.1.2
@@ -203,7 +218,7 @@ <h2 id="118-2025-05-06">
203218
<li>84.62% documented</li>
204219
</ul>
205220

206-
<h3 id="added-3">Added</h3>
221+
<h3 id="added-4">Added</h3>
207222

208223
<ul>
209224
<li>CITATION.cff (@pboling)</li>
@@ -228,7 +243,7 @@ <h2 id="117-2025-04-15">
228243
<li>76.92% documented</li>
229244
</ul>
230245

231-
<h3 id="added-4">Added</h3>
246+
<h3 id="added-5">Added</h3>
232247

233248
<ul>
234249
<li>Support for Epoch Semantic Versioning (@pboling)
@@ -262,7 +277,7 @@ <h2 id="116-2025-02-24">
262277
<li>77.78% documented</li>
263278
</ul>
264279

265-
<h3 id="added-5">Added</h3>
280+
<h3 id="added-6">Added</h3>
266281

267282
<ul>
268283
<li>Support for JRuby 9.1, 9.2, 9.3, 9.4, and head (@pboling)</li>
@@ -277,7 +292,7 @@ <h3 id="added-5">Added</h3>
277292
<li>Switch to stone_checksums for checksum generation (@pboling)</li>
278293
</ul>
279294

280-
<h3 id="changed-2">Changed</h3>
295+
<h3 id="changed-3">Changed</h3>
281296

282297
<ul>
283298
<li>Code of Conduct updated - Contributor Covenant v2.0 =&gt; v2.1 (@pboling)</li>
@@ -294,7 +309,7 @@ <h2 id="115-2025-02-22">
294309
<li>77.78% documented</li>
295310
</ul>
296311

297-
<h3 id="added-6">Added</h3>
312+
<h3 id="added-7">Added</h3>
298313

299314
<ul>
300315
<li>Document approach to get code coverage on your gem’s version.rb file (@pboling)</li>
@@ -324,7 +339,7 @@ <h2 id="114-2024-03-21">
324339
</li>
325340
</ul>
326341

327-
<h3 id="added-7">Added</h3>
342+
<h3 id="added-8">Added</h3>
328343

329344
<ul>
330345
<li>Ruby 3.3 to CI (@pboling)</li>
@@ -344,7 +359,7 @@ <h2 id="113-2023-06-05">
344359
</li>
345360
</ul>
346361

347-
<h3 id="added-8">Added</h3>
362+
<h3 id="added-9">Added</h3>
348363

349364
<ul>
350365
<li>More test coverage (now 100% 🎉) (@pboling)</li>
@@ -388,7 +403,7 @@ <h2 id="112---2023-03-17">
388403
</li>
389404
</ul>
390405

391-
<h3 id="added-9">Added</h3>
406+
<h3 id="added-10">Added</h3>
392407

393408
<ul>
394409
<li>
@@ -409,7 +424,7 @@ <h2 id="111---2022-09-19">
409424
</li>
410425
</ul>
411426

412-
<h3 id="added-10">Added</h3>
427+
<h3 id="added-11">Added</h3>
413428

414429
<ul>
415430
<li>Alternatives section to README.md (@pboling)</li>
@@ -418,7 +433,7 @@ <h3 id="added-10">Added</h3>
418433
<li>Checksums for released gems (@pboling)</li>
419434
</ul>
420435

421-
<h3 id="changed-3">Changed</h3>
436+
<h3 id="changed-4">Changed</h3>
422437

423438
<ul>
424439
<li>SECURITY.md policy (@pboling)</li>
@@ -444,7 +459,7 @@ <h2 id="110---2022-06-24">
444459
</li>
445460
</ul>
446461

447-
<h3 id="added-11">Added</h3>
462+
<h3 id="added-12">Added</h3>
448463

449464
<ul>
450465
<li>RSpec Matchers and Shared Example (@pboling)</li>
@@ -465,7 +480,7 @@ <h2 id="102---2022-06-23">
465480
</li>
466481
</ul>
467482

468-
<h3 id="added-12">Added</h3>
483+
<h3 id="added-13">Added</h3>
469484

470485
<ul>
471486
<li>Delay loading of library code until after code coverage tool is loaded (@pboling)</li>
@@ -479,7 +494,7 @@ <h2 id="101---2022-06-23">
479494
</li>
480495
</ul>
481496

482-
<h3 id="added-13">Added</h3>
497+
<h3 id="added-14">Added</h3>
483498

484499
<ul>
485500
<li>CI Build improvements (@pboling)</li>
@@ -496,7 +511,7 @@ <h2 id="100---2022-06-21">
496511
</li>
497512
</ul>
498513

499-
<h3 id="added-14">Added</h3>
514+
<h3 id="added-15">Added</h3>
500515

501516
<ul>
502517
<li>Initial release, with basic version parsing API (@pboling)</li>
@@ -505,7 +520,7 @@ <h3 id="added-14">Added</h3>
505520
</div></div>
506521

507522
<div id="footer">
508-
Generated on Sat Jun 6 22:01:59 2026 by
523+
Generated on Sat Jun 6 22:04:55 2026 by
509524
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
510525
0.9.44 (ruby-4.0.5).
511526
</div>

gemfiles/audit.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/coverage.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/coverage.gemfile")
88

gemfiles/current.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/dep_heads.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/runtime_heads.gemfile")

gemfiles/head.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/ruby_2_4.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs/r2.4/libs.gemfile")

0 commit comments

Comments
 (0)