virtualbox-guestcontrol 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/bin/rvbox CHANGED
@@ -4,12 +4,16 @@ require File.expand_path("../../lib/virtualbox-guestcontrol.rb", __FILE__)
4
4
  class VirtualBoxCommand < Clamp::Command
5
5
  option ["-u", "--username"], "USERNAME", "username to log in as"
6
6
  option ["-p", "--password"], "PASSWORD", "password to log in as"
7
+ option ["-t", "--timeout"], "TIMEOUT", "timeout in seconds"
8
+ option ["-b", "--vboxmanage"], "PATH", "path to VBoxManage"
7
9
 
8
10
  def virtual_box
9
11
  VirtualBox::GuestControl::Runner.configure do |c|
10
12
  c.name = name
11
13
  c.username = username
12
14
  c.password = password
15
+ c.vbox_manage = vboxmanage unless vboxmanage.nil?
16
+ c.default_timeout = timeout unless vboxmanage.nil?
13
17
  end
14
18
  VirtualBox::GuestControl::Runner.new
15
19
  end
@@ -1,5 +1,5 @@
1
1
  module VirtualBox
2
2
  module GuestControl
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtualbox-guestcontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: