Add thor as a dependency for making better command line applications

This commit is contained in:
R. Tyler Croy 2013-02-18 07:30:02 -08:00
parent 4aa8fee2fb
commit 0a670c1cf4
1 changed files with 1 additions and 0 deletions

View File

@ -24,4 +24,5 @@ spec = Gem::Specification.new do |s|
s.add_dependency 'haml'
s.add_dependency 'sinatra'
s.add_dependency 'json'
s.add_dependency 'thor'
end