foreman_google 1.0.2 → 1.0.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: 8aed6119afb23b1a39f01c94f16dc797d2abc8917778b0028a546b2b8cc0a878
4
- data.tar.gz: b9978e73177a89c99af612a5a6d70ef84bdb904c3d442ca34656a80745a928e9
3
+ metadata.gz: c73e0d545d8b14e8b139c15ab1f8d30df2a0685352d7a24485dbcf411739db94
4
+ data.tar.gz: 7086f691d806d9970b1343e2fa68a0f62f45cadbbccfe8074df4efd965876d50
5
5
  SHA512:
6
- metadata.gz: 1d91d97d2d0b71b29ba022baf7870900fa9e71a64a43b6c96473defc69832b2b87603310c8971a326330c1bfffcdaf7fbf1f5cf7b77bac90742a6ac511eb5935
7
- data.tar.gz: c4247c85322dbbafcec96ab8e21aa4398e535373a274370cec97dc3119eabe4c51035802d13134a887f0cb485471bc6c0b5e07edb4827a4c256a85bd63a049ed
6
+ metadata.gz: e9f911b9cac5354210691c71f9819997b457d2d276190644499ddfe815942758ca8f8010373027bb234844110f491b1f6e3e1ff69a85bc9a5079715d6d640f08
7
+ data.tar.gz: 23acf4ede5b8420703fa3272e3070b49ab74d84dad47c0f338d165cc14e8a69cdd9a85da2aa3ecfb7e05e8542c96c292ae05e766af990ed4baa1f45f84252e40
@@ -33,7 +33,7 @@ module ForemanGoogle
33
33
  end
34
34
 
35
35
  def available_networks(_cluster_id = nil)
36
- client.networks.items
36
+ client.networks
37
37
  end
38
38
 
39
39
  def machine_types
@@ -1,3 +1,3 @@
1
1
  module ForemanGoogle
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.0.4'.freeze
3
3
  end
data/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "devDependencies": {
30
30
  "@babel/core": "^7.7.0",
31
31
  "@sheerun/mutationobserver-shim": "^0.3.3",
32
- "@theforeman/builder": "^10.0",
32
+ "@theforeman/builder": ">= 12.0.1",
33
33
  "@theforeman/eslint-plugin-foreman": "^10.0",
34
34
  "@theforeman/find-foreman": "^10.0",
35
35
  "@theforeman/stories": "^10.0",
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: 1.0.2
4
+ version: 1.0.4
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-01-31 00:00:00.000000000 Z
11
+ date: 2023-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-compute_v1
@@ -196,10 +196,10 @@ test_files:
196
196
  - test/fixtures/instance_start.json
197
197
  - test/fixtures/instance_stop.json
198
198
  - test/fixtures/machine_types.json
199
- - test/fixtures/networks.json
200
199
  - test/fixtures/operation_error.json
201
200
  - test/fixtures/operation_get.json
202
201
  - test/fixtures/zones.json
202
+ - test/fixtures/networks.json
203
203
  - test/factories/gce.rb
204
204
  - test/unit/foreman_google/google_compute_adapter_test.rb
205
205
  - test/unit/google_extensions/attached_disk_test.rb