Skip to content

Commit 0cbbd71

Browse files
committed
🔖 Prepare release v1.0.12
1 parent 8d90278 commit 0cbbd71

7 files changed

Lines changed: 170 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Please file a bug if you notice a violation of semantic versioning.
3030

3131
### Security
3232

33+
## [1.0.12] - 2026-06-18
34+
35+
- TAG: [v1.0.12][1.0.12t]
36+
- COVERAGE: 100.00% -- 311/311 lines in 11 files
37+
- BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
38+
- 15.79% documented
39+
3340
## [1.0.11] - 2026-06-18
3441

3542
- TAG: [v1.0.11][1.0.11t]
@@ -213,7 +220,9 @@ Please file a bug if you notice a violation of semantic versioning.
213220

214221
- Initial release (@pboling)
215222

216-
[Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.11...HEAD
223+
[Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.12...HEAD
224+
[1.0.12]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.11...v1.0.12
225+
[1.0.12t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.12
217226
[1.0.11]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.10...v1.0.11
218227
[1.0.11t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.11
219228
[1.0.10]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.9...v1.0.10

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-
oauth-tty (1.0.11)
4+
oauth-tty (1.0.12)
55
anonymous_loader (~> 0.1, >= 0.1.1)
66
auth-sanitizer (~> 0.2, >= 0.2.2)
77
version_gem (~> 1.1, >= 1.1.12)
@@ -570,7 +570,7 @@ CHECKSUMS
570570
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
571571
nomono (1.0.4) sha256=1ad249afd491e46f0f32264f824d45c26d9030f8977ca13f258651c7e015bcc9
572572
oauth (1.1.7) sha256=a8cd8a96b8b90d738714da628b5f4a36565e278d1d28d82def3b3664bd71f069
573-
oauth-tty (1.0.11)
573+
oauth-tty (1.0.12)
574574
openssl (4.0.2) sha256=1037ad2868ae58df9ad917891c0c0f9815a1172f6846d4bcdd508e4c2ee747c2
575575
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
576576
parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970

docs/OAuth/TTY/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.0.11</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.0.12</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 Thu Jun 18 13:08:35 2026 by
117+
Generated on Thu Jun 18 20:52:30 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: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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/oauth-tty/compare/v1.0.11...HEAD">Unreleased</a></h2>
73+
<h2 id="unreleased"><a href="https://github.com/ruby-oauth/oauth-tty/compare/v1.0.12...HEAD">Unreleased</a></h2>
7474

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

@@ -84,6 +84,17 @@ <h3 id="fixed">Fixed</h3>
8484

8585
<h3 id="security">Security</h3>
8686

87+
<h2 id="1012---2026-06-18">
88+
<a href="https://github.com/ruby-oauth/oauth-tty/compare/v1.0.11...v1.0.12">1.0.12</a> - 2026-06-18</h2>
89+
90+
<ul>
91+
<li>TAG: <a href="https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.12">v1.0.12</a>
92+
</li>
93+
<li>COVERAGE: 100.00% – 311/311 lines in 11 files</li>
94+
<li>BRANCH COVERAGE: 96.55% – 28/29 branches in 11 files</li>
95+
<li>15.79% documented</li>
96+
</ul>
97+
8798
<h2 id="1011---2026-06-18">
8899
<a href="https://github.com/ruby-oauth/oauth-tty/compare/v1.0.10...v1.0.11">1.0.11</a> - 2026-06-18</h2>
89100

@@ -368,7 +379,7 @@ <h3 id="added-5">Added</h3>
368379
</div></div>
369380

370381
<div id="footer">
371-
Generated on Thu Jun 18 13:08:35 2026 by
382+
Generated on Thu Jun 18 20:52:30 2026 by
372383
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
373384
0.9.44 (ruby-4.0.5).
374385
</div>

docs/file.README.html

Lines changed: 71 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ <h1 id="️-oauthtty">🖥️ OAuth::TTY</h1>
7474
<p><a href="https://opencollective.com/ruby-oauth#backer"><img src="https://opencollective.com/ruby-oauth/backers/badge.svg?style=flat" alt="OpenCollective Backers"></a> <a href="https://opencollective.com/ruby-oauth#sponsor"><img src="https://opencollective.com/ruby-oauth/sponsors/badge.svg?style=flat" alt="OpenCollective Sponsors"></a> <a href="https://github.com/sponsors/pboling"><img src="https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&amp;logo=github" alt="Sponsor Me on Github"></a> <a href="https://liberapay.com/pboling/donate"><img src="https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&amp;color=a51611&amp;style=flat" alt="Liberapay Goal Progress"></a> <a href="https://www.paypal.com/paypalme/peterboling"><img src="https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&amp;logo=paypal" alt="Donate on PayPal"></a> <a href="https://www.buymeacoffee.com/pboling"><img src="https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat" alt="Buy me a coffee"></a> <a href="https://polar.sh/pboling"><img src="https://img.shields.io/badge/polar-donate-a51611.svg?style=flat" alt="Donate on Polar"></a> <a href="https://ko-fi.com/pboling"><img src="https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat" alt="Donate at ko-fi.com"></a></p>
7575

7676
<details>
77-
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
77+
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
7878

79-
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
79+
<p>I’ve summarized my thoughts in <a href="https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo">this blog post</a>.</p>
8080

8181
</details>
8282

@@ -194,20 +194,73 @@ <h3 id="compatibility">Compatibility</h3>
194194
may be higher than the gem’s runtime compatibility floor when legacy Rubies are<br>
195195
not practical for the current toolchain.</p>
196196

197-
<p>| 🚚 <em>Amazing</em> test matrix was brought to you by | The Kettle dev/test stack |<br>
198-
|————————————————|—————————|</p>
197+
<p><a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"></a></p>
198+
199+
<p>The <em>amazing</em> test matrix is powered by the kettle-dev stack.</p>
199200

200201
<details>
201-
<summary>How We Manage Complexity In Tests</summary>
202+
<summary>How kettle-dev manages complexity in tests</summary>
202203

203-
| Gem | Source | Role | Daily download rank |
204-
|-----|--------|------|---------------------|
205-
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
206-
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
207-
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
208-
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
209-
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
210-
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
204+
<table>
205+
<thead>
206+
<tr>
207+
<th>Gem</th>
208+
<th>Source</th>
209+
<th>Role</th>
210+
<th>Daily download rank</th>
211+
</tr>
212+
</thead>
213+
<tbody>
214+
<tr>
215+
<td><a href="https://bestgems.org/gems/appraisal2">appraisal2</a></td>
216+
<td><a href="https://github.com/appraisal-rb/appraisal2">GitHub</a></td>
217+
<td>multi-dependency Appraisal matrix generation</td>
218+
<td><a href="https://bestgems.org/gems/appraisal2"><img src="https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square" alt="Daily download rank for appraisal2"></a></td>
219+
</tr>
220+
<tr>
221+
<td><a href="https://bestgems.org/gems/appraisal2-rubocop">appraisal2-rubocop</a></td>
222+
<td><a href="https://github.com/appraisal-rb/appraisal2-rubocop">GitHub</a></td>
223+
<td>RuboCop Appraisal generator integration</td>
224+
<td><a href="https://bestgems.org/gems/appraisal2-rubocop"><img src="https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square" alt="Daily download rank for appraisal2-rubocop"></a></td>
225+
</tr>
226+
<tr>
227+
<td><a href="https://bestgems.org/gems/kettle-dev">kettle-dev</a></td>
228+
<td><a href="https://github.com/kettle-dev/kettle-dev">GitHub</a></td>
229+
<td>development, release, and CI workflow tooling</td>
230+
<td><a href="https://bestgems.org/gems/kettle-dev"><img src="https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square" alt="Daily download rank for kettle-dev"></a></td>
231+
</tr>
232+
<tr>
233+
<td><a href="https://bestgems.org/gems/kettle-jem">kettle-jem</a></td>
234+
<td><a href="https://github.com/kettle-dev/kettle-jem">GitHub</a></td>
235+
<td>Appraisals &amp; CI workflow templates</td>
236+
<td><a href="https://bestgems.org/gems/kettle-jem"><img src="https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square" alt="Daily download rank for kettle-jem"></a></td>
237+
</tr>
238+
<tr>
239+
<td><a href="https://bestgems.org/gems/kettle-soup-cover">kettle-soup-cover</a></td>
240+
<td><a href="https://github.com/kettle-dev/kettle-soup-cover">GitHub</a></td>
241+
<td>SimpleCov coverage policy and reporting</td>
242+
<td><a href="https://bestgems.org/gems/kettle-soup-cover"><img src="https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square" alt="Daily download rank for kettle-soup-cover"></a></td>
243+
</tr>
244+
<tr>
245+
<td><a href="https://bestgems.org/gems/kettle-test">kettle-test</a></td>
246+
<td><a href="https://github.com/kettle-dev/kettle-test">GitHub</a></td>
247+
<td>standard test runner and coverage harness</td>
248+
<td><a href="https://bestgems.org/gems/kettle-test"><img src="https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square" alt="Daily download rank for kettle-test"></a></td>
249+
</tr>
250+
<tr>
251+
<td><a href="https://bestgems.org/gems/rubocop-lts">rubocop-lts</a></td>
252+
<td><a href="https://github.com/rubocop-lts/rubocop-lts">GitHub</a></td>
253+
<td>Ruby-version-aware linting</td>
254+
<td><a href="https://bestgems.org/gems/rubocop-lts"><img src="https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square" alt="Daily download rank for rubocop-lts"></a></td>
255+
</tr>
256+
<tr>
257+
<td><a href="https://bestgems.org/gems/turbo_tests2">turbo_tests2</a></td>
258+
<td><a href="https://github.com/galtzo-floss/turbo_tests2">GitHub</a></td>
259+
<td>parallel test execution</td>
260+
<td><a href="https://bestgems.org/gems/turbo_tests2"><img src="https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square" alt="Daily download rank for turbo_tests2"></a></td>
261+
</tr>
262+
</tbody>
263+
</table>
211264

212265
</details>
213266

@@ -599,15 +652,15 @@ <h2 id="-contributors">🌈 Contributors</h2>
599652
<p>Also see GitLab Contributors: <a href="https://gitlab.com/ruby-oauth/oauth-tty/-/graphs/main">https://gitlab.com/ruby-oauth/oauth-tty/-/graphs/main</a></p>
600653

601654
<details>
602-
<summary>⭐️ Star History</summary>
655+
<summary>⭐️ Star History</summary>
603656

604-
<a href="https://star-history.com/ruby-oauth/oauth-tty&amp;Date">
605-
<picture>
657+
<p><a href="https://star-history.com/ruby-oauth/oauth-tty&amp;Date"></a></p>
658+
<picture>
606659
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ruby-oauth/oauth-tty&amp;type=Date&amp;theme=dark"></source>
607660
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ruby-oauth/oauth-tty&amp;type=Date"></source>
608661
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ruby-oauth/oauth-tty&amp;type=Date">
609662
</picture>
610-
</a>
663+
<p>&lt;/a&gt;</p>
611664

612665
</details>
613666

@@ -694,7 +747,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
694747
</div></div>
695748

696749
<div id="footer">
697-
Generated on Thu Jun 18 13:08:35 2026 by
750+
Generated on Thu Jun 18 20:52:30 2026 by
698751
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
699752
0.9.44 (ruby-4.0.5).
700753
</div>

0 commit comments

Comments
 (0)