(#1) Update vmfloaty to use new vmpooler api

This commit also uses commander for arg parsing.

This commit is a WIP.
This commit is contained in:
Brian Cain 2015-09-05 16:17:45 -07:00
parent fcb43ac379
commit 296f9abb1d
11 changed files with 266 additions and 145 deletions

View file

@ -1,8 +1,6 @@
require File.expand_path '../lib/vmfloaty/version', __FILE__
Gem::Specification.new do |s|
s.name = 'vmfloaty'
s.version = Vmfloaty::CLI::VERSION.dup
s.version = '0.2.0'
s.authors = ['Brian Cain']
s.email = ['brian.cain@puppetlabs.com']
s.license = 'Apache'
@ -13,5 +11,4 @@ Gem::Specification.new do |s|
s.files = Dir['LICENSE', 'README.md', 'lib/**/*']
s.test_files = Dir['spec/**/*']
s.require_path = 'lib'
s.add_dependency 'thor', '~> 0.19'
end