Merge pull request #447 from seuros/patch-1

remove thor as runtime dependency
This commit is contained in:
Steve Bazyl 2016-08-17 14:19:01 -07:00 committed by GitHub
commit 771a91d951
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