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 +4 -4
- data/lib/aptible/cli/helpers/operation.rb +2 -1
- data/lib/aptible/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2873265292d7a6e0b2fdca4c295ec26b4a376178
|
4
|
+
data.tar.gz: d63b904efdb8c50141197671fff9fe91f4d5e51e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
12
|
+
fail Thor::Error,
|
13
|
+
'Operation failed. Please contact support@aptible.com'
|
13
14
|
end
|
14
15
|
|
15
16
|
def wait_for_completion(operation)
|
data/lib/aptible/cli/version.rb
CHANGED
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.
|
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:
|
11
|
+
date: 2015-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aptible-api
|