boxgrinder-ovfcatalog-delivery-plugin 0.1 → 0.1.1
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/Rakefile +1 -1
- data/lib/ovfcatalog-plugin.rb +2 -1
- metadata +72 -44
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ require 'rake'
|
|
|
4
4
|
require 'jeweler'
|
|
5
5
|
Jeweler::Tasks.new do |gem|
|
|
6
6
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
7
|
-
gem.version = "0.1"
|
|
7
|
+
gem.version = "0.1.1"
|
|
8
8
|
gem.name = "boxgrinder-ovfcatalog-delivery-plugin"
|
|
9
9
|
gem.homepage = "http://github.com/abiquo/boxgrinder-ovfcatalog-delivery-plugin"
|
|
10
10
|
gem.license = "MIT"
|
data/lib/ovfcatalog-plugin.rb
CHANGED
|
@@ -5,6 +5,8 @@ require 'boxgrinder-build/plugins/base-plugin'
|
|
|
5
5
|
|
|
6
6
|
module BoxGrinder
|
|
7
7
|
class OVFCatalog < BasePlugin
|
|
8
|
+
plugin :type => :delivery, :name => :ovfcatalog, :full_name => "Upload appliance to Abiquo OVFCatalog"
|
|
9
|
+
|
|
8
10
|
def validate
|
|
9
11
|
set_default_config_value('category', 'Misc')
|
|
10
12
|
set_default_config_value('name', @appliance_config.name)
|
|
@@ -92,4 +94,3 @@ module BoxGrinder
|
|
|
92
94
|
end
|
|
93
95
|
end
|
|
94
96
|
|
|
95
|
-
plugin :class => BoxGrinder::OVFCatalog, :type => :delivery, :name => :ovfcatalog, :full_name => "Upload appliance to Abiquo OVFCatalog"
|
metadata
CHANGED
|
@@ -1,85 +1,113 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boxgrinder-ovfcatalog-delivery-plugin
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 1
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Sergio Rubio
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
|
|
18
|
+
date: 2012-01-19 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
15
21
|
name: diskid
|
|
16
|
-
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
24
|
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- -
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 3
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
version: "0"
|
|
22
32
|
type: :runtime
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
33
|
+
version_requirements: *id001
|
|
34
|
+
- !ruby/object:Gem::Dependency
|
|
26
35
|
name: curb
|
|
27
|
-
|
|
36
|
+
prerelease: false
|
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
28
38
|
none: false
|
|
29
|
-
requirements:
|
|
30
|
-
- -
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
|
|
39
|
+
requirements:
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
hash: 3
|
|
43
|
+
segments:
|
|
44
|
+
- 0
|
|
45
|
+
version: "0"
|
|
33
46
|
type: :runtime
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- !ruby/object:Gem::Dependency
|
|
47
|
+
version_requirements: *id002
|
|
48
|
+
- !ruby/object:Gem::Dependency
|
|
37
49
|
name: rspec
|
|
38
|
-
|
|
50
|
+
prerelease: false
|
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
39
52
|
none: false
|
|
40
|
-
requirements:
|
|
41
|
-
- -
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
53
|
+
requirements:
|
|
54
|
+
- - ">"
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
hash: 25
|
|
57
|
+
segments:
|
|
58
|
+
- 1
|
|
59
|
+
- 2
|
|
60
|
+
- 3
|
|
43
61
|
version: 1.2.3
|
|
44
62
|
type: :development
|
|
45
|
-
|
|
46
|
-
version_requirements: *23039400
|
|
63
|
+
version_requirements: *id003
|
|
47
64
|
description: Deliver Boxgrider appliances to Abiquo OVFCatalog service
|
|
48
65
|
email: rubiojr@frameos.org
|
|
49
66
|
executables: []
|
|
67
|
+
|
|
50
68
|
extensions: []
|
|
51
|
-
|
|
69
|
+
|
|
70
|
+
extra_rdoc_files:
|
|
52
71
|
- LICENSE.txt
|
|
53
72
|
- README.md
|
|
54
|
-
files:
|
|
73
|
+
files:
|
|
55
74
|
- LICENSE.txt
|
|
56
75
|
- README.md
|
|
57
76
|
- Rakefile
|
|
58
77
|
- lib/ovfcatalog-plugin.rb
|
|
59
78
|
- spec/spec_helper.rb
|
|
60
79
|
homepage: http://github.com/abiquo/boxgrinder-ovfcatalog-delivery-plugin
|
|
61
|
-
licenses:
|
|
80
|
+
licenses:
|
|
62
81
|
- MIT
|
|
63
82
|
post_install_message:
|
|
64
83
|
rdoc_options: []
|
|
65
|
-
|
|
84
|
+
|
|
85
|
+
require_paths:
|
|
66
86
|
- lib
|
|
67
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
87
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
88
|
none: false
|
|
69
|
-
requirements:
|
|
70
|
-
- -
|
|
71
|
-
- !ruby/object:Gem::Version
|
|
72
|
-
|
|
73
|
-
|
|
89
|
+
requirements:
|
|
90
|
+
- - ">="
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
hash: 3
|
|
93
|
+
segments:
|
|
94
|
+
- 0
|
|
95
|
+
version: "0"
|
|
96
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
97
|
none: false
|
|
75
|
-
requirements:
|
|
76
|
-
- -
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
|
|
98
|
+
requirements:
|
|
99
|
+
- - ">="
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
hash: 3
|
|
102
|
+
segments:
|
|
103
|
+
- 0
|
|
104
|
+
version: "0"
|
|
79
105
|
requirements: []
|
|
106
|
+
|
|
80
107
|
rubyforge_project:
|
|
81
|
-
rubygems_version: 1.8.
|
|
108
|
+
rubygems_version: 1.8.15
|
|
82
109
|
signing_key:
|
|
83
110
|
specification_version: 3
|
|
84
111
|
summary: Deliver Boxgrider appliances to Abiquo OVFCatalog service
|
|
85
112
|
test_files: []
|
|
113
|
+
|