Skip to content

Commit 28f942a

Browse files
committed
🔖 Prepare release v1.1.4
1 parent 701aa2c commit 28f942a

99 files changed

Lines changed: 4495 additions & 2441 deletions

File tree

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: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ Please file a bug if you notice a violation of semantic versioning.
2020

2121
### Added
2222

23-
- Add `auth-sanitizer` integration for inspect-time secret redaction in core OAuth objects.
24-
2523
### Changed
2624

27-
- Redact sensitive values from `#inspect` in `OAuth::Consumer`, `OAuth::Token`, and `OAuth::Signature::Base`.
28-
2925
### Deprecated
3026

3127
### Removed
@@ -34,6 +30,22 @@ Please file a bug if you notice a violation of semantic versioning.
3430

3531
### Security
3632

33+
## [1.1.4] - 2026-05-16
34+
35+
- TAG: [v1.1.4][1.1.4t]
36+
- COVERAGE: 84.64% -- 854/1009 lines in 36 files
37+
- BRANCH COVERAGE: 54.91% -- 151/275 branches in 36 files
38+
- 40.78% documented
39+
40+
### Added
41+
42+
- Add `auth-sanitizer` integration for inspect-time secret redaction in core OAuth objects.
43+
- Traditional OAuth::VERSION constant
44+
45+
### Changed
46+
47+
- Redact sensitive values from `#inspect` in `OAuth::Consumer`, `OAuth::Token`, and `OAuth::Signature::Base`.
48+
3749
## [1.1.3] - 2025-11-06
3850

3951
- TAG: [v1.1.3][1.1.3t]
@@ -737,7 +749,9 @@ All together now release
737749
- Moved all non-Rails functionality from the Rails plugin:
738750
http://code.google.com/p/oauth-plugin/
739751

740-
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.3...HEAD
752+
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.4...HEAD
753+
[1.1.4]: https://github.com/ruby-oauth/oauth/compare/v1.1.3...v1.1.4
754+
[1.1.4t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.4
741755
[1.1.3]: https://github.com/ruby-oauth/oauth/compare/v1.1.2...v1.1.3
742756
[1.1.3t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.3
743757
[1.1.2]: https://github.com/ruby-oauth/oauth/compare/v1.1.1...v1.1.2

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.3)
4+
oauth (1.1.4)
55
auth-sanitizer (~> 0.1, >= 0.1.2)
66
base64 (~> 0.1)
77
cgi

README.md

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

REEK

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

docs/ActionController.html

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

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

1111
</title>
1212

13-
<link rel="stylesheet" href="css/style.css" type="text/css" />
13+
<link rel="stylesheet" href="css/style.css" type="text/css">
1414

15-
<link rel="stylesheet" href="css/common.css" type="text/css" />
15+
<link rel="stylesheet" href="css/common.css" type="text/css">
1616

1717
<script type="text/javascript">
1818
pathId = "ActionController";
@@ -27,6 +27,8 @@
2727

2828
</head>
2929
<body>
30+
<div id="main_progress" aria-hidden="true"></div>
31+
3032
<div class="nav_wrap">
3133
<iframe id="nav" src="class_list.html?1"></iframe>
3234
<div id="resizer"></div>
@@ -78,7 +80,8 @@
7880

7981
<dl>
8082
<dt>Defined in:</dt>
81-
<dd>lib/oauth/client/action_controller_request.rb</dd>
83+
<dd>lib/oauth/client/action_controller_request.rb
84+
</dd>
8285
</dl>
8386

8487
</div>
@@ -105,11 +108,11 @@ <h2>Defined Under Namespace</h2>
105108
</div>
106109

107110
<div id="footer">
108-
Generated on Thu Nov 6 19:32:22 2025 by
111+
Generated on Sat May 16 20:26:43 2026 by
109112
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110-
0.9.37 (ruby-3.4.7).
113+
0.9.43 (ruby-4.0.4).
111114
</div>
112115

113116
</div>
114117
</body>
115-
</html>
118+
</html>

docs/ActionController/Base.html

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

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

1111
</title>
1212

13-
<link rel="stylesheet" href="../css/style.css" type="text/css" />
13+
<link rel="stylesheet" href="../css/style.css" type="text/css">
1414

15-
<link rel="stylesheet" href="../css/common.css" type="text/css" />
15+
<link rel="stylesheet" href="../css/common.css" type="text/css">
1616

1717
<script type="text/javascript">
1818
pathId = "ActionController::Base";
@@ -27,6 +27,8 @@
2727

2828
</head>
2929
<body>
30+
<div id="main_progress" aria-hidden="true"></div>
31+
3032
<div class="nav_wrap">
3133
<iframe id="nav" src="../class_list.html?1"></iframe>
3234
<div id="resizer"></div>
@@ -94,7 +96,8 @@
9496

9597
<dl>
9698
<dt>Defined in:</dt>
97-
<dd>lib/oauth/client/action_controller_request.rb</dd>
99+
<dd>lib/oauth/client/action_controller_request.rb
100+
</dd>
98101
</dl>
99102

100103
</div>
@@ -161,6 +164,7 @@ <h2>
161164

162165

163166
</ul>
167+
164168

165169

166170

@@ -238,11 +242,11 @@ <h3 class="signature " id="process_with_oauth-instance_method">
238242
</div>
239243

240244
<div id="footer">
241-
Generated on Thu Nov 6 19:32:23 2025 by
245+
Generated on Sat May 16 20:26:46 2026 by
242246
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
243-
0.9.37 (ruby-3.4.7).
247+
0.9.43 (ruby-4.0.4).
244248
</div>
245249

246250
</div>
247251
</body>
248-
</html>
252+
</html>

0 commit comments

Comments
 (0)