Skip to content

Commit 7032b58

Browse files
committed
🔖 Prepare release v2.0.24
1 parent bf06b5f commit 7032b58

11 files changed

Lines changed: 137 additions & 103 deletions

File tree

CHANGELOG.md

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

2323
### Changed
2424

25+
### Deprecated
26+
27+
### Removed
28+
29+
### Fixed
30+
31+
### Security
32+
33+
## [2.0.24] - 2026-06-18
34+
35+
- TAG: [v2.0.24][2.0.24t]
36+
- COVERAGE: 100.00% -- 558/558 lines in 15 files
37+
- BRANCH COVERAGE: 97.89% -- 186/190 branches in 15 files
38+
- 88.35% documented
39+
40+
### Changed
41+
2542
- Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.1`.
2643
- Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.2` and
2744
switched isolated sanitizer loading to the released `anonymous_loader` gem,
2845
including local workspace wiring for the new runtime dependency.
2946

30-
### Deprecated
31-
32-
### Removed
33-
3447
### Fixed
3548

3649
- Fixed isolated `auth-sanitizer` loading when Bundler standalone setup makes
3750
`auth_sanitizer/loader.rb` available on `$LOAD_PATH` without adding
3851
`auth-sanitizer` to `Gem.loaded_specs` or `GEM_PATH`.
3952

40-
### Security
41-
4253
## [2.0.23] - 2026-06-13
4354

4455
- TAG: [v2.0.23][2.0.23t]
@@ -897,7 +908,9 @@ Please file a bug if you notice a violation of semantic versioning.
897908

898909
[gemfiles/readme]: gemfiles/README.md
899910

900-
[Unreleased]: https://github.com/ruby-oauth/oauth2/compare/v2.0.23...HEAD
911+
[Unreleased]: https://github.com/ruby-oauth/oauth2/compare/v2.0.24...HEAD
912+
[2.0.24]: https://github.com/ruby-oauth/oauth2/compare/v2.0.23...v2.0.24
913+
[2.0.24t]: https://github.com/ruby-oauth/oauth2/releases/tag/v2.0.24
901914
[2.0.23]: https://github.com/ruby-oauth/oauth2/compare/v2.0.22...v2.0.23
902915
[2.0.23t]: https://github.com/ruby-oauth/oauth2/releases/tag/v2.0.23
903916
[2.0.22]: https://github.com/ruby-oauth/oauth2/compare/v2.0.21...v2.0.22

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-
oauth2 (2.0.23)
4+
oauth2 (2.0.24)
55
anonymous_loader (~> 0.1, >= 0.1.1)
66
auth-sanitizer (~> 0.2, >= 0.2.2)
77
faraday (>= 0.17.3, < 4.0)
@@ -525,7 +525,7 @@ CHECKSUMS
525525
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
526526
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
527527
nomono (1.0.4) sha256=1ad249afd491e46f0f32264f824d45c26d9030f8977ca13f258651c7e015bcc9
528-
oauth2 (2.0.23)
528+
oauth2 (2.0.24)
529529
openssl (4.0.2) sha256=1037ad2868ae58df9ad917891c0c0f9815a1172f6846d4bcdd508e4c2ee747c2
530530
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
531531
parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ Thanks for RTFM. ☺️
11041104
[📌gitmoji]: https://gitmoji.dev
11051105
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
11061106
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
1107-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.562-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1107+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.558-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
11081108
[🔐security]: https://github.com/ruby-oauth/oauth2/blob/main/SECURITY.md
11091109
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
11101110
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year

docs/OAuth2/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'>2.0.23</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'>2.0.24</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 Fri Jun 12 17:56:32 2026 by
117+
Generated on Thu Jun 18 09:48:15 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.AGENTS.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,16 +270,16 @@ <h3 id="template-management-kettle-jem">Template Management (kettle-jem)</h3>
270270
and regenerate local finishing artifacts such as binstubs:</p>
271271

272272
<pre class="code language-bash"><code class="language-bash"># Standard run (quiet, non-interactive — the default)
273-
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true bundle exec kettle-jem install
273+
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true kettle-jem install
274274

275275
# Verbose output (see per-file detail)
276-
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true KETTLE_JEM_VERBOSE=true bundle exec kettle-jem install
276+
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true KETTLE_JEM_VERBOSE=true kettle-jem install
277277

278278
# Interactive mode (prompt before each change)
279-
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true bundle exec kettle-jem install --interactive
279+
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true kettle-jem install --interactive
280280

281281
# Scoped file update only; skips install finishing steps
282-
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true bundle exec kettle-jem template --only README.md
282+
mise exec -C /path/to/project -- env K_JEM_TEMPLATING=true kettle-jem template --only README.md
283283
</code></pre>
284284

285285
<p>Use the <code>kettle-jem</code> executable as the public entrypoint. The<br>
@@ -410,9 +410,9 @@ <h2 id="-common-pitfalls">🚫 Common Pitfalls</h2>
410410
</div></div>
411411

412412
<div id="footer">
413-
Generated on Wed Jun 3 19:00:56 2026 by
413+
Generated on Thu Jun 18 09:48:15 2026 by
414414
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
415-
0.9.44 (ruby-4.0.4).
415+
0.9.44 (ruby-4.0.5).
416416
</div>
417417

418418
</div>

0 commit comments

Comments
 (0)