Skip to content

Commit 8b278e3

Browse files
committed
🔖 Prepare release v2.0.21
1 parent 9e13d13 commit 8b278e3

6 files changed

Lines changed: 24 additions & 18 deletions

File tree

CHANGELOG.md

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

2323
### Changed
2424

25-
- Refreshed generated README support badges so Ruby 2.3 is listed as
26-
supported but untested.
27-
- Refreshed generated project metadata from the current kettle-jem template.
28-
2925
### Deprecated
3026

3127
### Removed
@@ -34,7 +30,7 @@ Please file a bug if you notice a violation of semantic versioning.
3430

3531
### Security
3632

37-
## [2.0.21] - 2026-06-05
33+
## [2.0.21] - 2026-06-06
3834

3935
- TAG: [v2.0.21][2.0.21t]
4036
- COVERAGE: 100.00% -- 525/525 lines in 15 files
@@ -52,6 +48,10 @@ Please file a bug if you notice a violation of semantic versioning.
5248
generated README badges and compatibility tables.
5349
- Removed the post-install message from the gemspec to keep installs quieter.
5450

51+
- Refreshed generated README support badges so Ruby 2.3 is listed as
52+
supported but untested.
53+
- Refreshed generated project metadata from the current kettle-jem template.
54+
5555
### Removed
5656

5757
- Dropped the obsolete Ruby 2.3 Caboose workflow and its Hashie appraisal

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ if Dir.exist?(File.join(__dir__, "gems")) && Dir.exist?(File.join(__dir__, "work
7878
end
7979

8080
def family_gem_dirs
81-
Dir.glob(File.join(__dir__, "gems", "*", "*.gemspec"))
82-
.map { |path| File.dirname(path) }
83-
.uniq
84-
.sort_by { |path| File.basename(path) }
81+
Dir.glob(File.join(__dir__, "gems", "*", "*.gemspec")).
82+
map { |path| File.dirname(path) }.
83+
uniq.
84+
sort_by { |path| File.basename(path) }
8585
end
8686

8787
namespace :family do

docs/file.CHANGELOG.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ <h3 id="added">Added</h3>
7676

7777
<h3 id="changed">Changed</h3>
7878

79+
<ul>
80+
<li>Refreshed generated README support badges so Ruby 2.3 is listed as<br>
81+
supported but untested.</li>
82+
<li>Refreshed generated project metadata from the current kettle-jem template.</li>
83+
</ul>
84+
7985
<h3 id="deprecated">Deprecated</h3>
8086

8187
<h3 id="removed">Removed</h3>
@@ -1444,7 +1450,7 @@ <h2 id="001---2010-04-22">
14441450
</div></div>
14451451

14461452
<div id="footer">
1447-
Generated on Fri Jun 5 23:38:33 2026 by
1453+
Generated on Sat Jun 6 00:27:01 2026 by
14481454
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
14491455
0.9.44 (ruby-4.0.5).
14501456
</div>

docs/file.README.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
256256
<tr>
257257
<td>Works with MRI Ruby 2</td>
258258
<td>
259-
<img src="https://img.shields.io/badge/Ruby-2.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.2 Compat"> <br> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.4.yml"><img src="https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.4 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.5.yml"><img src="https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.5 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.6.yml"><img src="https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.6 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.7.yml"><img src="https://img.shields.io/badge/Ruby-2.7-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.7 Compat"></a>
259+
<img src="https://img.shields.io/badge/Ruby-2.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.2 Compat"> <img src="https://img.shields.io/badge/Ruby-2.3_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.3 Compat"> <br> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.4.yml"><img src="https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.4 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.5.yml"><img src="https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.5 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.6.yml"><img src="https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.6 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.7.yml"><img src="https://img.shields.io/badge/Ruby-2.7-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.7 Compat"></a>
260260
</td>
261261
</tr>
262262
<tr>
@@ -1176,14 +1176,14 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
11761176
| Package | oauth2 |<br>
11771177
| Description | 🔐 A Ruby wrapper for the OAuth 2.0 Authorization Framework, including the OAuth 2.1 draft spec, and OpenID Connect (OIDC) |<br>
11781178
| Homepage | https://github.com/ruby-oauth/oauth2 |<br>
1179-
| Source | https://github.com/ruby-oauth/oauth2/tree/v2.0.20 |<br>
1179+
| Source | https://github.com/ruby-oauth/oauth2/tree/v2.0.21 |<br>
11801180
| License | <code>MIT</code> |<br>
11811181
| 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/oauth2, https://www.buymeacoffee.com/pboling |<br>
11821182
<!-- kettle-jem:metadata:end --></p>
11831183
</div></div>
11841184

11851185
<div id="footer">
1186-
Generated on Fri Jun 5 23:38:33 2026 by
1186+
Generated on Sat Jun 6 00:27:01 2026 by
11871187
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
11881188
0.9.44 (ruby-4.0.5).
11891189
</div>

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
256256
<tr>
257257
<td>Works with MRI Ruby 2</td>
258258
<td>
259-
<img src="https://img.shields.io/badge/Ruby-2.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.2 Compat"> <br> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.4.yml"><img src="https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.4 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.5.yml"><img src="https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.5 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.6.yml"><img src="https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.6 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.7.yml"><img src="https://img.shields.io/badge/Ruby-2.7-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.7 Compat"></a>
259+
<img src="https://img.shields.io/badge/Ruby-2.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.2 Compat"> <img src="https://img.shields.io/badge/Ruby-2.3_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.3 Compat"> <br> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.4.yml"><img src="https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.4 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.5.yml"><img src="https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.5 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.6.yml"><img src="https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.6 Compat"></a> <a href="https://github.com/ruby-oauth/oauth2/actions/workflows/ruby-2.7.yml"><img src="https://img.shields.io/badge/Ruby-2.7-DF00CA?style=for-the-badge&amp;logo=ruby&amp;logoColor=white" alt="Ruby 2.7 Compat"></a>
260260
</td>
261261
</tr>
262262
<tr>
@@ -1176,14 +1176,14 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
11761176
| Package | oauth2 |<br>
11771177
| Description | 🔐 A Ruby wrapper for the OAuth 2.0 Authorization Framework, including the OAuth 2.1 draft spec, and OpenID Connect (OIDC) |<br>
11781178
| Homepage | https://github.com/ruby-oauth/oauth2 |<br>
1179-
| Source | https://github.com/ruby-oauth/oauth2/tree/v2.0.20 |<br>
1179+
| Source | https://github.com/ruby-oauth/oauth2/tree/v2.0.21 |<br>
11801180
| License | <code>MIT</code> |<br>
11811181
| 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/oauth2, https://www.buymeacoffee.com/pboling |<br>
11821182
<!-- kettle-jem:metadata:end --></p>
11831183
</div></div>
11841184

11851185
<div id="footer">
1186-
Generated on Fri Jun 5 23:38:33 2026 by
1186+
Generated on Sat Jun 6 00:27:00 2026 by
11871187
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
11881188
0.9.44 (ruby-4.0.5).
11891189
</div>

oauth2.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Gem::Specification.new do |spec|
7373
# Public certs for gem signing
7474
*enumerate_package_files.call("certs"),
7575
# Signatures
76-
*enumerate_package_files.call("sig")
76+
*enumerate_package_files.call("sig"),
7777
]
7878

7979
# Automatically included with gem package, no need to list again in files.
@@ -98,7 +98,7 @@ Gem::Specification.new do |spec|
9898
"^sig/",
9999
"--line-numbers",
100100
"--inline-source",
101-
"--quiet"
101+
"--quiet",
102102
]
103103
spec.bindir = "exe"
104104
# Listed files are the relative paths from bindir above.

0 commit comments

Comments
 (0)