hammer_cli_foreman 3.10.0 → 3.11.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.
data/test/test_helper.rb CHANGED
@@ -16,7 +16,7 @@ require "mocha/minitest"
16
16
  require 'hammer_cli'
17
17
  require 'hammer_cli_foreman/testing/api_expectations'
18
18
 
19
- FOREMAN_VERSION = ENV['TEST_API_VERSION'] || '3.4'
19
+ FOREMAN_VERSION = ENV['TEST_API_VERSION'] || '3.11'
20
20
  unless Dir.entries('test/data').include? FOREMAN_VERSION
21
21
  raise StandardError.new "Version is not correct"
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.0
4
+ version: 3.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomáš Strachota
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-02-21 00:00:00.000000000 Z
12
+ date: 2024-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hammer_cli
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: 3.10.0
20
+ version: 3.11.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: 3.10.0
27
+ version: 3.11.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: apipie-bindings
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -82,13 +82,13 @@ extensions: []
82
82
  extra_rdoc_files:
83
83
  - doc/configuration.md
84
84
  - doc/developer_docs.md
85
+ - doc/host_create.md
85
86
  - doc/name_id_resolution.md
86
87
  - doc/option_builder.md
87
88
  - doc/plugin.md
89
+ - doc/release_notes.md
88
90
  - doc/testing.md
89
91
  - doc/using_hammer_cli_foreman_command.md
90
- - doc/host_create.md
91
- - doc/release_notes.md
92
92
  - README.md
93
93
  files:
94
94
  - LICENSE
@@ -249,6 +249,7 @@ files:
249
249
  - test/data/2.4/foreman_api.json
250
250
  - test/data/2.5/foreman_api.json
251
251
  - test/data/3.1/foreman_api.json
252
+ - test/data/3.11/foreman_api.json
252
253
  - test/data/3.4/foreman_api.json
253
254
  - test/data/README.md
254
255
  - test/functional/architecture_test.rb
@@ -368,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
368
369
  - !ruby/object:Gem::Version
369
370
  version: '0'
370
371
  requirements: []
371
- rubygems_version: 3.1.6
372
+ rubygems_version: 3.2.33
372
373
  signing_key:
373
374
  specification_version: 4
374
375
  summary: Foreman commands for Hammer
@@ -390,9 +391,11 @@ test_files:
390
391
  - test/data/2.4/foreman_api.json
391
392
  - test/data/2.5/foreman_api.json
392
393
  - test/data/3.1/foreman_api.json
394
+ - test/data/3.11/foreman_api.json
393
395
  - test/data/3.4/foreman_api.json
394
396
  - test/data/README.md
395
397
  - test/functional/architecture_test.rb
398
+ - test/functional/associating_commands_test.rb
396
399
  - test/functional/audit_test.rb
397
400
  - test/functional/auth_source_test.rb
398
401
  - test/functional/bookmark_test.rb
@@ -415,8 +418,10 @@ test_files:
415
418
  - test/functional/organization_test.rb
416
419
  - test/functional/partition_table_test.rb
417
420
  - test/functional/personal_access_token_test.rb
421
+ - test/functional/ping_test.rb
418
422
  - test/functional/realm_test.rb
419
423
  - test/functional/registration_test.rb
424
+ - test/functional/report_template_test.rb
420
425
  - test/functional/role_test.rb
421
426
  - test/functional/settings_test.rb
422
427
  - test/functional/ssh_keys_test.rb
@@ -429,31 +434,15 @@ test_files:
429
434
  - test/functional/user_mail_notification_test.rb
430
435
  - test/functional/user_test.rb
431
436
  - test/functional/usergroup_test.rb
432
- - test/functional/associating_commands_test.rb
433
- - test/functional/report_template_test.rb
434
437
  - test/functional/virtual_machine_test.rb
435
- - test/functional/ping_test.rb
438
+ - test/test_helper.rb
439
+ - test/unit/api/interactive_basic_auth_test.rb
436
440
  - test/unit/api/oauth/oauth_authentication_code_grant_test.rb
437
441
  - test/unit/api/oauth/oauth_password_grant_test.rb
438
- - test/unit/api/void_auth_test.rb
439
- - test/unit/api/interactive_basic_auth_test.rb
440
442
  - test/unit/api/session_authenticator_wrapper_test.rb
443
+ - test/unit/api/void_auth_test.rb
441
444
  - test/unit/api_test.rb
442
445
  - test/unit/apipie_resource_mock.rb
443
- - test/unit/data/test_api.json
444
- - test/unit/defaults_test.rb
445
- - test/unit/dependency_resolver_test.rb
446
- - test/unit/helpers/fake_searchables.rb
447
- - test/unit/helpers/command.rb
448
- - test/unit/helpers/resource_disabled.rb
449
- - test/unit/id_resolver_test.rb
450
- - test/unit/messages_test.rb
451
- - test/unit/option_sources/id_params_test.rb
452
- - test/unit/option_sources/ids_params_test.rb
453
- - test/unit/output/formatters_test.rb
454
- - test/unit/sessions_test.rb
455
- - test/unit/test_helper.rb
456
- - test/unit/test_output_adapter.rb
457
446
  - test/unit/architecture_test.rb
458
447
  - test/unit/audit_test.rb
459
448
  - test/unit/auth_source_external.rb
@@ -464,29 +453,42 @@ test_files:
464
453
  - test/unit/compute_profile_test.rb
465
454
  - test/unit/compute_resource_test.rb
466
455
  - test/unit/config_report_test.rb
456
+ - test/unit/data/test_api.json
457
+ - test/unit/defaults_test.rb
458
+ - test/unit/dependency_resolver_test.rb
467
459
  - test/unit/domain_test.rb
468
460
  - test/unit/exception_handler_test.rb
469
461
  - test/unit/external_usergroup_test.rb
470
462
  - test/unit/fact_test.rb
471
463
  - test/unit/filter_test.rb
464
+ - test/unit/helpers/command.rb
465
+ - test/unit/helpers/fake_searchables.rb
466
+ - test/unit/helpers/resource_disabled.rb
472
467
  - test/unit/host_test.rb
473
468
  - test/unit/hostgroup_test.rb
469
+ - test/unit/id_resolver_test.rb
474
470
  - test/unit/image_test.rb
475
471
  - test/unit/location_test.rb
476
472
  - test/unit/mail_notification_test.rb
477
473
  - test/unit/media_test.rb
474
+ - test/unit/messages_test.rb
478
475
  - test/unit/model_test.rb
479
476
  - test/unit/operating_system_test.rb
480
477
  - test/unit/option_builders_test.rb
478
+ - test/unit/option_sources/id_params_test.rb
479
+ - test/unit/option_sources/ids_params_test.rb
481
480
  - test/unit/organization_test.rb
481
+ - test/unit/output/formatters_test.rb
482
482
  - test/unit/param_filters_test.rb
483
483
  - test/unit/partition_table_test.rb
484
484
  - test/unit/realm_test.rb
485
485
  - test/unit/role_test.rb
486
+ - test/unit/sessions_test.rb
486
487
  - test/unit/settings_test.rb
487
488
  - test/unit/smart_proxy_test.rb
488
489
  - test/unit/subnet_test.rb
489
490
  - test/unit/template_test.rb
491
+ - test/unit/test_helper.rb
492
+ - test/unit/test_output_adapter.rb
490
493
  - test/unit/user_test.rb
491
494
  - test/unit/usergroup_test.rb
492
- - test/test_helper.rb