remove thor as runtime dependency

This commit is contained in:
Abdelkader Boudih 2016-08-09 09:59:59 +01:00
parent 372488e45b
commit 07846e1ab6
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mime-types', '>= 1.6'
spec.add_runtime_dependency 'hurley', '~> 0.1'
spec.add_runtime_dependency 'googleauth', '~> 0.5'
spec.add_runtime_dependency 'thor', '~> 0.19'
spec.add_runtime_dependency 'httpclient', '~> 2.7'
spec.add_runtime_dependency 'memoist', '~> 0.11'
spec.add_development_dependency 'thor', '~> 0.19'
end