hammer_cli 3.18.0 → 3.19.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 +4 -4
- data/doc/release_notes.md +3 -0
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/cs_CZ/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ka/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
- data/man/hammer.1.gz +0 -0
- metadata +10 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9eb1f0fa288da3bc3f28c8cb83c6a6c5cec316604bed6d9b78578eba7e503d8a
|
|
4
|
+
data.tar.gz: 5e330d7454d2ddf9cce6790942402afa31cc93d9782b783d6005a4c8d2c9d2ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86c539759b0af27836383a95d56a929e27724e27946c1ba2b89202df6b7cbc07264939382f8774135428df9e9325c7b81590b012fe9a9717c8c7c6aadf71136c
|
|
7
|
+
data.tar.gz: 3d6db1d561a562694922f343f869ec94aecd37fdba79316a0df62794dd0fe1e84c471747dfa0add38523e9c979aba8b3c018d0c6f48d6aff30f897a6fecceb9e
|
data/doc/release_notes.md
CHANGED
data/lib/hammer_cli/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/man/hammer.1.gz
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Bačovský
|
|
8
8
|
- Tomáš Strachota
|
|
9
|
+
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
+
date: 2026-05-11 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: amazing_print
|
|
@@ -165,10 +166,6 @@ executables:
|
|
|
165
166
|
- hammer-complete
|
|
166
167
|
extensions: []
|
|
167
168
|
extra_rdoc_files:
|
|
168
|
-
- README.md
|
|
169
|
-
- config/cli.modules.d/module_config_template.yml
|
|
170
|
-
- config/cli_config.template.yml
|
|
171
|
-
- config/hammer.completion
|
|
172
169
|
- doc/commands_extension.md
|
|
173
170
|
- doc/commands_modification.md
|
|
174
171
|
- doc/creating_apipie_commands.md
|
|
@@ -190,6 +187,10 @@ extra_rdoc_files:
|
|
|
190
187
|
- doc/release_notes.md
|
|
191
188
|
- doc/review_checklist.md
|
|
192
189
|
- doc/writing_a_plugin.md
|
|
190
|
+
- config/cli.modules.d/module_config_template.yml
|
|
191
|
+
- config/cli_config.template.yml
|
|
192
|
+
- config/hammer.completion
|
|
193
|
+
- README.md
|
|
193
194
|
files:
|
|
194
195
|
- LICENSE
|
|
195
196
|
- README.md
|
|
@@ -396,6 +397,7 @@ homepage: https://github.com/theforeman/hammer-cli
|
|
|
396
397
|
licenses:
|
|
397
398
|
- GPL-3.0-only
|
|
398
399
|
metadata: {}
|
|
400
|
+
post_install_message:
|
|
399
401
|
rdoc_options: []
|
|
400
402
|
require_paths:
|
|
401
403
|
- lib
|
|
@@ -410,7 +412,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
410
412
|
- !ruby/object:Gem::Version
|
|
411
413
|
version: '0'
|
|
412
414
|
requirements: []
|
|
413
|
-
rubygems_version: 3.
|
|
415
|
+
rubygems_version: 3.2.33
|
|
416
|
+
signing_key:
|
|
414
417
|
specification_version: 4
|
|
415
418
|
summary: Universal command-line interface
|
|
416
419
|
test_files:
|