--- !ruby/object:Gem::Specification name: foreman_openscap version: !ruby/object:Gem::Version version: 0.4.3 platform: ruby authors: - Šimon Lukašík autorequire: bindir: bin cert_chain: [] date: 2015-08-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: deface requirement: !ruby/object:Gem::Requirement requirements: - - "<" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "<" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: scaptimony requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.2 description: Foreman plug-in for managing security compliance reports email: - slukasik@redhat.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - app/assets/javascripts/foreman_openscap/load_report.js - app/assets/javascripts/foreman_openscap/period_selector.js - app/assets/javascripts/foreman_openscap/policy_edit.js - app/assets/javascripts/foreman_openscap/scap_hosts_show.js - app/assets/stylesheets/foreman_openscap/policy.css - app/controllers/api/v2/compliance/arf_reports_controller.rb - app/controllers/api/v2/compliance/policies_controller.rb - app/controllers/api/v2/compliance/scap_contents_controller.rb - app/controllers/scaptimony_arf_reports_controller.rb - app/controllers/scaptimony_dashboard_controller.rb - app/controllers/scaptimony_hosts_controller.rb - app/controllers/scaptimony_policies_controller.rb - app/controllers/scaptimony_policy_dashboard_controller.rb - app/controllers/scaptimony_scap_contents_controller.rb - app/helpers/arf_reports_helper.rb - app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb - app/helpers/scaptimony_policies_helper.rb - app/helpers/scaptimony_policy_dashboard_helper.rb - app/helpers/scaptimony_report_dashboard_helper.rb - app/models/concerns/foreman_openscap/arf_report_extensions.rb - app/models/concerns/foreman_openscap/asset_extensions.rb - app/models/concerns/foreman_openscap/host_extensions.rb - app/models/concerns/foreman_openscap/hostgroup_extensions.rb - app/models/concerns/foreman_openscap/policy_extensions.rb - app/models/concerns/foreman_openscap/scap_content_extensions.rb - app/overrides/hosts/index/host_arf_report.rb - app/overrides/hosts/overview/host_compliance_status.rb - app/services/scaptimony/host_report_dashboard/data.rb - app/services/scaptimony/policy_dashboard/data.rb - app/services/scaptimony/report_dashboard/data.rb - app/views/api/v2/compliance/arf_reports/base.json.rabl - app/views/api/v2/compliance/arf_reports/index.json.rabl - app/views/api/v2/compliance/arf_reports/main.json.rabl - app/views/api/v2/compliance/arf_reports/show.json.rabl - app/views/api/v2/compliance/policies/base.json.rabl - app/views/api/v2/compliance/policies/index.json.rabl - app/views/api/v2/compliance/policies/main.json.rabl - app/views/api/v2/compliance/policies/show.json.rabl - app/views/api/v2/compliance/scap_contents/base.json.rabl - app/views/api/v2/compliance/scap_contents/index.json.rabl - app/views/api/v2/compliance/scap_contents/main.json.rabl - app/views/api/v2/compliance/scap_contents/show.json.rabl - app/views/dashboard/_foreman_openscap_host_reports_widget.html.erb - app/views/dashboard/_foreman_openscap_reports_breakdown_widget.html.erb - app/views/scaptimony_arf_reports/_host_report.html.erb - app/views/scaptimony_arf_reports/_list.html.erb - app/views/scaptimony_arf_reports/index.html.erb - app/views/scaptimony_arf_reports/show.html.erb - app/views/scaptimony_hosts/_host_status.html.erb - app/views/scaptimony_hosts/show.html.erb - app/views/scaptimony_policies/_form.html.erb - app/views/scaptimony_policies/_list.html.erb - app/views/scaptimony_policies/_scap_content_results.html.erb - app/views/scaptimony_policies/create.html.erb - app/views/scaptimony_policies/disassociate_multiple_hosts.html.erb - app/views/scaptimony_policies/edit.html.erb - app/views/scaptimony_policies/index.html.erb - app/views/scaptimony_policies/new.html.erb - app/views/scaptimony_policies/select_multiple_hosts.html.erb - app/views/scaptimony_policies/show.html.erb - app/views/scaptimony_policies/steps/_create_policy_form.html.erb - app/views/scaptimony_policies/steps/_hostgroups_form.html.erb - app/views/scaptimony_policies/steps/_locations_form.html.erb - app/views/scaptimony_policies/steps/_organizations_form.html.erb - app/views/scaptimony_policies/steps/_scap_content_form.html.erb - app/views/scaptimony_policies/steps/_schedule_form.html.erb - app/views/scaptimony_policies/steps/_step_form.html.erb - app/views/scaptimony_policies/welcome.html.erb - app/views/scaptimony_policy_dashboard/_policy_chart_widget.html.erb - app/views/scaptimony_policy_dashboard/_policy_reports.html.erb - app/views/scaptimony_policy_dashboard/_policy_status_widget.html.erb - app/views/scaptimony_policy_dashboard/index.html.erb - app/views/scaptimony_scap_contents/_form.html.erb - app/views/scaptimony_scap_contents/_list.html.erb - app/views/scaptimony_scap_contents/edit.html.erb - app/views/scaptimony_scap_contents/index.html.erb - app/views/scaptimony_scap_contents/new.html.erb - app/views/scaptimony_scap_contents/welcome.html.erb - config/routes.rb - db/seeds.d/openscap_feature.rb - db/seeds.d/openscap_scap_default.rb - lib/foreman_openscap.rb - lib/foreman_openscap/bulk_upload.rb - lib/foreman_openscap/engine.rb - lib/foreman_openscap/helper.rb - lib/foreman_openscap/version.rb - lib/tasks/foreman_openscap_tasks.rake - test/factories/arf_report_factory.rb - test/factories/asset_factory.rb - test/factories/policy_factory.rb - test/factories/scap_content_related.rb - test/files/scap_contents/ssg-fedora-ds.xml - test/functional/api/v2/compliance/arf_reports_controller_test.rb - test/functional/api/v2/compliance/policies_controller_test.rb - test/functional/api/v2/compliance/scap_contents_controller_test.rb - test/lib/foreman_openscap/bulk_upload_test.rb - test/test_plugin_helper.rb - test/unit/openscap_host_test.rb homepage: https://github.com/OpenSCAP/foreman_openscap licenses: - GPL-3.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Foreman plug-in for displaying OpenSCAP audit reports test_files: - test/factories/policy_factory.rb - test/factories/asset_factory.rb - test/factories/scap_content_related.rb - test/factories/arf_report_factory.rb - test/lib/foreman_openscap/bulk_upload_test.rb - test/unit/openscap_host_test.rb - test/files/scap_contents/ssg-fedora-ds.xml - test/functional/api/v2/compliance/policies_controller_test.rb - test/functional/api/v2/compliance/scap_contents_controller_test.rb - test/functional/api/v2/compliance/arf_reports_controller_test.rb - test/test_plugin_helper.rb has_rdoc: