hammer_cli_foreman_google 0.0.1 → 1.0.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6bbf79fedbb0a052e325d3cd69e767ad461f1e666a2ced890500a78af0a011d4
|
4
|
+
data.tar.gz: 4309f1a8049e8ca1bec5a155ddafd81695adc5803bfab5f0052ee3f4886e491c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7b4d7fae37bd0e488e6721d2a797deb65379f5fbec1386cc4d92a41ce11638e494e7a8602395d8cac9f53cc2b661ac935f0bcb4918b5f24c8c196cfc4317e4d
|
7
|
+
data.tar.gz: f7a6878c4482d1d9984c23ab1b674242c04952291d12fd54c21221365b8f5c46eda774e81fa2050691f9ee6c33b2e2af8c5dc9d33e4f9305d58a504493384ab2
|
@@ -25,8 +25,6 @@ module HammerCLIForemanGoogle
|
|
25
25
|
|
26
26
|
def provider_specific_fields
|
27
27
|
[
|
28
|
-
Fields::Field.new(label: _('Project'), path: [:project]),
|
29
|
-
Fields::Field.new(label: _('Email'), path: [:email]),
|
30
28
|
Fields::Field.new(label: _('Key Path'), path: [:key_path]),
|
31
29
|
Fields::Field.new(label: _('Zone'), path: [:zone])
|
32
30
|
]
|
@@ -42,7 +40,7 @@ module HammerCLIForemanGoogle
|
|
42
40
|
end
|
43
41
|
|
44
42
|
def mandatory_resource_options
|
45
|
-
super + %i[
|
43
|
+
super + %i[key_path zone]
|
46
44
|
end
|
47
45
|
end
|
48
46
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman_google
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Foreman Team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hammer_cli_foreman
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
|
-
description:
|
61
|
+
description:
|
62
62
|
email:
|
63
63
|
- dev@community.theforeman.org
|
64
64
|
executables: []
|
@@ -75,7 +75,7 @@ homepage: https://github.com/theforeman/hammer-cli-foreman-google
|
|
75
75
|
licenses:
|
76
76
|
- GPL-3.0
|
77
77
|
metadata: {}
|
78
|
-
post_install_message:
|
78
|
+
post_install_message:
|
79
79
|
rdoc_options: []
|
80
80
|
require_paths:
|
81
81
|
- lib
|
@@ -90,8 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
|
-
rubygems_version: 3.1.
|
94
|
-
signing_key:
|
93
|
+
rubygems_version: 3.1.6
|
94
|
+
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: Foreman Google plugin for Hammer CLI
|
97
97
|
test_files: []
|