virtuoso-prototype 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ module VirtualBox
44
44
  @log.debug("Standard err: " + stderr)
45
45
  # Reload the vm config, to pick up command line changes
46
46
  vm.reload
47
- vm.network_interfaces[interface_number-1]
47
+ vm.network_adapters[interface_number-1]
48
48
  end
49
49
 
50
50
  def add_storage_controller!(vm)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtuoso-prototype
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - 3Crowd Technologies, Inc.