virtualbox 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module VirtualBox
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
 
4
4
  module Version
5
5
  # Returns a boolean denoting whether the current VirtualBox
data/lib/virtualbox/vm.rb CHANGED
@@ -472,6 +472,7 @@ module VirtualBox
472
472
  # as well
473
473
  session = Lib.lib.session
474
474
  interface.launch_vm_process(session, mode.to_s, "").wait
475
+ session.unlock_machine
475
476
  true
476
477
  end
477
478
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 0
9
- version: 0.8.0
8
+ - 1
9
+ version: 0.8.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mitchell Hashimoto
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-24 00:00:00 -08:00
17
+ date: 2011-01-07 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -435,7 +435,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
435
435
  requirements:
436
436
  - - ">="
437
437
  - !ruby/object:Gem::Version
438
- hash: -1020338356590497773
438
+ hash: -618556609550442000
439
439
  segments:
440
440
  - 0
441
441
  version: "0"