Updating dependencies.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@29 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
bobaman@google.com 2010-09-13 21:54:26 +00:00
parent 9d68bf115c
commit 5cdee47aba
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ namespace :gem do
s.extra_rdoc_files = %w( README )
s.rdoc_options.concat ['--main', 'README']
s.add_runtime_dependency('oauth', '>= 0.4.1')
s.add_runtime_dependency('addressable', '>= 2.2.0')
s.add_runtime_dependency('signet', '>= 0.1.1')
s.add_runtime_dependency('addressable', '>= 2.2.1')
s.add_runtime_dependency('httpadapter', '>= 0.2.0')
s.add_runtime_dependency('json', '>= 1.1.9')
s.add_development_dependency('rake', '>= 0.7.3')