virtuoso-prototype 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/virtuoso/virtualbox/interface.rb +1 -1
- metadata +34 -6
@@ -42,7 +42,7 @@ module VirtualBox
|
|
42
42
|
@log.debug("Ran VBoxManage add network interface: output (#{status}):")
|
43
43
|
@log.debug("Standard out: " + stdout)
|
44
44
|
@log.debug("Standard err: " + stderr)
|
45
|
-
|
45
|
+
# Reload the vm config, to pick up command line changes
|
46
46
|
vm.reload
|
47
47
|
vm.network_interfaces[interface_number-1]
|
48
48
|
end
|
metadata
CHANGED
@@ -1,29 +1,33 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: virtuoso-prototype
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 25
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
13
|
+
- 3Crowd Technologies, Inc.
|
12
14
|
- Justin Lynn
|
13
15
|
autorequire:
|
14
16
|
bindir: bin
|
15
17
|
cert_chain: []
|
16
18
|
|
17
|
-
date: 2010-09-
|
19
|
+
date: 2010-09-23 00:00:00 -07:00
|
18
20
|
default_executable:
|
19
21
|
dependencies:
|
20
22
|
- !ruby/object:Gem::Dependency
|
21
23
|
name: virtualbox
|
22
24
|
prerelease: false
|
23
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
24
27
|
requirements:
|
25
28
|
- - ">="
|
26
29
|
- !ruby/object:Gem::Version
|
30
|
+
hash: 9
|
27
31
|
segments:
|
28
32
|
- 0
|
29
33
|
- 7
|
@@ -35,9 +39,11 @@ dependencies:
|
|
35
39
|
name: choice
|
36
40
|
prerelease: false
|
37
41
|
requirement: &id002 !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
38
43
|
requirements:
|
39
44
|
- - ">="
|
40
45
|
- !ruby/object:Gem::Version
|
46
|
+
hash: 19
|
41
47
|
segments:
|
42
48
|
- 0
|
43
49
|
- 1
|
@@ -49,9 +55,11 @@ dependencies:
|
|
49
55
|
name: systemu
|
50
56
|
prerelease: false
|
51
57
|
requirement: &id003 !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
52
59
|
requirements:
|
53
60
|
- - ">="
|
54
61
|
- !ruby/object:Gem::Version
|
62
|
+
hash: 31
|
55
63
|
segments:
|
56
64
|
- 1
|
57
65
|
- 2
|
@@ -59,6 +67,22 @@ dependencies:
|
|
59
67
|
version: 1.2.0
|
60
68
|
type: :runtime
|
61
69
|
version_requirements: *id003
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: uuid
|
72
|
+
prerelease: false
|
73
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ">="
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
hash: 1
|
79
|
+
segments:
|
80
|
+
- 2
|
81
|
+
- 3
|
82
|
+
- 1
|
83
|
+
version: 2.3.1
|
84
|
+
type: :runtime
|
85
|
+
version_requirements: *id004
|
62
86
|
description: A quick and dirty prototype for managing virtualbox virtual machines, only scripts VBoxManage to eliminate bringup of a raw VM
|
63
87
|
email:
|
64
88
|
- eng@3crowd.com
|
@@ -72,10 +96,10 @@ files:
|
|
72
96
|
- bin/virtuoso-prototype
|
73
97
|
- lib/virtuoso.rb
|
74
98
|
- lib/virtuoso/virtualbox/interface.rb
|
75
|
-
- lib/virtuoso/errors/vm_not_created.rb
|
76
|
-
- lib/virtuoso/errors/virtualbox_not_found.rb
|
77
99
|
- lib/virtuoso/errors/vm_not_found.rb
|
78
100
|
- lib/virtuoso/errors/disk_not_created.rb
|
101
|
+
- lib/virtuoso/errors/virtualbox_not_found.rb
|
102
|
+
- lib/virtuoso/errors/vm_not_created.rb
|
79
103
|
- lib/virtuoso/virtualbox.rb
|
80
104
|
- lib/virtuoso/errors.rb
|
81
105
|
- LICENSE
|
@@ -91,16 +115,20 @@ rdoc_options: []
|
|
91
115
|
require_paths:
|
92
116
|
- lib
|
93
117
|
required_ruby_version: !ruby/object:Gem::Requirement
|
118
|
+
none: false
|
94
119
|
requirements:
|
95
120
|
- - ">="
|
96
121
|
- !ruby/object:Gem::Version
|
122
|
+
hash: 3
|
97
123
|
segments:
|
98
124
|
- 0
|
99
125
|
version: "0"
|
100
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
127
|
+
none: false
|
101
128
|
requirements:
|
102
129
|
- - ">="
|
103
130
|
- !ruby/object:Gem::Version
|
131
|
+
hash: 23
|
104
132
|
segments:
|
105
133
|
- 1
|
106
134
|
- 3
|
@@ -109,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
137
|
requirements: []
|
110
138
|
|
111
139
|
rubyforge_project:
|
112
|
-
rubygems_version: 1.3.
|
140
|
+
rubygems_version: 1.3.7
|
113
141
|
signing_key:
|
114
142
|
specification_version: 3
|
115
143
|
summary: A protoype for managing virtualbox VMs, scripts VBoxManage
|