Release/v1.1.4#357
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Release prep for v1.1.4, primarily updating versioning/packaging metadata and regenerating published documentation for the oauth gem.
Changes:
- Bump gem version to
1.1.4(code + lockfile) and add traditionalOAuth::VERSIONconstant alias. - Refresh release documentation (CHANGELOG + large YARD docs regen) and adjust README content.
- Update tooling/config snapshots (coverage thresholds, RuboCop Gradual lock, REEK snapshot).
Reviewed changes
Copilot reviewed 98 out of 102 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| spec/oauth/request_proxy/base_accessors_spec.rb | Spec formatting update (line/spacing changes). |
| REEK | Reek snapshot file updated (currently contains error output). |
| README.md | Replaces large NOTE block with a collapsible <details> section and updates KLOC badge. |
| mise.toml | Lowers minimum coverage thresholds for coverage tooling. |
| lib/oauth/version.rb | Bumps VERSION to 1.1.4 and adds OAuth::VERSION alias. |
| gemfiles/unlocked_deps.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/style.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_3_3.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_3_2.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_3_1.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_3_0.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_2_7.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_2_6.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_2_5.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_2_4.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/ruby_2_3.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/head.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/dep_heads.gemfile | Switches Bundler DSL args to hash-rocket style (git/branch + gemspec). |
| gemfiles/current.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/coverage.gemfile | Switches Bundler DSL args to hash-rocket style. |
| gemfiles/audit.gemfile | Switches Bundler DSL args to hash-rocket style. |
| Gemfile.lock | Updates locked gem version to 1.1.4. |
| docs/top-level-namespace.html | Regenerated YARD HTML output. |
| docs/OAuth/Version.html | Regenerated YARD HTML output. |
| docs/OAuth/Unauthorized.html | Regenerated YARD HTML output. |
| docs/OAuth/Token.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature/UnknownSignatureMethod.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature/RSA/SHA1.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature/RSA.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature/PLAINTEXT.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature/HMAC/SHA256.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature/HMAC/SHA1.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature/HMAC.html | Regenerated YARD HTML output. |
| docs/OAuth/Signature.html | Regenerated YARD HTML output. |
| docs/OAuth/ServerToken.html | Regenerated YARD HTML output. |
| docs/OAuth/Server.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestToken.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/UnknownRequestType.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/Typhoeus/Request.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/Typhoeus.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/RestClient/Request.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/RestClient.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/RackRequest.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/Net/HTTP/HTTPRequest.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/Net/HTTP.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/Net.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/MockRequest.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/JabberRequest.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/EventMachine/HttpRequest.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/EventMachine.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/Curl/Easy.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/Curl.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/ActionDispatchRequest.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy/ActionControllerRequest.html | Regenerated YARD HTML output. |
| docs/OAuth/RequestProxy.html | Regenerated YARD HTML output. |
| docs/OAuth/Problem.html | Regenerated YARD HTML output. |
| docs/OAuth/Optional.html | Regenerated YARD HTML output. |
| docs/OAuth/OAuthTestHelper.html | Regenerated YARD HTML output. |
| docs/OAuth/Helper.html | Regenerated YARD HTML output. |
| docs/OAuth/Error.html | Regenerated YARD HTML output. |
| docs/OAuth/ConsumerToken.html | Regenerated YARD HTML output. |
| docs/OAuth/Client/Helper.html | Regenerated YARD HTML output. |
| docs/OAuth/Client.html | Regenerated YARD HTML output. |
| docs/OAuth/AccessToken.html | Regenerated YARD HTML output. |
| docs/OAuth.html | Regenerated YARD HTML output. |
| docs/Net/HTTPGenericRequest.html | Regenerated YARD HTML output. |
| docs/Net.html | Regenerated YARD HTML output. |
| docs/frames.html | Regenerated YARD HTML output. |
| docs/file.token.html | New/updated YARD “file” page output. |
| docs/file.SECURITY.html | Regenerated YARD “file” page output. |
| docs/file.RUBOCOP.html | Regenerated YARD “file” page output. |
| docs/file.REEK.html | Regenerated YARD “file” page output (reflects REEK contents). |
| docs/file.LICENSE.html | Regenerated YARD “file” page output. |
| docs/file.IRP.html | New/updated YARD “file” page output. |
| docs/file.FUNDING.html | Regenerated YARD “file” page output. |
| docs/file.CONTRIBUTING.html | Regenerated YARD “file” page output. |
| docs/file.consumer.html | New/updated YARD “file” page output. |
| docs/file.CODE_OF_CONDUCT.html | Regenerated YARD “file” page output. |
| docs/file.CITATION.html | Regenerated YARD “file” page output. |
| docs/file.base.html | New/updated YARD “file” page output. |
| docs/file_list.html | Regenerated YARD file listing output. |
| docs/EventMachine/HttpClient.html | Regenerated YARD HTML output. |
| docs/EventMachine.html | Regenerated YARD HTML output. |
| docs/css/common.css | Trivial formatting change in generated docs CSS. |
| docs/class_list.html | Regenerated YARD class listing output. |
| docs/ActionController/TestRequest.html | Regenerated YARD HTML output. |
| docs/ActionController/Base.html | Regenerated YARD HTML output. |
| docs/ActionController.html | Regenerated YARD HTML output. |
| docs/_index.html | Regenerated YARD index output. |
| CHANGELOG.md | Adds 1.1.4 release entry and updates compare links. |
| .rubocop_gradual.lock | Adds/updates RuboCop Gradual baseline lockfile. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+2
| Error: No such file - is | ||
| Error: No such file - empty |
Comment on lines
8
to
12
| K_SOUP_COV_FORMATTERS = "html,xml,rcov,lcov,json,tty" | ||
| K_SOUP_COV_MIN_BRANCH = "76" | ||
| K_SOUP_COV_MIN_LINE = "92" | ||
| K_SOUP_COV_MIN_BRANCH = "50" | ||
| K_SOUP_COV_MIN_LINE = "80" | ||
| K_SOUP_COV_MIN_HARD = "true" | ||
| K_SOUP_COV_MULTI_FORMATTERS = "true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.