Skip to content

Commit

Permalink
Bump faraday_middleware dependency to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 8, 2010
1 parent 7f1c0c7 commit 63233ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
twitter (1.0.0.rc.6)
faraday (~> 0.5.2)
faraday_middleware (~> 0.2.2)
faraday_middleware (~> 0.2.3)
hashie (~> 0.4.0)
multi_json (~> 0.0.5)
multi_xml (~> 0.2.0)
Expand All @@ -20,7 +20,7 @@ GEM
addressable (~> 2.2.2)
multipart-post (~> 1.0.1)
rack (>= 1.1.0, < 2)
faraday_middleware (0.2.2)
faraday_middleware (0.2.3)
faraday (~> 0.5.2)
hashie (0.4.0)
json (1.4.6)
Expand Down Expand Up @@ -52,7 +52,7 @@ DEPENDENCIES
ZenTest (~> 4.4)
bundler (~> 1.0)
faraday (~> 0.5.2)
faraday_middleware (~> 0.2.2)
faraday_middleware (~> 0.2.3)
hashie (~> 0.4.0)
json (~> 1.4)
libxml-ruby (~> 1.1)
Expand Down
4 changes: 2 additions & 2 deletions twitter.gemspec
Expand Up @@ -13,14 +13,14 @@ Gem::Specification.new do |s|
s.add_development_dependency("ZenTest", "~> 4.4")
s.add_runtime_dependency("hashie", "~> 0.4.0")
s.add_runtime_dependency("faraday", "~> 0.5.2")
s.add_runtime_dependency("faraday_middleware", "~> 0.2.2")
s.add_runtime_dependency("faraday_middleware", "~> 0.2.3")
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.authors = ["John Nunemaker", "Wynn Netherland", "Erik Michaels-Ober"]
s.description = %q{A Ruby wrapper for the Twitter REST and Search APIs}
s.post_install_message =<<eos
Using this gem for your project or company? Add it to the apps wiki!
Using this gem in your project or organization? Add it to the apps wiki!
https://github.com/jnunemaker/twitter/wiki/apps
eos
s.email = ["nunemaker@gmail.com"]
Expand Down

0 comments on commit 63233ad

Please sign in to comment.