brightbox-boxgrinder-plugins 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/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ v0.0.3
2
+
3
+ * Switch dependencies to brightbox-cli
4
+
1
5
  v0.0.2
2
6
 
3
7
  * Ensure that the include file is the correct name
data/README.md CHANGED
@@ -26,5 +26,5 @@ To build an i386 version use:
26
26
 
27
27
  setarch i386 boxgrinder-build --plugins brightbox-boxgrinder-plugins sl-basic.appl -p bbcloud -d bbcloud
28
28
 
29
- Obviously you are not limited to Scientific Linux and can create Fedora, RHEL or CentOS images as well.
29
+ Obviously you are not limited to Scientific Linux and can create Fedora, RHEL or CentOS images too.
30
30
 
data/Rakefile CHANGED
@@ -31,6 +31,6 @@ Echoe.new("brightbox-boxgrinder-plugins") do |p|
31
31
  p.email = "hello@brightbox.co.uk"
32
32
  p.summary = "Brightbox Cloud support for Boxgrinder"
33
33
  p.url = "http://beta.brightbox.com"
34
- p.runtime_dependencies = ['bbcloud >=0.11.2']
34
+ p.runtime_dependencies = ['brightbox-cli']
35
35
  end
36
36
 
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{brightbox-boxgrinder-plugins}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Neil Wilson"]
9
- s.date = %q{2011-05-13}
9
+ s.date = %q{2011-10-13}
10
10
  s.description = %q{Brightbox Cloud support for Boxgrinder}
11
11
  s.email = %q{hello@brightbox.co.uk}
12
12
  s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.md", "lib/brightbox-boxgrinder-plugins.rb", "lib/delivery/bbcloud-delivery-plugin.rb", "lib/os/sl-plugin.rb", "lib/platform/bbcloud-platform-plugin.rb", "lib/platform/src/rc_local"]
@@ -23,11 +23,11 @@ Gem::Specification.new do |s|
23
23
  s.specification_version = 3
24
24
 
25
25
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
26
- s.add_runtime_dependency(%q<bbcloud>, [">= 0.11.2"])
26
+ s.add_runtime_dependency(%q<brightbox-cli>, [">= 0"])
27
27
  else
28
- s.add_dependency(%q<bbcloud>, [">= 0.11.2"])
28
+ s.add_dependency(%q<brightbox-cli>, [">= 0"])
29
29
  end
30
30
  else
31
- s.add_dependency(%q<bbcloud>, [">= 0.11.2"])
31
+ s.add_dependency(%q<brightbox-cli>, [">= 0"])
32
32
  end
33
33
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-boxgrinder-plugins
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Neil Wilson
@@ -15,23 +15,21 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-13 00:00:00 +01:00
18
+ date: 2011-10-13 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- name: bbcloud
22
+ name: brightbox-cli
23
23
  prerelease: false
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 55
29
+ hash: 3
30
30
  segments:
31
31
  - 0
32
- - 11
33
- - 2
34
- version: 0.11.2
32
+ version: "0"
35
33
  type: :runtime
36
34
  version_requirements: *id001
37
35
  description: Brightbox Cloud support for Boxgrinder