Skip to content

Commit 6e0fa91

Browse files
authored
Merge pull request #338 from ruby-oauth/feat/upgrade-oauth-tty
2 parents 0430b44 + b862140 commit 6e0fa91

23 files changed

+9
-54
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.rubocop_gradual.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +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:136086454": [
38-
[133, 3, 56, "Gemspec/DependencyVersion: Dependency version specification is required.", 644892567],
37+
"oauth.gemspec:2386546327": [
3938
[152, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
4039
[154, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
4140
[155, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.5
1+
ruby 3.4.5

Appraisal.root.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ source "https://rubygems.org"
1010
# We do not load the standard Gemfile, as it is tailored for local development.
1111

1212
gemspec
13-
14-
gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"

Appraisals

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,18 @@ appraise "dep-heads" do
4949
end
5050

5151
appraise "ruby-2-3" do
52-
gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"
5352
eval_gemfile "modular/x_std_libs/r2.3/libs.gemfile"
5453
end
5554

5655
appraise "ruby-2-4" do
57-
gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"
5856
eval_gemfile "modular/x_std_libs/r2.4/libs.gemfile"
5957
end
6058

6159
appraise "ruby-2-5" do
62-
gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"
6360
eval_gemfile "modular/x_std_libs/r2.6/libs.gemfile"
6461
end
6562

6663
appraise "ruby-2-6" do
67-
gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"
6864
eval_gemfile "modular/x_std_libs/r2.6/libs.gemfile"
6965
end
7066

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ eval_gemfile "gemfiles/modular/optional.gemfile"
2929

3030
### Std Lib Extracted Gems
3131
eval_gemfile "gemfiles/modular/x_std_libs.gemfile"
32-
33-
gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"

Gemfile.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,11 @@ GIT
1010
rainbow
1111
yard
1212

13-
GIT
14-
remote: https://github.com/ruby-oauth/oauth-tty
15-
revision: 895ffc635f0ce41a97da28d2d96303afe9e9499c
16-
branch: main
17-
specs:
18-
oauth-tty (1.0.5)
19-
version_gem (~> 1.1, >= 1.1.8)
20-
2113
PATH
2214
remote: .
2315
specs:
2416
oauth (1.1.1)
25-
oauth-tty (~> 1.0, >= 1.0.1)
17+
oauth-tty (~> 1.0, >= 1.0.6)
2618
snaky_hash (~> 2.0)
2719
version_gem (~> 1.1, >= 1.1.9)
2820

@@ -198,7 +190,7 @@ GEM
198190
rdoc (>= 4.0.0)
199191
reline (>= 0.4.2)
200192
json (2.14.1)
201-
kettle-dev (1.1.26)
193+
kettle-dev (1.1.29)
202194
kettle-soup-cover (1.0.10)
203195
simplecov (~> 0.22)
204196
simplecov-cobertura (~> 3.0)
@@ -255,6 +247,8 @@ GEM
255247
nio4r (2.7.4)
256248
nokogiri (1.18.10-x86_64-linux-gnu)
257249
racc (~> 1.4)
250+
oauth-tty (1.0.6)
251+
version_gem (~> 1.1, >= 1.1.9)
258252
ostruct (0.6.3)
259253
parallel (1.27.0)
260254
parser (3.3.9.0)
@@ -515,7 +509,6 @@ DEPENDENCIES
515509
mocha
516510
mutex_m (~> 0.2)
517511
oauth!
518-
oauth-tty!
519512
rack (>= 2.0.0)
520513
rack-test
521514
rails (>= 5.0)

gemfiles/audit.gemfile

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

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

5-
gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"
6-
75
gemspec path: "../"
86

97
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/coverage.gemfile

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

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

5-
gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"
6-
75
gemspec path: "../"
86

97
eval_gemfile("modular/coverage.gemfile")

gemfiles/current.gemfile

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

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

5-
gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"
6-
75
gemspec path: "../"
86

97
eval_gemfile("modular/x_std_libs.gemfile")

0 commit comments

Comments
 (0)