bosh-deployer 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/bosh-deployer.gemspec +1 -1
- data/lib/bosh-deployer.rb +1 -1
- metadata +2 -3
- data/lib/bosh-deployer/version.rb +0 -5
data/bosh-deployer.gemspec
CHANGED
data/lib/bosh-deployer.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bosh-deployer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-09-
|
12
|
+
date: 2014-09-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|
@@ -150,7 +150,6 @@ files:
|
|
150
150
|
- lib/bosh-deployer/stemcell.rb
|
151
151
|
- lib/bosh-deployer/stub.rb
|
152
152
|
- lib/bosh-deployer/thor_cli.rb
|
153
|
-
- lib/bosh-deployer/version.rb
|
154
153
|
- lib/bosh/cli/commands/deployer.rb
|
155
154
|
- spec/bosh_stub_spec.rb
|
156
155
|
- spec/cf_stub_spec.rb
|