hammer_cli_katello 1.8.0 → 1.8.2

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.
@@ -16,8 +16,7 @@ describe 'host info' do
16
16
 
17
17
  result = run_cmd(@cmd + params)
18
18
  # rubocop:disable Style/WordArray
19
- expected_fields = [['Name', 'Library'],
20
- ['Name', 'Default Organization View'],
19
+ expected_fields = [['Name', 'robot.example.com'],
21
20
  ['Release Version', '7Server'],
22
21
  ['Name', 'Rhel 7'],
23
22
  ['Name', 'capsule'],
data/test/test_helper.rb CHANGED
@@ -17,7 +17,7 @@ require 'minitest/spec'
17
17
  require 'mocha/minitest'
18
18
  require 'hammer_cli'
19
19
 
20
- KATELLO_VERSION = Gem::Version.new(ENV['TEST_API_VERSION'] || '4.7')
20
+ KATELLO_VERSION = Gem::Version.new(ENV['TEST_API_VERSION'] || '4.8')
21
21
 
22
22
  if HammerCLI.context[:api_connection]
23
23
  HammerCLI.context[:api_connection].create('foreman') do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Price
@@ -32,10 +32,10 @@ authors:
32
32
  - Tom McKay
33
33
  - Walden Raines
34
34
  - Zach Huntington-Meath
35
- autorequire:
35
+ autorequire:
36
36
  bindir: bin
37
37
  cert_chain: []
38
- date: 2023-02-23 00:00:00.000000000 Z
38
+ date: 2023-06-22 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: hammer_cli_foreman
@@ -283,19 +283,29 @@ files:
283
283
  - lib/hammer_cli_katello/version.rb
284
284
  - locale/Makefile
285
285
  - locale/README.md
286
+ - locale/de/LC_MESSAGES/hammer-cli-katello.mo
286
287
  - locale/de/hammer-cli-katello.po
287
288
  - locale/en/LC_MESSAGES/hammer-cli-katello.mo
288
289
  - locale/en/hammer-cli-katello.po
290
+ - locale/es/LC_MESSAGES/hammer-cli-katello.mo
289
291
  - locale/es/hammer-cli-katello.po
292
+ - locale/fr/LC_MESSAGES/hammer-cli-katello.mo
290
293
  - locale/fr/hammer-cli-katello.po
291
294
  - locale/hammer-cli-katello.pot
295
+ - locale/it/LC_MESSAGES/hammer-cli-katello.mo
292
296
  - locale/it/hammer-cli-katello.po
297
+ - locale/ja/LC_MESSAGES/hammer-cli-katello.mo
293
298
  - locale/ja/hammer-cli-katello.po
299
+ - locale/ko/LC_MESSAGES/hammer-cli-katello.mo
294
300
  - locale/ko/hammer-cli-katello.po
301
+ - locale/pt_BR/LC_MESSAGES/hammer-cli-katello.mo
295
302
  - locale/pt_BR/hammer-cli-katello.po
303
+ - locale/ru/LC_MESSAGES/hammer-cli-katello.mo
296
304
  - locale/ru/hammer-cli-katello.po
297
305
  - locale/zanata.xml
306
+ - locale/zh_CN/LC_MESSAGES/hammer-cli-katello.mo
298
307
  - locale/zh_CN/hammer-cli-katello.po
308
+ - locale/zh_TW/LC_MESSAGES/hammer-cli-katello.mo
299
309
  - locale/zh_TW/hammer-cli-katello.po
300
310
  - test/data/2.5/foreman_api.json
301
311
  - test/data/3.0/foreman_api.json
@@ -323,6 +333,7 @@ files:
323
333
  - test/data/4.5/foreman_api.json
324
334
  - test/data/4.6/foreman_api.json
325
335
  - test/data/4.7/foreman_api.json
336
+ - test/data/4.8/foreman_api.json
326
337
  - test/data/Readme.md
327
338
  - test/functional/acs/create_test.rb
328
339
  - test/functional/acs/delete_test.rb
@@ -513,7 +524,7 @@ homepage: https://github.com/Katello/hammer-cli-katello
513
524
  licenses:
514
525
  - GPL-3.0
515
526
  metadata: {}
516
- post_install_message:
527
+ post_install_message:
517
528
  rdoc_options: []
518
529
  require_paths:
519
530
  - lib
@@ -528,8 +539,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
528
539
  - !ruby/object:Gem::Version
529
540
  version: '0'
530
541
  requirements: []
531
- rubygems_version: 3.3.26
532
- signing_key:
542
+ rubygems_version: 3.1.6
543
+ signing_key:
533
544
  specification_version: 4
534
545
  summary: Katello commands for Hammer
535
546
  test_files:
@@ -559,6 +570,7 @@ test_files:
559
570
  - test/data/4.5/foreman_api.json
560
571
  - test/data/4.6/foreman_api.json
561
572
  - test/data/4.7/foreman_api.json
573
+ - test/data/4.8/foreman_api.json
562
574
  - test/data/Readme.md
563
575
  - test/functional/acs/create_test.rb
564
576
  - test/functional/acs/delete_test.rb