Skip to content

Commit 2e92bd8

Browse files
committed
📝 Documentation fixes
1 parent 22bdccd commit 2e92bd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
1212
### Fixed
1313
### Security
1414

15-
## [2.0.10] - 2025-05-16
15+
## [2.0.10] - 2025-05-17
1616
- TAG: [v2.0.10][2.0.10t]
1717
- COVERAGE: 100.00% -- 518/518 lines in 14 files
1818
- BRANCH COVERAGE: 100.00% -- 170/170 branches in 14 files
@@ -370,7 +370,7 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
370370
[gemfiles/readme]: gemfiles/README.md
371371

372372
[Unreleased]: https://gitlab.com/oauth-xx/oauth2/-/compare/v2.0.10...HEAD
373-
[2.0.10]: https://gitlab.com/oauth-xx/oauth2/-/compare/v2.09....v2.0.10
373+
[2.0.10]: https://gitlab.com/oauth-xx/oauth2/-/compare/v2.0.9...v2.0.10
374374
[2.0.10t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v2.0.10
375375
[2.0.9]: https://gitlab.com/oauth-xx/oauth2/-/compare/v2.0.8...v2.0.9
376376
[2.0.9t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v2.0.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ For more see [SECURITY.md][🔐security].
356356
- Adds new option to `OAuth2::AccessToken#initialize`:
357357
- `:expires_latency` (`nil`); number of seconds by which AccessToken validity will be reduced to offset latency
358358
- By default, keys are transformed to snake case.
359-
- Original keys will still work as previously, in most scenarios, thanks to `rash_alt` gem.
359+
- Original keys will still work as previously, in most scenarios, thanks to [snaky_hash](https://gitlab.com/oauth-xx/snaky_hash) gem.
360360
- However, this is a _breaking_ change if you rely on `response.parsed.to_h` to retain the original case, and the original wasn't snake case, as the keys in the result will be snake case.
361361
- As of version 2.0.4 you can turn key transformation off with the `snaky: false` option.
362362
- By default, the `:auth_scheme` is now `:basic_auth` (instead of `:request_body`)

0 commit comments

Comments
 (0)