hammer_cli_foreman_puppet 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hammer_cli_foreman_puppet/version.rb +1 -1
- data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/cs_CZ/hammer-cli-foreman-puppet.edit.po +383 -0
- data/locale/cs_CZ/hammer-cli-foreman-puppet.po +282 -0
- data/locale/de/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/de/hammer-cli-foreman-puppet.edit.po +396 -0
- data/locale/de/hammer-cli-foreman-puppet.po +293 -0
- data/locale/en/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/en/hammer-cli-foreman-puppet.edit.po +362 -0
- data/locale/en/hammer-cli-foreman-puppet.po +276 -0
- data/locale/es/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/es/hammer-cli-foreman-puppet.edit.po +389 -0
- data/locale/es/hammer-cli-foreman-puppet.po +287 -0
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/fr/hammer-cli-foreman-puppet.edit.po +387 -0
- data/locale/fr/hammer-cli-foreman-puppet.po +285 -0
- data/locale/hammer-cli-foreman-puppet.pot +386 -0
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/ja/hammer-cli-foreman-puppet.edit.po +386 -0
- data/locale/ja/hammer-cli-foreman-puppet.po +283 -0
- data/locale/ka/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/ka/hammer-cli-foreman-puppet.edit.po +383 -0
- data/locale/ka/hammer-cli-foreman-puppet.po +280 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman-puppet.edit.po +389 -0
- data/locale/pt_BR/hammer-cli-foreman-puppet.po +288 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman-puppet.edit.po +385 -0
- data/locale/zh_CN/hammer-cli-foreman-puppet.po +283 -0
- metadata +54 -23
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman_puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amir Fefer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hammer_cli_foreman
|
@@ -68,6 +68,34 @@ files:
|
|
68
68
|
- lib/hammer_cli_foreman_puppet/smart_class_parameter.rb
|
69
69
|
- lib/hammer_cli_foreman_puppet/smart_proxy.rb
|
70
70
|
- lib/hammer_cli_foreman_puppet/version.rb
|
71
|
+
- locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
72
|
+
- locale/cs_CZ/hammer-cli-foreman-puppet.edit.po
|
73
|
+
- locale/cs_CZ/hammer-cli-foreman-puppet.po
|
74
|
+
- locale/de/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
75
|
+
- locale/de/hammer-cli-foreman-puppet.edit.po
|
76
|
+
- locale/de/hammer-cli-foreman-puppet.po
|
77
|
+
- locale/en/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
78
|
+
- locale/en/hammer-cli-foreman-puppet.edit.po
|
79
|
+
- locale/en/hammer-cli-foreman-puppet.po
|
80
|
+
- locale/es/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
81
|
+
- locale/es/hammer-cli-foreman-puppet.edit.po
|
82
|
+
- locale/es/hammer-cli-foreman-puppet.po
|
83
|
+
- locale/fr/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
84
|
+
- locale/fr/hammer-cli-foreman-puppet.edit.po
|
85
|
+
- locale/fr/hammer-cli-foreman-puppet.po
|
86
|
+
- locale/hammer-cli-foreman-puppet.pot
|
87
|
+
- locale/ja/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
88
|
+
- locale/ja/hammer-cli-foreman-puppet.edit.po
|
89
|
+
- locale/ja/hammer-cli-foreman-puppet.po
|
90
|
+
- locale/ka/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
91
|
+
- locale/ka/hammer-cli-foreman-puppet.edit.po
|
92
|
+
- locale/ka/hammer-cli-foreman-puppet.po
|
93
|
+
- locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
94
|
+
- locale/pt_BR/hammer-cli-foreman-puppet.edit.po
|
95
|
+
- locale/pt_BR/hammer-cli-foreman-puppet.po
|
96
|
+
- locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-puppet.mo
|
97
|
+
- locale/zh_CN/hammer-cli-foreman-puppet.edit.po
|
98
|
+
- locale/zh_CN/hammer-cli-foreman-puppet.po
|
71
99
|
- test/data/2.1/foreman_api.json
|
72
100
|
- test/data/3.0/foreman_api.json
|
73
101
|
- test/data/3.3/foreman_api.json
|
@@ -104,39 +132,42 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
132
|
requirements:
|
105
133
|
- - ">="
|
106
134
|
- !ruby/object:Gem::Version
|
107
|
-
version: '
|
135
|
+
version: '2.7'
|
136
|
+
- - "<"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '4'
|
108
139
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
140
|
requirements:
|
110
141
|
- - ">="
|
111
142
|
- !ruby/object:Gem::Version
|
112
143
|
version: '0'
|
113
144
|
requirements: []
|
114
|
-
rubygems_version: 3.
|
145
|
+
rubygems_version: 3.2.33
|
115
146
|
signing_key:
|
116
147
|
specification_version: 4
|
117
148
|
summary: Foreman Puppet plugin for Hammer CLI
|
118
149
|
test_files:
|
119
|
-
- test/
|
120
|
-
- test/
|
121
|
-
- test/
|
122
|
-
- test/
|
123
|
-
- test/unit/helpers/fake_searchables.rb
|
124
|
-
- test/unit/test_helper.rb
|
125
|
-
- test/unit/test_output_adapter.rb
|
126
|
-
- test/unit/apipie_resource_mock.rb
|
127
|
-
- test/unit/puppet_environment_test.rb
|
128
|
-
- test/unit/puppet_class_test.rb
|
150
|
+
- test/data/2.1/foreman_api.json
|
151
|
+
- test/data/3.0/foreman_api.json
|
152
|
+
- test/data/3.3/foreman_api.json
|
153
|
+
- test/data/README.md
|
129
154
|
- test/functional/config_group_test.rb
|
130
|
-
- test/functional/smart_class_parameter_test.rb
|
131
|
-
- test/functional/test_helper.rb
|
132
|
-
- test/functional/template_test.rb
|
133
|
-
- test/functional/hostgroup/create_test.rb
|
134
|
-
- test/functional/hostgroup/update_test.rb
|
135
155
|
- test/functional/host/create_test.rb
|
136
156
|
- test/functional/host/update_test.rb
|
157
|
+
- test/functional/hostgroup/create_test.rb
|
158
|
+
- test/functional/hostgroup/update_test.rb
|
137
159
|
- test/functional/proxy_test.rb
|
160
|
+
- test/functional/smart_class_parameter_test.rb
|
161
|
+
- test/functional/template_test.rb
|
162
|
+
- test/functional/test_helper.rb
|
138
163
|
- test/test_helper.rb
|
139
|
-
- test/
|
140
|
-
- test/
|
141
|
-
- test/
|
142
|
-
- test/
|
164
|
+
- test/unit/apipie_resource_mock.rb
|
165
|
+
- test/unit/config_group_test.rb
|
166
|
+
- test/unit/helpers/command.rb
|
167
|
+
- test/unit/helpers/fake_searchables.rb
|
168
|
+
- test/unit/helpers/resource_disabled.rb
|
169
|
+
- test/unit/puppet_class_test.rb
|
170
|
+
- test/unit/puppet_environment_test.rb
|
171
|
+
- test/unit/smart_class_parameter_test.rb
|
172
|
+
- test/unit/test_helper.rb
|
173
|
+
- test/unit/test_output_adapter.rb
|