Skip to content

Commit d603840

Browse files
committed
🔖 Prepare release v1.1.3
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like oauth (& many more) require time and effort. - [❤️] 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 913d410 commit d603840

Some content is hidden

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

71 files changed

+433
-296
lines changed

CHANGELOG.md

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

2121
### Added
2222

23-
- base64 dependency, fixes Ruby 3.4 and 3.5 HEAD compatibility
24-
2523
### Changed
2624

2725
### Deprecated
@@ -30,13 +28,26 @@ Please file a bug if you notice a violation of semantic versioning.
3028

3129
### Fixed
3230

31+
### Security
32+
33+
## [1.1.3] - 2025-11-06
34+
35+
- TAG: [v1.1.3][1.1.3t]
36+
- COVERAGE: 81.70% -- 817/1000 lines in 36 files
37+
- BRANCH COVERAGE: 50.54% -- 140/277 branches in 36 files
38+
- 40.71% documented
39+
40+
### Added
41+
42+
- base64 dependency, fixes Ruby 3.4 and 3.5 HEAD compatibility
43+
44+
### Fixed
45+
3346
- Fix ActionController request proxy NoMethodError when building signatures
3447
- define `wrap_values` on `OAuth::RequestProxy::Base`
3548
- remove duplicate from `ActionDispatchRequest`
3649
- add specs
3750

38-
### Security
39-
4051
## [1.1.2] - 2025-09-21
4152

4253
- TAG: [v1.1.2][1.1.2t]
@@ -722,7 +733,9 @@ All together now release
722733
- Moved all non-Rails functionality from the Rails plugin:
723734
http://code.google.com/p/oauth-plugin/
724735

725-
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.2...HEAD
736+
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.3...HEAD
737+
[1.1.3]: https://github.com/ruby-oauth/oauth/compare/v1.1.2...v1.1.3
738+
[1.1.3t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.3
726739
[1.1.2]: https://github.com/ruby-oauth/oauth/compare/v1.1.1...v1.1.2
727740
[1.1.2t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.2
728741
[1.1.1]: https://github.com/ruby-oauth/oauth/compare/v1.1.0...v1.1.1

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-
oauth (1.1.2)
16+
oauth (1.1.3)
1717
base64 (~> 0.1)
1818
oauth-tty (~> 1.0, >= 1.0.6)
1919
snaky_hash (~> 2.0)

README.md

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

docs/ActionController.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ <h2>Defined Under Namespace</h2>
105105
</div>
106106

107107
<div id="footer">
108-
Generated on Sun Sep 21 20:58:50 2025 by
108+
Generated on Thu Nov 6 19:32:22 2025 by
109109
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110-
0.9.37 (ruby-3.3.9).
110+
0.9.37 (ruby-3.4.7).
111111
</div>
112112

113113
</div>

docs/ActionController/Base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ <h3 class="signature " id="process_with_oauth-instance_method">
238238
</div>
239239

240240
<div id="footer">
241-
Generated on Sun Sep 21 20:58:50 2025 by
241+
Generated on Thu Nov 6 19:32:23 2025 by
242242
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
243-
0.9.37 (ruby-3.3.9).
243+
0.9.37 (ruby-3.4.7).
244244
</div>
245245

246246
</div>

docs/ActionController/TestRequest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,9 @@ <h3 class="signature " id="set_oauth_query_string-instance_method">
613613
</div>
614614

615615
<div id="footer">
616-
Generated on Sun Sep 21 20:58:50 2025 by
616+
Generated on Thu Nov 6 19:32:23 2025 by
617617
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
618-
0.9.37 (ruby-3.3.9).
618+
0.9.37 (ruby-3.4.7).
619619
</div>
620620

621621
</div>

docs/EventMachine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ <h2>Overview</h2><div class="docstring">
116116
</div>
117117

118118
<div id="footer">
119-
Generated on Sun Sep 21 20:58:50 2025 by
119+
Generated on Thu Nov 6 19:32:22 2025 by
120120
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121-
0.9.37 (ruby-3.3.9).
121+
0.9.37 (ruby-3.4.7).
122122
</div>
123123

124124
</div>

docs/EventMachine/HttpClient.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ <h3 class="signature " id="signature_base_string-instance_method">
484484
</div>
485485

486486
<div id="footer">
487-
Generated on Sun Sep 21 20:58:50 2025 by
487+
Generated on Thu Nov 6 19:32:23 2025 by
488488
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
489-
0.9.37 (ruby-3.3.9).
489+
0.9.37 (ruby-3.4.7).
490490
</div>
491491

492492
</div>

docs/Net.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ <h2>Defined Under Namespace</h2>
105105
</div>
106106

107107
<div id="footer">
108-
Generated on Sun Sep 21 20:58:50 2025 by
108+
Generated on Thu Nov 6 19:32:22 2025 by
109109
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110-
0.9.37 (ruby-3.3.9).
110+
0.9.37 (ruby-3.4.7).
111111
</div>
112112

113113
</div>

docs/Net/HTTPGenericRequest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ <h3 class="signature " id="signature_base_string-instance_method">
397397
</div>
398398

399399
<div id="footer">
400-
Generated on Sun Sep 21 20:58:50 2025 by
400+
Generated on Thu Nov 6 19:32:23 2025 by
401401
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
402-
0.9.37 (ruby-3.3.9).
402+
0.9.37 (ruby-3.4.7).
403403
</div>
404404

405405
</div>

0 commit comments

Comments
 (0)