-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swapped the roauth dependency for simple_oauth.
- Loading branch information
1 parent
1d69561
commit 76cfe37
Showing
5 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s| | |
s.add_runtime_dependency("addressable", "~> 2.2.1") | ||
s.add_runtime_dependency("faraday", "~> 0.4.1") | ||
s.add_runtime_dependency("faraday_middleware", "~> 0.1.1") | ||
s.add_runtime_dependency("roauth", "~> 0.0.3") | ||
s.add_runtime_dependency("simple_oauth", "~> 0.1.0") | ||
s.authors = ["John Nunemaker", "Wynn Netherland", "Erik Michaels-Ober"] | ||
s.description = %q{A Ruby wrapper for the Twitter REST and Search APIs.} | ||
s.email = ["[email protected]"] | ||
|
1 comment
on commit 76cfe37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll cleanup the stray comments.
Oops. I forgot to remove the commented-out ROAuth code.