Skip to content

Commit c413dc5

Browse files
committed
🚨 Linting
1 parent 33e5a6e commit c413dc5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.rubocop_gradual.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"lib/oauth/tokens/consumer_token.rb:3696415131": [
3535
[9, 5, 155, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 349576019]
3636
],
37-
"oauth.gemspec:2386546327": [
38-
[152, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
39-
[154, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
40-
[155, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]
37+
"oauth.gemspec:3866031669": [
38+
[149, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
39+
[151, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
40+
[152, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]
4141
],
4242
"spec/oauth/backwards_compatibility_spec.rb:4041711732": [
4343
[3, 16, 25, "RSpec/DescribeClass: The first argument to describe should be the class or module being tested.", 3956042931]

oauth.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
1818
spec.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons", "Matt Sanford", "Aaron Quint", "Peter Boling"]
1919
2020

21-
2221
spec.summary = "🔑 OAuth 1.0 / 1.0a Core Ruby implementation"
2322
spec.description = "🔑 A Ruby wrapper for the original OAuth 1.0 / 1.0a spec."
2423
spec.homepage = "https://github.com/ruby-oauth/oauth"
@@ -57,7 +56,7 @@ News:
5756
1. New documentation website, covering usage with OAuth 1.0 and 1.0a: https://oauth.galtzo.com
5857
2. New official Discord for discussion and support: https://discord.gg/3qme4XHNKN
5958
3. New org name "ruby-oauth" on Open Source Collective, GitHub, GitLab, Codeberg (update git remotes!)
60-
4. Non-commercial support for the 2.x series will end by April, 2026. Please make a plan to upgrade to the next version prior to that date.
59+
4. Non-commercial support for the 1.x series will end by April, 2026. Please make a plan to upgrade to the next version prior to that date.
6160
Support will be dropped for Ruby 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1 and any other Ruby versions which will also have reached EOL by then.
6261
5. Gem releases are cryptographically signed with a 20-year cert; SHA-256 & SHA-512 checksums by stone_checksums.
6362
6. Please consider supporting this project:

0 commit comments

Comments
 (0)