Skip to content

Commit 8e70e64

Browse files
committed
🔖 Prepare release v2.0.16
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like oauth2 (& many more) are a full-time endeavor. - [❤️] Though I adore my work, it lacks financial sustainability. - [❤️] Please, help me continue enhancing your tools by becoming a sponsor: - [💲] https://liberapay.com/pboling/donate - [💲] https://github.com/sponsors/pboling
1 parent 273e025 commit 8e70e64

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2033
-1688
lines changed

CHANGELOG.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,36 @@ Please file a bug if you notice a violation of semantic versioning.
1818

1919
## [Unreleased]
2020
### Added
21-
- E2E example using mock test server added in v2.0.11
21+
### Changed
22+
### Deprecated
23+
### Removed
24+
### Fixed
25+
### Security
26+
27+
## [2.0.16] - 2025-09-14
28+
- TAG: [v2.0.16][2.0.16t]
29+
- COVERAGE: 96.33% -- 394/409 lines in 14 files
30+
- BRANCH COVERAGE: 86.49% -- 64/74 branches in 14 files
31+
- 90.48% documented
32+
### Added
33+
- [gh!680—][gh!680]E2E example using mock test server added in v2.0.11 by @pboling
2234
- mock-oauth2-server upgraded to v2.3.0
2335
- https://github.com/navikt/mock-oauth2-server
2436
- `docker compose -f docker-compose-ssl.yml up -d --wait`
2537
- `ruby examples/e2e.rb`
2638
- `docker compose -f docker-compose-ssl.yml down`
2739
- mock server readiness wait is 90s
2840
- override via E2E_WAIT_TIMEOUT
29-
- Apache SkyWalking Eyes dependency license check
41+
- [gh!676][gh!676], [gh!679][gh!679] - Apache SkyWalking Eyes dependency license check by @pboling
3042
### Changed
31-
- Many improvements to make CI more resilient (past/future proof)
32-
### Deprecated
33-
### Removed
34-
### Fixed
43+
- [gh!678][gh!678] - Many improvements to make CI more resilient (past/future proof) by @pboling
44+
- [gh!681][gh!681] - Upgrade to kettle-dev v1.1.19
3545
### Security
46+
[gh!676]: https://github.com/ruby-oauth/oauth2/pull/676
47+
[gh!678]: https://github.com/ruby-oauth/oauth2/pull/678
48+
[gh!679]: https://github.com/ruby-oauth/oauth2/pull/679
49+
[gh!680]: https://github.com/ruby-oauth/oauth2/pull/680
50+
[gh!681]: https://github.com/ruby-oauth/oauth2/pull/681
3651

3752
## [2.0.15] - 2025-09-08
3853
- TAG: [v2.0.15][2.0.15t]
@@ -540,7 +555,9 @@ Please file a bug if you notice a violation of semantic versioning.
540555

541556
[gemfiles/readme]: gemfiles/README.md
542557

543-
[Unreleased]: https://github.com/ruby-oauth/oauth2/compare/v2.0.15...HEAD
558+
[Unreleased]: https://github.com/ruby-oauth/oauth2/compare/v2.0.16...HEAD
559+
[2.0.16]: https://github.com/ruby-oauth/oauth2/compare/v2.0.15...v2.0.16
560+
[2.0.16t]: https://github.com/ruby-oauth/oauth2/releases/tag/v2.0.16
544561
[2.0.15]: https://github.com/ruby-oauth/oauth2/compare/v2.0.14...v2.0.15
545562
[2.0.15t]: https://github.com/ruby-oauth/oauth2/releases/tag/v2.0.15
546563
[2.0.14]: https://github.com/ruby-oauth/oauth2/compare/v2.0.13...v2.0.14

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
oauth2 (2.0.15)
16+
oauth2 (2.0.16)
1717
faraday (>= 0.17.3, < 4.0)
1818
jwt (>= 1.0, < 4.0)
1919
logger (~> 1.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ Thanks for RTFM. ☺️
16151615
[📌gitmoji]:https://gitmoji.dev
16161616
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
16171617
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
1618-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.519-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1618+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.409-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
16191619
[🔐security]: SECURITY.md
16201620
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
16211621
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year

docs/OAuth2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h3 class="signature first" id="configure-class_method">
415415
</div>
416416

417417
<div id="footer">
418-
Generated on Mon Sep 8 02:24:41 2025 by
418+
Generated on Sun Sep 14 15:09:41 2025 by
419419
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
420420
0.9.37 (ruby-3.4.5).
421421
</div>

docs/OAuth2/AccessToken.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,7 @@ <h3 class="signature " id="to_hash-instance_method">
30703070
</div>
30713071

30723072
<div id="footer">
3073-
Generated on Mon Sep 8 02:24:42 2025 by
3073+
Generated on Sun Sep 14 15:09:41 2025 by
30743074
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
30753075
0.9.37 (ruby-3.4.5).
30763076
</div>

docs/OAuth2/Authenticator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ <h3 class="signature first" id="apply-instance_method">
883883
</div>
884884

885885
<div id="footer">
886-
Generated on Mon Sep 8 02:24:42 2025 by
886+
Generated on Sun Sep 14 15:09:41 2025 by
887887
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
888888
0.9.37 (ruby-3.4.5).
889889
</div>

docs/OAuth2/Client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ <h3 class="signature " id="token_url-instance_method">
26562656
</div>
26572657

26582658
<div id="footer">
2659-
Generated on Mon Sep 8 02:24:42 2025 by
2659+
Generated on Sun Sep 14 15:09:41 2025 by
26602660
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
26612661
0.9.37 (ruby-3.4.5).
26622662
</div>

docs/OAuth2/Error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ <h3 class="signature " id="response-instance_method">
772772
</div>
773773

774774
<div id="footer">
775-
Generated on Mon Sep 8 02:24:41 2025 by
775+
Generated on Sun Sep 14 15:09:41 2025 by
776776
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
777777
0.9.37 (ruby-3.4.5).
778778
</div>

docs/OAuth2/FilteredAttributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h3 class="signature first" id="inspect-instance_method">
335335
</div>
336336

337337
<div id="footer">
338-
Generated on Mon Sep 8 02:24:41 2025 by
338+
Generated on Sun Sep 14 15:09:41 2025 by
339339
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
340340
0.9.37 (ruby-3.4.5).
341341
</div>

docs/OAuth2/FilteredAttributes/ClassMethods.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h3 class="signature " id="filtered_attributes-instance_method">
280280
</div>
281281

282282
<div id="footer">
283-
Generated on Mon Sep 8 02:24:41 2025 by
283+
Generated on Sun Sep 14 15:09:41 2025 by
284284
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
285285
0.9.37 (ruby-3.4.5).
286286
</div>

0 commit comments

Comments
 (0)