brightbox-boxgrinder-plugins 0.0.1 → 0.0.2

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.2
2
+
3
+ * Ensure that the include file is the correct name
4
+
1
5
  v0.0.1
2
6
 
3
7
  * Inital Release
data/Manifest CHANGED
@@ -3,7 +3,7 @@ LICENSE
3
3
  Manifest
4
4
  README.md
5
5
  Rakefile
6
- lib/bbcloud-boxgrinder-plugins.rb
6
+ lib/brightbox-boxgrinder-plugins.rb
7
7
  lib/delivery/bbcloud-delivery-plugin.rb
8
8
  lib/os/sl-plugin.rb
9
9
  lib/platform/bbcloud-platform-plugin.rb
@@ -2,15 +2,15 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{brightbox-boxgrinder-plugins}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
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
9
  s.date = %q{2011-05-13}
10
10
  s.description = %q{Brightbox Cloud support for Boxgrinder}
11
11
  s.email = %q{hello@brightbox.co.uk}
12
- s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.md", "lib/bbcloud-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"]
13
- s.files = ["CHANGELOG", "LICENSE", "Manifest", "README.md", "Rakefile", "lib/bbcloud-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", "brightbox-boxgrinder-plugins.gemspec"]
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"]
13
+ s.files = ["CHANGELOG", "LICENSE", "Manifest", "README.md", "Rakefile", "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", "brightbox-boxgrinder-plugins.gemspec"]
14
14
  s.homepage = %q{http://beta.brightbox.com}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Brightbox-boxgrinder-plugins", "--main", "README.md"]
16
16
  s.require_paths = ["lib"]
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Neil Wilson
@@ -44,7 +44,7 @@ extra_rdoc_files:
44
44
  - CHANGELOG
45
45
  - LICENSE
46
46
  - README.md
47
- - lib/bbcloud-boxgrinder-plugins.rb
47
+ - lib/brightbox-boxgrinder-plugins.rb
48
48
  - lib/delivery/bbcloud-delivery-plugin.rb
49
49
  - lib/os/sl-plugin.rb
50
50
  - lib/platform/bbcloud-platform-plugin.rb
@@ -55,7 +55,7 @@ files:
55
55
  - Manifest
56
56
  - README.md
57
57
  - Rakefile
58
- - lib/bbcloud-boxgrinder-plugins.rb
58
+ - lib/brightbox-boxgrinder-plugins.rb
59
59
  - lib/delivery/bbcloud-delivery-plugin.rb
60
60
  - lib/os/sl-plugin.rb
61
61
  - lib/platform/bbcloud-platform-plugin.rb