hula 0.8.6 → 0.8.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a9b8635339fcd002983fb007b6a87c4ec35ffc4
4
- data.tar.gz: ace05dc9107d5b2d939260aab41bddad045a1592
3
+ metadata.gz: cba07eaa2759bcc49654153477872775da246598
4
+ data.tar.gz: 5e1feb1fb4c5ddb7d111293de81bd3fa0f0ef0c4
5
5
  SHA512:
6
- metadata.gz: 307048f00d36665b5d3b29b4b0b8a50ff919413329ab764a4856627a1bff2b670433ffc27df8404ee17405b8a3f68d5514a12d671136c405204fe897242daaf0
7
- data.tar.gz: 98c60f1b1ab34a979fde9f1a68dfe1cb4b6ab90e305d49ca02709d4e94be324a8ec675ae2b3f20ee64e9c71e4382b3bd2e41f2766f7bf7f1c18c531048e42f30
6
+ metadata.gz: 9aa06670ce6d904f409baf04979e6bf8d9e3fd759c1c943dc75c0da8fbcd588810f28ff8b680f85fe14cf176aa37f400bb73c18d6745b4fbc78433752d933cd4
7
+ data.tar.gz: d3390165abd763753aeecdc216f8f5fcfdb8cf724ff58068ac0b8d646f28d3a5bf5b24024deac923d5eeb7212035ea2582055fe8d37c094a170fdbbfa61d1c96
@@ -171,7 +171,8 @@ module Hula
171
171
 
172
172
  def download_manifest(deployment_name)
173
173
  output = run_bosh("download manifest #{deployment_name}")
174
- YAML.load(output)
174
+ manifest_output = output.split("\n")[1..-1].join("\n")
175
+ YAML.load("#{manifest_output}")
175
176
  end
176
177
 
177
178
  private
data/lib/hula/version.rb CHANGED
@@ -9,5 +9,5 @@
9
9
  #
10
10
 
11
11
  module Hula
12
- VERSION = '0.8.6'
12
+ VERSION = '0.8.7'
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hula
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Pragnell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-21 00:00:00.000000000 Z
11
+ date: 2016-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler