Skip to content

Commit

Permalink
Not declaring em-http as a dependency until we reach an agreement abo…
Browse files Browse the repository at this point in the history
…ut it.
  • Loading branch information
ismasan committed Aug 9, 2010
1 parent f6cd408 commit 0bb02a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ begin
gem.add_dependency "crack"
gem.add_dependency "ruby-hmac"
gem.add_dependency 'signature'
gem.add_dependency 'em-http-request', ">= 0.2.7"
# gem.add_dependency 'em-http-request', ">= 0.2.7"
gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_development_dependency "webmock"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
Expand Down

0 comments on commit 0bb02a2

Please sign in to comment.