virtuoso-prototype 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +7 -0
  2. data/README +1 -0
  3. metadata +49 -12
data/CHANGELOG ADDED
@@ -0,0 +1,7 @@
1
+ 0.0.2
2
+ =====
3
+ * Fix gem dependency on virtualbox
4
+
5
+ 0.0.1
6
+ =====
7
+ * Initial release
data/README CHANGED
@@ -1,2 +1,3 @@
1
1
  README for Virtuoso prototype
2
2
  =============================
3
+ Requires: virtualbox, systemu, logger, uuid, choice
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtuoso-prototype
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 0
9
- - 1
10
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
11
10
  platform: ruby
12
11
  authors:
13
12
  - Justin Lynn
@@ -17,8 +16,49 @@ cert_chain: []
17
16
 
18
17
  date: 2010-09-22 00:00:00 -07:00
19
18
  default_executable:
20
- dependencies: []
21
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: virtualbox
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ - 7
30
+ - 5
31
+ version: 0.7.5
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: choice
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ segments:
42
+ - 0
43
+ - 1
44
+ - 4
45
+ version: 0.1.4
46
+ type: :runtime
47
+ version_requirements: *id002
48
+ - !ruby/object:Gem::Dependency
49
+ name: systemu
50
+ prerelease: false
51
+ requirement: &id003 !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ segments:
56
+ - 1
57
+ - 2
58
+ - 0
59
+ version: 1.2.0
60
+ type: :runtime
61
+ version_requirements: *id003
22
62
  description: A quick and dirty prototype for managing virtualbox virtual machines, only scripts VBoxManage to eliminate bringup of a raw VM
23
63
  email:
24
64
  - eng@3crowd.com
@@ -32,14 +72,15 @@ files:
32
72
  - bin/virtuoso-prototype
33
73
  - lib/virtuoso.rb
34
74
  - lib/virtuoso/virtualbox/interface.rb
75
+ - lib/virtuoso/errors/vm_not_created.rb
76
+ - lib/virtuoso/errors/virtualbox_not_found.rb
35
77
  - lib/virtuoso/errors/vm_not_found.rb
36
78
  - lib/virtuoso/errors/disk_not_created.rb
37
- - lib/virtuoso/errors/virtualbox_not_found.rb
38
- - lib/virtuoso/errors/vm_not_created.rb
39
79
  - lib/virtuoso/virtualbox.rb
40
80
  - lib/virtuoso/errors.rb
41
81
  - LICENSE
42
82
  - README
83
+ - CHANGELOG
43
84
  has_rdoc: true
44
85
  homepage: http://github.com/3Crowd/Virtuoso-prototype
45
86
  licenses: []
@@ -50,20 +91,16 @@ rdoc_options: []
50
91
  require_paths:
51
92
  - lib
52
93
  required_ruby_version: !ruby/object:Gem::Requirement
53
- none: false
54
94
  requirements:
55
95
  - - ">="
56
96
  - !ruby/object:Gem::Version
57
- hash: 3
58
97
  segments:
59
98
  - 0
60
99
  version: "0"
61
100
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
101
  requirements:
64
102
  - - ">="
65
103
  - !ruby/object:Gem::Version
66
- hash: 23
67
104
  segments:
68
105
  - 1
69
106
  - 3
@@ -72,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
109
  requirements: []
73
110
 
74
111
  rubyforge_project:
75
- rubygems_version: 1.3.7
112
+ rubygems_version: 1.3.6
76
113
  signing_key:
77
114
  specification_version: 3
78
115
  summary: A protoype for managing virtualbox VMs, scripts VBoxManage