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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33a172242f09152e20ca9c2527a575632ef103d2e8dc783463d833034f0463b6
4
- data.tar.gz: a0ab45b803bb793cee25150e40ed69a268e21f1952ea84a0fe0bce68927de167
3
+ metadata.gz: 9eb1f0fa288da3bc3f28c8cb83c6a6c5cec316604bed6d9b78578eba7e503d8a
4
+ data.tar.gz: 5e330d7454d2ddf9cce6790942402afa31cc93d9782b783d6005a4c8d2c9d2ad
5
5
  SHA512:
6
- metadata.gz: 60b971d8a4cb6d8a431f5fe811e13b06948f7aec8c775d0b999dc89d8204ae9147ededb955964235fbcfc0e06fa32cc0d16a49805902740a74c9cccd160331c1
7
- data.tar.gz: e00f5d37461468d9dd431f5ad4d84e44bff184473ef1f62b73e2fdea5fc8cc1bd8663090a999eaf82223fa41b8c4952455ddcde149d0f103a3fa568a5abc7d1c
6
+ metadata.gz: 86c539759b0af27836383a95d56a929e27724e27946c1ba2b89202df6b7cbc07264939382f8774135428df9e9325c7b81590b012fe9a9717c8c7c6aadf71136c
7
+ data.tar.gz: 3d6db1d561a562694922f343f869ec94aecd37fdba79316a0df62794dd0fe1e84c471747dfa0add38523e9c979aba8b3c018d0c6f48d6aff30f897a6fecceb9e
data/doc/release_notes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.19.0 (2026-05-11)
4
+ * Bump to 3.19.0-develop
5
+
3
6
  ### 3.18.0 (2026-02-10)
4
7
  * Bump to 3.18.0-develop
5
8
 
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.18.0"
3
+ @version ||= Gem::Version.new "3.19.0"
4
4
  end
5
5
  end
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.18.0
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: 1980-01-02 00:00:00.000000000 Z
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.6.9
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: