Fixed another stray dependency.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@158 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
parent
c7e96763c7
commit
029b296f25
|
@ -30,7 +30,7 @@ namespace :gem do
|
||||||
s.add_runtime_dependency('launchy', '>= 0.3.2')
|
s.add_runtime_dependency('launchy', '>= 0.3.2')
|
||||||
|
|
||||||
# Dependencies used in the examples
|
# Dependencies used in the examples
|
||||||
s.add_runtime_dependency('liquid', '>= 2.2.2')
|
s.add_development_dependency('sinatra', '>= 1.2.0')
|
||||||
|
|
||||||
s.add_development_dependency('rake', '>= 0.7.3')
|
s.add_development_dependency('rake', '>= 0.7.3')
|
||||||
s.add_development_dependency('rspec', '~> 1.2.9')
|
s.add_development_dependency('rspec', '~> 1.2.9')
|
||||||
|
|
Loading…
Reference in New Issue