foreman_google 2.0.0 → 2.0.1
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: 0a0e9df162752f37213facd428893c59d9f4f75beb56663eef1a998f83398ad2
|
4
|
+
data.tar.gz: a7cf59fad8b5e17698f8cc8e580f7156d2e4aae6d307159c29514a26a3facec7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03a51b6b2523b8e6912e91235266edb5278cc098543967c2dd21323bac31bbe2aa36c407a4df7288d37e2b882647ac4d59c01d95270d57eac10c7c202a68d1e7
|
7
|
+
data.tar.gz: d57c86499fd851ff0a25c2317c3818603001816f26114a01613ecc25e14c3eed4d44c86ee1f324f9a71a6642cb03352d6ca8239d9870aa380957a85d3c9d5461
|
@@ -18,10 +18,10 @@ module ForemanGoogle
|
|
18
18
|
operation_attrs = { zone: zone, operation: response.operation.id.to_s }
|
19
19
|
|
20
20
|
wait_for do
|
21
|
-
get('zone_operations', operation_attrs).status == :DONE
|
21
|
+
get('zone_operations', **operation_attrs).status == :DONE
|
22
22
|
end
|
23
23
|
|
24
|
-
e = get('zone_operations', operation_attrs).error
|
24
|
+
e = get('zone_operations', **operation_attrs).error
|
25
25
|
|
26
26
|
return response unless e
|
27
27
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_google
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Foreman Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-compute_v1
|