Skip to content

Commit 461107b

Browse files
committed
📝 Update gemspec
1 parent 2dcd1d8 commit 461107b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.rubocop_gradual.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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:3830118710": [
37+
"oauth.gemspec:136086454": [
3838
[133, 3, 56, "Gemspec/DependencyVersion: Dependency version specification is required.", 644892567],
3939
[152, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
4040
[154, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],

oauth.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ 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-
spec.summary = "🔑 OAuth 1.0a Core Ruby implementation"
22-
spec.description = "🔑 A Ruby wrapper for the original OAuth 1.0a spec."
21+
spec.summary = "🔑 OAuth 1.0 / 1.0a Core Ruby implementation"
22+
spec.description = "🔑 A Ruby wrapper for the original OAuth 1.0 / 1.0a spec."
2323
spec.homepage = "https://github.com/ruby-oauth/oauth"
2424
spec.licenses = ["MIT"]
2525
spec.required_ruby_version = ">= 2.3"

0 commit comments

Comments
 (0)