Skip to content

Commit

Permalink
remove thor as runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Aug 9, 2016
1 parent 372488e commit 07846e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google-api-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 07846e1

Please sign in to comment.