aptible-cli 0.5.1 → 0.5.2

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: 05f0b01576c893d300bec0878d90ca19c420a3ef
4
- data.tar.gz: 840b42082da33a0af5ee19038c84cd1d30ad11f9
3
+ metadata.gz: 2873265292d7a6e0b2fdca4c295ec26b4a376178
4
+ data.tar.gz: d63b904efdb8c50141197671fff9fe91f4d5e51e
5
5
  SHA512:
6
- metadata.gz: a9c3f727758a6b8408eb5dbd988fb2cd7bb04f145a42fb6561570d1b8494bf37f42ce52b627466291e20a7fa650e69a01809b950b32d254404f4b497d8da774b
7
- data.tar.gz: 8246c1d7dcc6cfffb181b0db3248655aaf7170acd4207c436364cb813c1d87b170d991f86770d80a97e12f334f17030154d2fbbfc8245181412488c8b646cb63
6
+ metadata.gz: 11dffb5566df015f9afdc1b0107645819a6e453c7ae54be92cec857bdd5c44828215f76b50fa7b66ae4a217bb4a6e9b3e26ef7361db9b96200b5f15ff62cbf13
7
+ data.tar.gz: c69135c258a8c3fd7a3bf012544136fd0e7382d278593aca3db67c275180b2edb1e66fecb37123d0ad9cef631c844e50730d25c88c108092ec8cca080ca5b39e
@@ -9,7 +9,8 @@ module Aptible
9
9
  def poll_for_success(operation)
10
10
  wait_for_completion operation
11
11
  return if operation.status == 'succeeded'
12
- fail Thor::Error, 'Operation failed: please check logs'
12
+ fail Thor::Error,
13
+ 'Operation failed. Please contact support@aptible.com'
13
14
  end
14
15
 
15
16
  def wait_for_completion(operation)
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module CLI
3
- VERSION = '0.5.1'
3
+ VERSION = '0.5.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aptible-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-05 00:00:00.000000000 Z
11
+ date: 2015-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aptible-api