hammer_cli 3.5.0 → 3.5.1

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: 0702e6ad522b20708785e9393b33010612d7a3f6875197e90796751d3b297f4e
4
- data.tar.gz: cde2f105edd783de0e47539ead825a294971ddc5366dd8edc866f3765048c96a
3
+ metadata.gz: fef4527d2b222db1e8a5c4cd4c1f1935d9434a4faca25b1d1e862958610f6a4e
4
+ data.tar.gz: 1dea2d3ade1019d4a00dfdecfc1ece96782c60e24d4561d96b8abd9eeeb03219
5
5
  SHA512:
6
- metadata.gz: f8c663c5ab346b8dc1043e54c61dbaa1f981123ddef7cc6a03a871928b8398a2491912a5e859e94dd258459e1bc044574ed41fff1508cd66ee077459236d5d68
7
- data.tar.gz: 19b0ae03079285868c832bfbedd6f50ade0f544fe5b93397fa772b88b0a823c6f07093d31aba758dc2b57aa5fa3ba1eb2a4daf0ba0e993f4ac8261a5e9be3c98
6
+ metadata.gz: bd18a75dc52b4185cf4d88d75c1cfb1c09881c7ce9fd5542038d64c11c8300c70cbdcc54e56993c9208834d645c64acd30ae72c374c5c0c58146f1b822c930d6
7
+ data.tar.gz: e1e115dc06bc8a02d3ea01c6dc2f63631111db1fcae58906c1216186cd9253f16da5522364d2b36be3dce970f4c5ae3172a1a57492e93a975da9e2afebdb2a19
data/doc/release_notes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.5.1 (2023-02-28)
4
+ * Update apipie-bindings to 0.6.0
5
+
3
6
  ### 3.5.0 (2022-10-31)
4
7
  * Bump to 3.5.0-develop
5
8
 
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.5.0"
3
+ @version ||= Gem::Version.new "3.5.1"
4
4
  end
5
5
  end
data/man/hammer.1.gz CHANGED
Binary file
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Bačovský
8
8
  - Tomáš Strachota
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-10-31 00:00:00.000000000 Z
12
+ date: 2023-02-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp
@@ -135,47 +135,47 @@ dependencies:
135
135
  requirements:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 0.5.0
138
+ version: 0.6.0
139
139
  type: :runtime
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - ">="
144
144
  - !ruby/object:Gem::Version
145
- version: 0.5.0
145
+ version: 0.6.0
146
146
  description: 'Hammer cli provides universal extendable CLI interface for ruby apps
147
147
 
148
- '
148
+ '
149
149
  email: mbacovsk@redhat.com
150
150
  executables:
151
151
  - hammer
152
152
  - hammer-complete
153
153
  extensions: []
154
154
  extra_rdoc_files:
155
+ - doc/commands_extension.md
156
+ - doc/commands_modification.md
155
157
  - doc/creating_apipie_commands.md
158
+ - doc/creating_commands.md
156
159
  - doc/design.png
157
160
  - doc/design.uml
161
+ - doc/developer_docs.md
158
162
  - doc/development_tips.md
163
+ - doc/help_modification.md
159
164
  - doc/i18n.md
165
+ - doc/installation.md
160
166
  - doc/installation_deb.md
161
167
  - doc/installation_gem.md
168
+ - doc/installation_rpm.md
169
+ - doc/installation_source.md
162
170
  - doc/option_builders.md
163
171
  - doc/option_normalizers.md
164
- - doc/writing_a_plugin.md
165
- - doc/installation_source.md
166
- - doc/creating_commands.md
167
- - doc/release_notes.md
168
- - doc/commands_extension.md
169
- - doc/commands_modification.md
170
- - doc/developer_docs.md
171
- - doc/help_modification.md
172
- - doc/installation.md
173
- - doc/installation_rpm.md
174
172
  - doc/output.md
175
173
  - doc/review_checklist.md
174
+ - doc/writing_a_plugin.md
175
+ - doc/release_notes.md
176
176
  - config/cli.modules.d/module_config_template.yml
177
- - config/hammer.completion
178
177
  - config/cli_config.template.yml
178
+ - config/hammer.completion
179
179
  - README.md
180
180
  files:
181
181
  - LICENSE
@@ -379,7 +379,7 @@ homepage: https://github.com/theforeman/hammer-cli
379
379
  licenses:
380
380
  - GPL-3.0
381
381
  metadata: {}
382
- post_install_message:
382
+ post_install_message:
383
383
  rdoc_options: []
384
384
  require_paths:
385
385
  - lib
@@ -394,8 +394,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
394
394
  - !ruby/object:Gem::Version
395
395
  version: '0'
396
396
  requirements: []
397
- rubygems_version: 3.1.2
398
- signing_key:
397
+ rubygems_version: 3.1.6
398
+ signing_key:
399
399
  specification_version: 4
400
400
  summary: Universal command-line interface
401
401
  test_files:
@@ -403,33 +403,36 @@ test_files:
403
403
  - test/functional/help_test.rb
404
404
  - test/functional/nil_values_test.rb
405
405
  - test/functional/test_helper.rb
406
- - test/test_helper.rb
406
+ - test/unit/abstract_test.rb
407
+ - test/unit/apipie/api_connection_test.rb
407
408
  - test/unit/apipie/command_test.rb
409
+ - test/unit/apipie/option_builder_test.rb
408
410
  - test/unit/apipie/option_definition_test.rb
409
411
  - test/unit/apipie/test_helper.rb
410
- - test/unit/apipie/api_connection_test.rb
411
- - test/unit/apipie/option_builder_test.rb
412
+ - test/unit/bash_test.rb
412
413
  - test/unit/ca_cert_manager_test.rb
414
+ - test/unit/command_extensions_test.rb
413
415
  - test/unit/completer_test.rb
414
416
  - test/unit/connection_test.rb
415
417
  - test/unit/csv_parser_test.rb
416
418
  - test/unit/defaults_test.rb
417
- - test/unit/fixtures/apipie/documented.json
419
+ - test/unit/exception_handler_test.rb
418
420
  - test/unit/fixtures/apipie/architectures.json
421
+ - test/unit/fixtures/apipie/documented.json
419
422
  - test/unit/fixtures/certs/ca_cert.pem
420
423
  - test/unit/fixtures/certs/non_ca_cert.pem
421
424
  - test/unit/fixtures/defaults/defaults.yml
422
425
  - test/unit/fixtures/defaults/defaults_dashed.yml
423
426
  - test/unit/fixtures/json_input/invalid.json
424
427
  - test/unit/fixtures/json_input/valid.json
428
+ - test/unit/help/builder_test.rb
425
429
  - test/unit/help/definition/abstract_item_test.rb
426
- - test/unit/help/definition/section_test.rb
427
430
  - test/unit/help/definition/list_test.rb
428
431
  - test/unit/help/definition/note_test.rb
432
+ - test/unit/help/definition/section_test.rb
429
433
  - test/unit/help/definition/text_test.rb
430
434
  - test/unit/help/definition_test.rb
431
435
  - test/unit/help/text_builder_test.rb
432
- - test/unit/help/builder_test.rb
433
436
  - test/unit/history_test.rb
434
437
  - test/unit/i18n_test.rb
435
438
  - test/unit/logger_test.rb
@@ -438,31 +441,28 @@ test_files:
438
441
  - test/unit/modules_test.rb
439
442
  - test/unit/option_builder_test.rb
440
443
  - test/unit/options/matcher_test.rb
444
+ - test/unit/options/normalizers_test.rb
441
445
  - test/unit/options/option_collector_test.rb
446
+ - test/unit/options/option_definition_test.rb
447
+ - test/unit/options/option_family_test.rb
442
448
  - test/unit/options/processor_list_test.rb
443
449
  - test/unit/options/sources/command_line_test.rb
444
450
  - test/unit/options/sources/saved_defaults_test.rb
445
451
  - test/unit/options/validators/dsl_test.rb
446
- - test/unit/options/option_family_test.rb
447
- - test/unit/options/option_definition_test.rb
448
- - test/unit/options/normalizers_test.rb
449
452
  - test/unit/output/adapter/abstract_test.rb
450
453
  - test/unit/output/adapter/base_test.rb
451
454
  - test/unit/output/adapter/csv_test.rb
452
455
  - test/unit/output/adapter/json_test.rb
453
456
  - test/unit/output/adapter/table_test.rb
454
457
  - test/unit/output/adapter/yaml_test.rb
455
- - test/unit/output/dsl_test.rb
456
- - test/unit/output/fields_test.rb
457
- - test/unit/output/record_collection_test.rb
458
458
  - test/unit/output/definition_test.rb
459
+ - test/unit/output/dsl_test.rb
459
460
  - test/unit/output/field_filter_test.rb
461
+ - test/unit/output/fields_test.rb
460
462
  - test/unit/output/formatters_test.rb
461
463
  - test/unit/output/output_test.rb
464
+ - test/unit/output/record_collection_test.rb
462
465
  - test/unit/settings_test.rb
463
466
  - test/unit/test_helper.rb
464
467
  - test/unit/utils_test.rb
465
- - test/unit/bash_test.rb
466
- - test/unit/exception_handler_test.rb
467
- - test/unit/abstract_test.rb
468
- - test/unit/command_extensions_test.rb
468
+ - test/test_helper.rb