skyed 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c46e5e72681a7be284fd66a907566388b020efa
4
- data.tar.gz: 8ef8a62b6fb7dcb24252f74d514244c1299a4fe2
3
+ metadata.gz: a4919c799f528c92156839651694c2daea7d0ad2
4
+ data.tar.gz: d327289353ebc57d40bb4c52e258ae1491471c1d
5
5
  SHA512:
6
- metadata.gz: e1d94f210a7f91c6844e876c45f7b7650cde0b53f85483555f691f981ff9932b4a9d57a3e34909f91d1603d773457fdacf8a0d97f7181f6b65c9ca18eea875c8
7
- data.tar.gz: 2623193f4441a5d00d29ad7a691fed3291b69eb9e42fa7f56c745dd3b8048818903c960530ee2335ecdb8e1b2dac9fcd4e04efa18a697fc06501b5b4cf979bed
6
+ metadata.gz: 5dafeb6a8f80a254dac4a235093dba68771fbc9d4b7373359231bba304815cdb2e456e4842bb7254cf9c3fe48998b7f450d78e7ee0bb29a47932368e2897c8a5
7
+ data.tar.gz: 8055ad8d312c27a1e06379ef45dc7d76c607642e4e5b848f9aa4116d5995d07e6ce9fdaffd860af48898439a6b655964bb0f374f62474301eec744156778cc74
@@ -8,5 +8,5 @@ require 'skyed/settings'
8
8
 
9
9
  # Skyed is a set of tools for cloud computing
10
10
  module Skyed
11
- VERSION = '0.1.5'
11
+ VERSION = '0.1.6'
12
12
  end
@@ -151,7 +151,6 @@ module Skyed
151
151
  STACK[:custom_cookbooks_source])
152
152
  params[:configuration_manager] = configuration_manager(
153
153
  STACK[:configuration_manager], options)
154
- puts params
155
154
  params
156
155
  end
157
156
 
@@ -36,6 +36,7 @@ module Skyed
36
36
  sleep(wait)
37
37
  status = deploy_status(ow, deploy_id)
38
38
  end
39
+ fail 'Deployment failed' unless status[0] == 'successful'
39
40
  status
40
41
  end
41
42
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignasi Fosch