Skip to content

Commit c4e50cb

Browse files
committed
🔖 Prepare release v1.1.6
1 parent ad009cc commit c4e50cb

82 files changed

Lines changed: 2352 additions & 936 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,30 @@ 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+
## [1.1.6] - 2026-06-07
34+
35+
- TAG: [v1.1.6][1.1.6t]
36+
- COVERAGE: 89.05% -- 838/941 lines in 33 files
37+
- BRANCH COVERAGE: 60.46% -- 159/263 branches in 33 files
38+
- 40.38% documented
39+
40+
### Changed
41+
2542
- Retemplated project workflows, appraisals, and development tooling with the
2643
current `kettle-jem` template.
2744
- Documented current `OAuth::Consumer` configuration options, including token
2845
request redirect safety settings, and corrected the OAuth 1.0a usage example.
2946
- Raised the runtime dependency floor for `auth-sanitizer` to `>= 0.2.1`.
3047
- Raised the runtime dependency floor for `snaky_hash` to `>= 2.0.5`.
3148

32-
### Deprecated
33-
34-
### Removed
35-
36-
### Fixed
37-
3849
### Security
3950

4051
- Hardened OAuth token endpoint redirect handling after the GHSA-pp92-crg2-gfv9
@@ -775,7 +786,9 @@ All together now release
775786
- Moved all non-Rails functionality from the Rails plugin:
776787
http://code.google.com/p/oauth-plugin/
777788

778-
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.5...HEAD
789+
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.6...HEAD
790+
[1.1.6]: https://github.com/ruby-oauth/oauth/compare/v1.1.5...v1.1.6
791+
[1.1.6t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.6
779792
[1.1.5]: https://github.com/ruby-oauth/oauth/compare/v1.1.4...v1.1.5
780793
[1.1.5t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.5
781794
[1.1.4]: https://github.com/ruby-oauth/oauth/compare/v1.1.3...v1.1.4

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
oauth (1.1.5)
4+
oauth (1.1.6)
55
auth-sanitizer (~> 0.2, >= 0.2.1)
66
base64 (~> 0.1)
77
cgi

LICENSE.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

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

REEK

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
Error: No such file - is
2-
Error: No such file - empty

docs/ActionController.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: ActionController
88

9-
&mdash; Documentation by YARD 0.9.43
9+
&mdash; Documentation by YARD 0.9.44
1010

1111
</title>
1212

@@ -108,9 +108,9 @@ <h2>Defined Under Namespace</h2>
108108
</div>
109109

110110
<div id="footer">
111-
Generated on Wed May 20 18:42:00 2026 by
111+
Generated on Sun Jun 7 02:24:03 2026 by
112112
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
113-
0.9.43 (ruby-4.0.4).
113+
0.9.44 (ruby-4.0.5).
114114
</div>
115115

116116
</div>

docs/ActionController/Base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: ActionController::Base
88

9-
&mdash; Documentation by YARD 0.9.43
9+
&mdash; Documentation by YARD 0.9.44
1010

1111
</title>
1212

@@ -242,9 +242,9 @@ <h3 class="signature " id="process_with_oauth-instance_method">
242242
</div>
243243

244244
<div id="footer">
245-
Generated on Wed May 20 18:42:03 2026 by
245+
Generated on Sun Jun 7 02:24:03 2026 by
246246
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
247-
0.9.43 (ruby-4.0.4).
247+
0.9.44 (ruby-4.0.5).
248248
</div>
249249

250250
</div>

docs/ActionController/TestRequest.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: ActionController::TestRequest
88

9-
&mdash; Documentation by YARD 0.9.43
9+
&mdash; Documentation by YARD 0.9.44
1010

1111
</title>
1212

@@ -588,9 +588,9 @@ <h3 class="signature " id="set_oauth_query_string-instance_method">
588588
</div>
589589

590590
<div id="footer">
591-
Generated on Wed May 20 18:42:03 2026 by
591+
Generated on Sun Jun 7 02:24:03 2026 by
592592
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
593-
0.9.43 (ruby-4.0.4).
593+
0.9.44 (ruby-4.0.5).
594594
</div>
595595

596596
</div>

docs/EventMachine.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: EventMachine
88

9-
&mdash; Documentation by YARD 0.9.43
9+
&mdash; Documentation by YARD 0.9.44
1010

1111
</title>
1212

@@ -119,9 +119,9 @@ <h2>Overview</h2><div class="docstring">
119119
</div>
120120

121121
<div id="footer">
122-
Generated on Wed May 20 18:42:00 2026 by
122+
Generated on Sun Jun 7 02:24:03 2026 by
123123
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124-
0.9.43 (ruby-4.0.4).
124+
0.9.44 (ruby-4.0.5).
125125
</div>
126126

127127
</div>

docs/EventMachine/HttpClient.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: EventMachine::HttpClient
88

9-
&mdash; Documentation by YARD 0.9.43
9+
&mdash; Documentation by YARD 0.9.44
1010

1111
</title>
1212

@@ -488,9 +488,9 @@ <h3 class="signature " id="signature_base_string-instance_method">
488488
</div>
489489

490490
<div id="footer">
491-
Generated on Wed May 20 18:42:01 2026 by
491+
Generated on Sun Jun 7 02:24:03 2026 by
492492
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
493-
0.9.43 (ruby-4.0.4).
493+
0.9.44 (ruby-4.0.5).
494494
</div>
495495

496496
</div>

0 commit comments

Comments
 (0)