add json to gem.rake

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@5 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
mattpok@google.com 2010-08-10 23:42:36 +00:00
parent 6901797894
commit 6aba0e8cad
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ namespace :gem do
s.add_runtime_dependency("oauth", ">= 0.4.1")
s.add_runtime_dependency("addressable", ">= 2.2.0")
s.add_runtime_dependency("json", ">= 1.1.9")
s.add_development_dependency("rake", ">= 0.7.3")
s.add_development_dependency("rspec", ">= 1.0.8")