hammer_cli_foreman_host_reports 0.1.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.
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hammer_cli_foreman_host_reports
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Oleh Fedorenko
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-02-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: hammer_cli_foreman
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 3.0.0
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 4.0.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 3.0.0
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 4.0.0
33
+ description:
34
+ email:
35
+ - ofedoren@redhat.com
36
+ executables: []
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files:
40
+ - LICENSE
41
+ - README.md
42
+ - config/foreman_host_reports.yml
43
+ - lib/hammer_cli_foreman_host_reports.rb
44
+ - lib/hammer_cli_foreman_host_reports/command_extensions.rb
45
+ - lib/hammer_cli_foreman_host_reports/command_extensions/host_report.rb
46
+ - lib/hammer_cli_foreman_host_reports/host_report.rb
47
+ - lib/hammer_cli_foreman_host_reports/version.rb
48
+ - test/data/3.2/foreman_api.json
49
+ - test/data/README.md
50
+ - test/functional/apipie_resource_mock.rb
51
+ - test/functional/host_report_test.rb
52
+ - test/functional/test_helper.rb
53
+ - test/test_helper.rb
54
+ - test/unit/host_report_test.rb
55
+ - test/unit/test_helper.rb
56
+ homepage: https://github.com/theforeman/hammer-cli-foreman-host-reports
57
+ licenses:
58
+ - GPL-3.0
59
+ metadata: {}
60
+ post_install_message:
61
+ rdoc_options: []
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ requirements: []
75
+ rubygems_version: 3.1.2
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: Foreman Host Reports plugin for Hammer CLI
79
+ test_files:
80
+ - test/test_helper.rb
81
+ - test/data/README.md
82
+ - test/data/3.2/foreman_api.json
83
+ - test/functional/test_helper.rb
84
+ - test/functional/host_report_test.rb
85
+ - test/functional/apipie_resource_mock.rb
86
+ - test/unit/test_helper.rb
87
+ - test/unit/host_report_test.rb