Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .rubocop_gradual.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"lib/oauth/tokens/consumer_token.rb:3696415131": [
[9, 5, 155, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 349576019]
],
"oauth.gemspec:136086454": [
[133, 3, 56, "Gemspec/DependencyVersion: Dependency version specification is required.", 644892567],
"oauth.gemspec:2386546327": [
[152, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
[154, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
[155, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.4.5
ruby 3.4.5
2 changes: 0 additions & 2 deletions Appraisal.root.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ source "https://rubygems.org"
# We do not load the standard Gemfile, as it is tailored for local development.

gemspec

gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"
4 changes: 0 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,18 @@ appraise "dep-heads" do
end

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

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

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

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

Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ eval_gemfile "gemfiles/modular/optional.gemfile"

### Std Lib Extracted Gems
eval_gemfile "gemfiles/modular/x_std_libs.gemfile"

gem "oauth-tty", github: "ruby-oauth/oauth-tty", branch: "main"
15 changes: 4 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ GIT
rainbow
yard

GIT
remote: https://github.com/ruby-oauth/oauth-tty
revision: 895ffc635f0ce41a97da28d2d96303afe9e9499c
branch: main
specs:
oauth-tty (1.0.5)
version_gem (~> 1.1, >= 1.1.8)

PATH
remote: .
specs:
oauth (1.1.1)
oauth-tty (~> 1.0, >= 1.0.1)
oauth-tty (~> 1.0, >= 1.0.6)
snaky_hash (~> 2.0)
version_gem (~> 1.1, >= 1.1.9)

Expand Down Expand Up @@ -198,7 +190,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.14.1)
kettle-dev (1.1.26)
kettle-dev (1.1.29)
kettle-soup-cover (1.0.10)
simplecov (~> 0.22)
simplecov-cobertura (~> 3.0)
Expand Down Expand Up @@ -255,6 +247,8 @@ GEM
nio4r (2.7.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
oauth-tty (1.0.6)
version_gem (~> 1.1, >= 1.1.9)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
Expand Down Expand Up @@ -515,7 +509,6 @@ DEPENDENCIES
mocha
mutex_m (~> 0.2)
oauth!
oauth-tty!
rack (>= 2.0.0)
rack-test
rails (>= 5.0)
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/audit.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/coverage.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/coverage.gemfile")
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/current.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs.gemfile")
1 change: 0 additions & 1 deletion gemfiles/head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"
gem "cgi", ">= 0.5"
gem "benchmark", "~> 0.4", ">= 0.4.1"

Expand Down
2 changes: 0 additions & 2 deletions gemfiles/ruby_2_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r2.3/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_2_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r2.4/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_2_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_2_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_2_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r2/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_3_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r3.1/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_3_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r3.1/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_3_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r3/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/ruby_3_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/x_std_libs/r3/libs.gemfile")
2 changes: 0 additions & 2 deletions gemfiles/style.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/style.gemfile")
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/unlocked_deps.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"

gemspec path: "../"

eval_gemfile("modular/coverage.gemfile")
Expand Down
4 changes: 2 additions & 2 deletions oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Thanks, |7eter l-|. l3oling
# "oauth-tty" was extracted from this gem with release 1.1 of this gem
# It is now a dependency for backward compatibility.
# The dependency will be removed with release 2.0, by April 2023.
spec.add_dependency("oauth-tty", ["~> 1.0", ">= 1.0.1"])
spec.add_dependency("oauth-tty", "~> 1.0", ">= 1.0.6")
spec.add_dependency("snaky_hash", "~> 2.0")

# Utilities
Expand All @@ -156,7 +156,7 @@ Thanks, |7eter l-|. l3oling
spec.add_development_dependency("typhoeus", ">= 0.1.13")

# Dev, Test, & Release Tasks
spec.add_development_dependency("kettle-dev", "~> 1.1") # ruby >= 2.3.0
spec.add_development_dependency("kettle-dev", "~> 1.1") # ruby >= 2.3.0

# Security
spec.add_development_dependency("bundler-audit", "~> 0.9.2") # ruby >= 2.0.0
Expand Down
Loading