Had to make a minor update to httpadapter to get tests passing again.

This commit is contained in:
Bob Aman 2011-11-16 17:06:44 +03:00
parent 66ed5248ad
commit cef31d7bca
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace :gem do
# Dependencies used in the main library
s.add_runtime_dependency('signet', '~> 0.2.2')
s.add_runtime_dependency('addressable', '~> 2.2.2')
s.add_runtime_dependency('httpadapter', '~> 1.0.0')
s.add_runtime_dependency('httpadapter', '~> 1.0.1')
s.add_runtime_dependency('autoparse', '~> 0.2.0')
s.add_runtime_dependency('json', '>= 1.4.6')
s.add_runtime_dependency('extlib', '>= 0.9.15')