orchestrator_client 0.5.3 → 0.5.4
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 676536da147b3d7689b25b378c695906c6a460de3fc79275ef773d33f28ec147
|
4
|
+
data.tar.gz: 2f99e2f7d669ad0d78f0f66593e41a2aa008c20e14e0ac9bb6219eccf545b46f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3823529e56b77b9945a9b3360abf75d4c79408831bfd90f96996b981147ab87ec06c8cbe94584c82575d14f9435c38ddd53eeb716179bd086c38bdc8e03d1ca0
|
7
|
+
data.tar.gz: e0914bf78b4422d8f65c298e106c698d053458feaa8016ffe21fbf88518526a5c0c3ed2b296cd25c2843865fdb105b3736158c51d329aec1d7dfc158e6877eb1
|
@@ -57,3 +57,4 @@ class OrchestratorClient::ApiError::QueryError < OrchestratorClient::ApiError; e
|
|
57
57
|
class OrchestratorClient::ApiError::UnknownError < OrchestratorClient::ApiError; end
|
58
58
|
class OrchestratorClient::ApiError::UnauthorizedError < OrchestratorClient::ApiError; end
|
59
59
|
class OrchestratorClient::BadResponse < RuntimeError; end
|
60
|
+
class OrchestratorClient::JobWaitTimeout < RuntimeError; end
|
data/orchestrator_client.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orchestrator_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet
|
@@ -14,16 +14,16 @@ dependencies:
|
|
14
14
|
name: faraday
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.17.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 0.17.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: net-http-persistent
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|