bosh_docker_cpi 0.0.1.pre.1 → 0.0.1.pre.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.
@@ -1,6 +1,6 @@
1
1
  module Bosh
2
- module DockerCloud
3
- class Cloud < Bosh::Cloud
2
+ module Clouds
3
+ class Docker < Bosh::Cloud
4
4
 
5
5
  def initialize(options)
6
6
  @agent_properties ||= options.fetch('agent', {})
data/lib/cloud/docker.rb CHANGED
@@ -2,6 +2,5 @@ require_relative 'docker/cloud'
2
2
 
3
3
  module Bosh
4
4
  module Clouds
5
- Docker = Bosh::DockerCloud::Cloud
6
5
  end
7
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_docker_cpi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.1
4
+ version: 0.0.1.pre.2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: