Add thor to Gemfile/gemspec

This commit is contained in:
Enrico Stahn
2015-03-27 10:23:12 +11:00
parent 9d43384198
commit 8c0ebe3808
3 changed files with 25 additions and 18 deletions
+1
View File
@@ -28,4 +28,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency('github_api', ['~> 0.12'])
spec.add_runtime_dependency('colorize', ['~> 0.7'])
spec.add_runtime_dependency('thor', ['~> 0.19'])
end