Update http method name that takes user/password

This commit is contained in:
Brian Cain 2015-09-14 22:53:39 -07:00
parent eee7aab760
commit 992a37cabf
3 changed files with 4 additions and 5 deletions

View file

@ -4,7 +4,6 @@ require 'rubygems'
require 'commander'
require 'yaml'
require 'vmfloaty/auth'
require 'vmfloaty/http'
require 'vmfloaty/pooler'
class Vmfloaty