Skip to content

Commit

Permalink
Update simple_oauth dependency
Browse files Browse the repository at this point in the history
Closes #110.
  • Loading branch information
sferik committed Nov 15, 2010
1 parent 3c07d0e commit b65ad84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ PATH
jruby-openssl (~> 0.7.2)
multi_json (~> 0.0.5)
multi_xml (~> 0.2.0)
simple_oauth (~> 0.1.1)
simple_oauth (~> 0.1.2)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -47,7 +47,7 @@ GEM
rspec-expectations (2.1.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
simple_oauth (0.1.1)
simple_oauth (0.1.2)
simplecov (0.3.7)
simplecov-html (>= 0.3.7)
simplecov-html (0.3.9)
Expand Down Expand Up @@ -76,7 +76,7 @@ DEPENDENCIES
nokogiri (~> 1.4)
rake (~> 0.8)
rspec (~> 2.1)
simple_oauth (~> 0.1.1)
simple_oauth (~> 0.1.2)
simplecov (~> 0.3)
twitter!
webmock (~> 1.6)
Expand Down
2 changes: 1 addition & 1 deletion twitter.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("jruby-openssl", "~> 0.7.2")
s.add_runtime_dependency("multi_json", "~> 0.0.5")
s.add_runtime_dependency("multi_xml", "~> 0.2.0")
s.add_runtime_dependency("simple_oauth", "~> 0.1.1")
s.add_runtime_dependency("simple_oauth", "~> 0.1.2")
s.authors = ["John Nunemaker", "Wynn Netherland", "Erik Michaels-Ober", "Steve Richert"]
s.description = %q{A Ruby wrapper for the Twitter REST and Search APIs}
s.post_install_message =<<eos
Expand Down

0 comments on commit b65ad84

Please sign in to comment.