hammer_cli 2.5.1 → 3.0.0

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: a39815aa1d748fda7475b583f55c801a8391e21a6418aad7e479a3a8754f1412
4
- data.tar.gz: ffce03a8a4057f28dd21fde44100a7867f7efe2ce2f2f7e2a18dd0b037ce5983
3
+ metadata.gz: 18c588190de60119f107f523180928f0cff86e22f32330c37d22bd064ede6c36
4
+ data.tar.gz: aa66a052a8c90061366a64264eebe89bb28bf932e67307a455148115834c2615
5
5
  SHA512:
6
- metadata.gz: fdfe7222cc2b1dc5059a62b8cdef4effd09af391d5880fb2f2315d9ca8d20124ffa2aa07aaebc56be6dd01cf988c69490b8a98da86e29fd166949d9d67e257c3
7
- data.tar.gz: 34ee4d3731a3a4d4e883acb11dd7dcae4b7cdc9ff45cc513642ebef428a67fd33e7072cc37ba4a8d791c0425afbdfbc8506bc032041e0d86b62387f736aeb32e
6
+ metadata.gz: 59e1fb24c0996dcd6c01621a93ca0ffeb99adc2cb46a56c43f8ee5ed2baa0f9d63b25cb5626f7016d2016e3267ea6614be216cd93990dfac034d5440119e5c0c
7
+ data.tar.gz: 24dcde8e10be473f115f3954ac203e035fb69a5dc847086d6ad64a8f125ae38dbeb44a8332ef73a61225d046c4ac3fba09b8a1ffb63d5c4bb04ab69c5de55366
data/doc/release_notes.md CHANGED
@@ -1,10 +1,15 @@
1
1
  Release notes
2
2
  =============
3
- ### 2.5.1 (2021-06-08)
3
+ ### 3.0.0 (2021-08-04)
4
+ * Update rel-eng notebook ([PR #347](https://github.com/theforeman/hammer-cli/pull/347))
5
+ * Bump version to 3.0-develop
6
+ * Revert "change from superficial copy to deep copy of fields", [#29093](http://projects.theforeman.org/issues/29093)
7
+ * Change from superficial copy to deep copy of fields, [#29093](http://projects.theforeman.org/issues/29093)
4
8
  * Add full comparison for fields option, [#31984](http://projects.theforeman.org/issues/31984)
5
9
  * Force capitalized field names in help, [#32444](http://projects.theforeman.org/issues/32444)
6
10
  * Unescape enum validator description, [#32570](http://projects.theforeman.org/issues/32570)
7
11
  * Make cmd object be available in command extensions, [#32568](http://projects.theforeman.org/issues/32568)
12
+ * Bump to 2.6.0-develop
8
13
 
9
14
  ### 2.5.0 (2021-05-04)
10
15
  * Better family assignment for options, [#30996](http://projects.theforeman.org/issues/30996)
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "2.5.1"
3
+ @version ||= Gem::Version.new "3.0.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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Bačovský
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-06-08 00:00:00.000000000 Z
12
+ date: 2021-08-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp
@@ -152,27 +152,27 @@ executables:
152
152
  - hammer-complete
153
153
  extensions: []
154
154
  extra_rdoc_files:
155
- - doc/commands_modification.md
156
155
  - doc/creating_apipie_commands.md
157
- - doc/creating_commands.md
158
156
  - doc/design.png
159
157
  - doc/design.uml
160
- - doc/developer_docs.md
161
158
  - doc/development_tips.md
162
- - doc/help_modification.md
163
159
  - doc/i18n.md
164
- - doc/installation.md
165
160
  - doc/installation_deb.md
166
161
  - doc/installation_gem.md
167
- - doc/installation_rpm.md
168
- - doc/installation_source.md
169
162
  - doc/option_builders.md
170
163
  - doc/option_normalizers.md
171
- - doc/output.md
172
- - doc/review_checklist.md
173
164
  - doc/writing_a_plugin.md
174
- - doc/commands_extension.md
165
+ - doc/installation_source.md
166
+ - doc/creating_commands.md
175
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
+ - doc/output.md
175
+ - doc/review_checklist.md
176
176
  - config/cli.modules.d/module_config_template.yml
177
177
  - config/cli_config.template.yml
178
178
  - config/hammer.completion
@@ -404,20 +404,16 @@ test_files:
404
404
  - test/functional/nil_values_test.rb
405
405
  - test/functional/test_helper.rb
406
406
  - test/test_helper.rb
407
- - test/unit/abstract_test.rb
408
- - test/unit/apipie/api_connection_test.rb
409
407
  - test/unit/apipie/command_test.rb
410
- - test/unit/apipie/option_builder_test.rb
411
408
  - test/unit/apipie/option_definition_test.rb
412
409
  - test/unit/apipie/test_helper.rb
413
- - test/unit/bash_test.rb
410
+ - test/unit/apipie/api_connection_test.rb
411
+ - test/unit/apipie/option_builder_test.rb
414
412
  - test/unit/ca_cert_manager_test.rb
415
- - test/unit/command_extensions_test.rb
416
413
  - test/unit/completer_test.rb
417
414
  - test/unit/connection_test.rb
418
415
  - test/unit/csv_parser_test.rb
419
416
  - test/unit/defaults_test.rb
420
- - test/unit/exception_handler_test.rb
421
417
  - test/unit/fixtures/apipie/architectures.json
422
418
  - test/unit/fixtures/apipie/documented.json
423
419
  - test/unit/fixtures/certs/ca_cert.pem
@@ -426,14 +422,14 @@ test_files:
426
422
  - test/unit/fixtures/defaults/defaults_dashed.yml
427
423
  - test/unit/fixtures/json_input/invalid.json
428
424
  - test/unit/fixtures/json_input/valid.json
429
- - test/unit/help/builder_test.rb
430
425
  - test/unit/help/definition/abstract_item_test.rb
426
+ - test/unit/help/definition/section_test.rb
431
427
  - test/unit/help/definition/list_test.rb
432
428
  - test/unit/help/definition/note_test.rb
433
- - test/unit/help/definition/section_test.rb
434
429
  - test/unit/help/definition/text_test.rb
435
430
  - test/unit/help/definition_test.rb
436
431
  - test/unit/help/text_builder_test.rb
432
+ - test/unit/help/builder_test.rb
437
433
  - test/unit/history_test.rb
438
434
  - test/unit/i18n_test.rb
439
435
  - test/unit/logger_test.rb
@@ -442,14 +438,14 @@ test_files:
442
438
  - test/unit/modules_test.rb
443
439
  - test/unit/option_builder_test.rb
444
440
  - test/unit/options/matcher_test.rb
445
- - test/unit/options/normalizers_test.rb
446
441
  - test/unit/options/option_collector_test.rb
447
442
  - test/unit/options/option_definition_test.rb
448
- - test/unit/options/option_family_test.rb
449
443
  - test/unit/options/processor_list_test.rb
450
444
  - test/unit/options/sources/command_line_test.rb
451
445
  - test/unit/options/sources/saved_defaults_test.rb
452
446
  - test/unit/options/validators/dsl_test.rb
447
+ - test/unit/options/normalizers_test.rb
448
+ - test/unit/options/option_family_test.rb
453
449
  - test/unit/output/adapter/abstract_test.rb
454
450
  - test/unit/output/adapter/base_test.rb
455
451
  - test/unit/output/adapter/csv_test.rb
@@ -457,12 +453,16 @@ test_files:
457
453
  - test/unit/output/adapter/table_test.rb
458
454
  - test/unit/output/adapter/yaml_test.rb
459
455
  - test/unit/output/dsl_test.rb
460
- - test/unit/output/field_filter_test.rb
461
456
  - test/unit/output/fields_test.rb
462
- - test/unit/output/formatters_test.rb
463
- - test/unit/output/output_test.rb
464
457
  - test/unit/output/record_collection_test.rb
465
458
  - test/unit/output/definition_test.rb
459
+ - test/unit/output/field_filter_test.rb
460
+ - test/unit/output/formatters_test.rb
461
+ - test/unit/output/output_test.rb
466
462
  - test/unit/settings_test.rb
467
463
  - test/unit/test_helper.rb
468
464
  - test/unit/utils_test.rb
465
+ - test/unit/abstract_test.rb
466
+ - test/unit/bash_test.rb
467
+ - test/unit/exception_handler_test.rb
468
+ - test/unit/command_extensions_test.rb