--- !ruby/object:Gem::Specification
name: foreman_openscap
version: !ruby/object:Gem::Version
  version: 0.3.2
platform: ruby
authors:
- "Šimon Lukašík"
autorequire: 
bindir: bin
cert_chain: []
date: 2015-03-02 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: deface
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: scaptimony
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.3.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.3.0
description: Foreman plug-in for managing security compliance reports
email:
- slukasik@redhat.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- LICENSE
- README.md
- Rakefile
- app/assets/javascript/foreman_openscap/period_selector.js
- app/assets/javascript/foreman_openscap/policy_edit.js
- app/assets/stylesheets/foreman_openscap/policy.css.scss
- app/controllers/api/v2/compliance/arf_reports_controller.rb
- app/controllers/scaptimony_arf_reports_controller.rb
- app/controllers/scaptimony_dashboard_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/policy_extensions.rb
- app/models/concerns/foreman_openscap/scap_content_extensions.rb
- app/overrides/hosts/index/host_arf_report.rb
- app/services/scaptimony/policy_dashboard/data.rb
- app/services/scaptimony/policy_dashboard/loader.rb
- app/services/scaptimony/policy_dashboard/manager.rb
- app/services/scaptimony/report_dashboard/data.rb
- 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_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/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
- lib/foreman_openscap.rb
- lib/foreman_openscap/engine.rb
- lib/foreman_openscap/helper.rb
- lib/foreman_openscap/version.rb
- lib/tasks/foreman_openscap_tasks.rake
- test/factories/foreman_openscap_factories.rb
- test/test_plugin_helper.rb
- test/unit/foreman_openscap_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/unit/foreman_openscap_test.rb
- test/test_plugin_helper.rb
- test/factories/foreman_openscap_factories.rb
has_rdoc: