Skip to content

Commit 7c52ba3

Browse files
committed
🔖 Prepare release v1.1.8
1 parent 0b7a8dc commit 7c52ba3

6 files changed

Lines changed: 150 additions & 52 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ Please file a bug if you notice a violation of semantic versioning.
6666
- Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.1`, so OAuth
6767
consumers get hash and nested-attribute inspect redaction fixes plus
6868
downstream RBS duplicate-declaration fixes.
69-
70-
- Raised the `oauth-tty` runtime dependency floor to `>= 1.0.9`.
71-
72-
- Raised the `oauth-tty` runtime dependency floor to `>= 1.0.10`, removing
69+
- Raised the `oauth-tty` runtime dependency floor to `>= 1.0.12`, removing
7370
the transitive external `cgi` runtime dependency for Ruby 2.4 consumers.
7471

7572
### Fixed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH
55
anonymous_loader (~> 0.1, >= 0.1.1)
66
auth-sanitizer (~> 0.2, >= 0.2.2)
77
base64 (~> 0.1)
8-
oauth-tty (~> 1.0, >= 1.0.11)
8+
oauth-tty (~> 1.0, >= 1.0.12)
99
snaky_hash (~> 2.0, >= 2.0.5)
1010
version_gem (~> 1.1, >= 1.1.12)
1111

@@ -151,7 +151,7 @@ GEM
151151
racc (~> 1.4)
152152
nomono (1.0.4)
153153
version_gem (~> 1.1, >= 1.1.11)
154-
oauth-tty (1.0.11)
154+
oauth-tty (1.0.12)
155155
anonymous_loader (~> 0.1, >= 0.1.1)
156156
auth-sanitizer (~> 0.2, >= 0.2.2)
157157
version_gem (~> 1.1, >= 1.1.12)

docs/file.CHANGELOG.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,10 @@ <h3 id="changed-2">Changed</h3>
130130
<li>Retemplated repository metadata, workflows, modular gemfiles, documentation<br>
131131
scaffolding, <code>version_gem</code> &gt;= 1.1.12, and templating-isolated local workspace<br>
132132
Gemfile wiring with the current <code>kettle-jem</code> template.</li>
133-
<li>
134-
<p>Raised the <code>auth-sanitizer</code> runtime dependency floor to <code>&gt;= 0.2.1</code>, so OAuth<br>
133+
<li>Raised the <code>auth-sanitizer</code> runtime dependency floor to <code>&gt;= 0.2.1</code>, so OAuth<br>
135134
consumers get hash and nested-attribute inspect redaction fixes plus<br>
136-
downstream RBS duplicate-declaration fixes.</p>
137-
</li>
138-
<li>
139-
<p>Raised the <code>oauth-tty</code> runtime dependency floor to <code>&gt;= 1.0.9</code>.</p>
140-
</li>
141-
<li>Raised the <code>oauth-tty</code> runtime dependency floor to <code>&gt;= 1.0.10</code>, removing<br>
135+
downstream RBS duplicate-declaration fixes.</li>
136+
<li>Raised the <code>oauth-tty</code> runtime dependency floor to <code>&gt;= 1.0.12</code>, removing<br>
142137
the transitive external <code>cgi</code> runtime dependency for Ruby 2.4 consumers.</li>
143138
</ul>
144139

@@ -1322,7 +1317,7 @@ <h3 id="added-30">Added</h3>
13221317
</div></div>
13231318

13241319
<div id="footer">
1325-
Generated on Thu Jun 18 18:36:23 2026 by
1320+
Generated on Thu Jun 18 21:15:13 2026 by
13261321
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
13271322
0.9.44 (ruby-4.0.5).
13281323
</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="-oauth">🔮 OAuth</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

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

239-
<p>| 🚚 <em>Amazing</em> test matrix was brought to you by | The Kettle dev/test stack |<br>
240-
|————————————————|—————————|</p>
239+
<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>
240+
241+
<p>The <em>amazing</em> test matrix is powered by the kettle-dev stack.</p>
241242

242243
<details>
243-
<summary>How We Manage Complexity In Tests</summary>
244+
<summary>How kettle-dev manages complexity in tests</summary>
244245

245-
| Gem | Source | Role | Daily download rank |
246-
|-----|--------|------|---------------------|
247-
| [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) |
248-
| [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) |
249-
| [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) |
250-
| [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) |
251-
| [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) |
252-
| [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) |
246+
<table>
247+
<thead>
248+
<tr>
249+
<th>Gem</th>
250+
<th>Source</th>
251+
<th>Role</th>
252+
<th>Daily download rank</th>
253+
</tr>
254+
</thead>
255+
<tbody>
256+
<tr>
257+
<td><a href="https://bestgems.org/gems/appraisal2">appraisal2</a></td>
258+
<td><a href="https://github.com/appraisal-rb/appraisal2">GitHub</a></td>
259+
<td>multi-dependency Appraisal matrix generation</td>
260+
<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>
261+
</tr>
262+
<tr>
263+
<td><a href="https://bestgems.org/gems/appraisal2-rubocop">appraisal2-rubocop</a></td>
264+
<td><a href="https://github.com/appraisal-rb/appraisal2-rubocop">GitHub</a></td>
265+
<td>RuboCop Appraisal generator integration</td>
266+
<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>
267+
</tr>
268+
<tr>
269+
<td><a href="https://bestgems.org/gems/kettle-dev">kettle-dev</a></td>
270+
<td><a href="https://github.com/kettle-dev/kettle-dev">GitHub</a></td>
271+
<td>development, release, and CI workflow tooling</td>
272+
<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>
273+
</tr>
274+
<tr>
275+
<td><a href="https://bestgems.org/gems/kettle-jem">kettle-jem</a></td>
276+
<td><a href="https://github.com/kettle-dev/kettle-jem">GitHub</a></td>
277+
<td>Appraisals &amp; CI workflow templates</td>
278+
<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>
279+
</tr>
280+
<tr>
281+
<td><a href="https://bestgems.org/gems/kettle-soup-cover">kettle-soup-cover</a></td>
282+
<td><a href="https://github.com/kettle-dev/kettle-soup-cover">GitHub</a></td>
283+
<td>SimpleCov coverage policy and reporting</td>
284+
<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>
285+
</tr>
286+
<tr>
287+
<td><a href="https://bestgems.org/gems/kettle-test">kettle-test</a></td>
288+
<td><a href="https://github.com/kettle-dev/kettle-test">GitHub</a></td>
289+
<td>standard test runner and coverage harness</td>
290+
<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>
291+
</tr>
292+
<tr>
293+
<td><a href="https://bestgems.org/gems/rubocop-lts">rubocop-lts</a></td>
294+
<td><a href="https://github.com/rubocop-lts/rubocop-lts">GitHub</a></td>
295+
<td>Ruby-version-aware linting</td>
296+
<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>
297+
</tr>
298+
<tr>
299+
<td><a href="https://bestgems.org/gems/turbo_tests2">turbo_tests2</a></td>
300+
<td><a href="https://github.com/galtzo-floss/turbo_tests2">GitHub</a></td>
301+
<td>parallel test execution</td>
302+
<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>
303+
</tr>
304+
</tbody>
305+
</table>
253306

254307
</details>
255308

@@ -589,15 +642,15 @@ <h2 id="-contributors">🌈 Contributors</h2>
589642
<p>Also see GitLab Contributors: <a href="https://gitlab.com/ruby-oauth/oauth/-/graphs/main">https://gitlab.com/ruby-oauth/oauth/-/graphs/main</a></p>
590643

591644
<details>
592-
<summary>⭐️ Star History</summary>
645+
<summary>⭐️ Star History</summary>
593646

594-
<a href="https://star-history.com/ruby-oauth/oauth&amp;Date">
595-
<picture>
647+
<p><a href="https://star-history.com/ruby-oauth/oauth&amp;Date"></a></p>
648+
<picture>
596649
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ruby-oauth/oauth&amp;type=Date&amp;theme=dark"></source>
597650
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ruby-oauth/oauth&amp;type=Date"></source>
598651
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ruby-oauth/oauth&amp;type=Date">
599652
</picture>
600-
</a>
653+
<p>&lt;/a&gt;</p>
601654

602655
</details>
603656

@@ -743,7 +796,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
743796
</div></div>
744797

745798
<div id="footer">
746-
Generated on Thu Jun 18 17:52:14 2026 by
799+
Generated on Thu Jun 18 21:15:13 2026 by
747800
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
748801
0.9.44 (ruby-4.0.5).
749802
</div>

0 commit comments

Comments
 (0)