Add thor as a dependency to replace CLI

This commit is contained in:
Mitchell Hashimoto 2010-08-23 21:49:15 -07:00
parent 3b86122e09
commit b21bfbf84a
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ PATH
net-scp (~> 1.0.3)
net-ssh (~> 2.0.23)
radar
thor
virtualbox (~> 0.7.3)
GEM
@ -45,6 +46,7 @@ GEM
net-ssh (>= 1.99.1)
net-ssh (2.0.23)
rake (0.8.7)
thor (0.14.0)
yard (0.5.8)
PLATFORMS

View File

@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "mario", "~> 0.0.6"
s.add_dependency "net-ssh", "~> 2.0.23"
s.add_dependency "net-scp", "~> 1.0.3"
s.add_dependency "thor"
s.add_dependency "radar"
s.add_dependency "virtualbox", "~> 0.7.3"