foreman_google 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: 2cd0c3f3e04c69c5ee868707440a251c1eaa14184f467f74eb9b305d61a64f92
4
- data.tar.gz: 4b24fafc6b798237c9cc7f8c316865f8d7bb94d85e2b1b552ca6719f8d0dda04
3
+ metadata.gz: 0a0e9df162752f37213facd428893c59d9f4f75beb56663eef1a998f83398ad2
4
+ data.tar.gz: a7cf59fad8b5e17698f8cc8e580f7156d2e4aae6d307159c29514a26a3facec7
5
5
  SHA512:
6
- metadata.gz: c729655491c35f43eb78aa6200d648095db8d85f1da1521dd1ecb51d57c970bbf404990eb4fcc40e71ca3e5a2b2d976d3c2392fc90235e251b7e60f77fc6e58c
7
- data.tar.gz: ba9449c959b5b92f2747f73bd926fb9810d1646ce1c8b553095ef38b65a7df550feceed62a068f219d2c0f7b6d2f23812646e252443719124ac46a6805bf281e
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
 
@@ -1,3 +1,3 @@
1
1
  module ForemanGoogle
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.0.1'.freeze
3
3
  end
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.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: 2023-12-19 00:00:00.000000000 Z
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