Skip to content

Commit 2150424

Browse files
committed
🎨 Appraisals linted
1 parent 7869f93 commit 2150424

16 files changed

Lines changed: 29 additions & 29 deletions

gemfiles/audit.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/coverage.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/coverage.gemfile")
1010

gemfiles/current.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/dep_heads.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/runtime_heads.gemfile")

gemfiles/head.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
source "https://rubygems.org"
44

55
gem "cgi", ">= 0.5"
6-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
6+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
77
gem "benchmark", "~> 0.4", ">= 0.4.1"
88

9-
gemspec :path => "../"
9+
gemspec path: "../"
1010

1111
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/ruby_2_3.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/x_std_libs/r2.3/libs.gemfile")

gemfiles/ruby_2_4.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/x_std_libs/r2.4/libs.gemfile")

gemfiles/ruby_2_5.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")

gemfiles/ruby_2_6.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "oauth", :branch => "main", :git => "https://github.com/ruby-oauth/oauth"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")

gemfiles/ruby_2_7.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ source "https://rubygems.org"
44

55
gem "oauth", ">= 1.1.0"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"
88

99
eval_gemfile("modular/x_std_libs/r2/libs.gemfile")

0 commit comments

Comments
 (0)