Skip to content

Commit

Permalink
Merge pull request #1 from websummit/master
Browse files Browse the repository at this point in the history
Upgrade Ruby to 3.1.4 and oauth gem
  • Loading branch information
robertodecurnex authored Apr 24, 2024
2 parents 75c4edf + a62fb0c commit adab3d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.DS_Store
Gemfile.lock
coverage/*
.idea/*
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.1.4
6 changes: 3 additions & 3 deletions twttr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'twttr'
s.version = '0.0.7'
s.version = '1.0.0'
s.summary = 'Twitter API v2 Interface'
s.description = 'Modular Twitter API interface, initially targeting Twitter API v2'
s.authors = ['Roberto Decurnex']
Expand All @@ -22,8 +22,8 @@ Gem::Specification.new do |s|
]
s.homepage = 'https://rubygems.org/gems/twttr'
s.license = 'MIT'
s.required_ruby_version = '>= 2.7'
s.add_runtime_dependency 'oauth', '~> 0.5.8'
s.required_ruby_version = '>= 3.1'
s.add_runtime_dependency 'oauth', '~> 1.1.0'
s.add_runtime_dependency 'uri-query_params', '~> 0.7.2'
s.metadata = {
'rubygems_mfa_required' => 'true'
Expand Down

0 comments on commit adab3d3

Please sign in to comment.