# -*- encoding: utf-8 -*- # stub: foreman_openscap 0.3.4 ruby lib Gem::Specification.new do |s| s.name = "foreman_openscap".freeze s.version = "0.3.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["\u0160imon Luka\u0161\u00EDk".freeze] s.date = "2015-05-07" s.description = "Foreman plug-in for managing security compliance reports".freeze s.email = ["slukasik@redhat.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascript/foreman_openscap/period_selector.js".freeze, "app/assets/javascript/foreman_openscap/policy_edit.js".freeze, "app/assets/stylesheets/foreman_openscap/policy.css.scss".freeze, "app/controllers/api/v2/compliance/arf_reports_controller.rb".freeze, "app/controllers/api/v2/compliance/policies_controller.rb".freeze, "app/controllers/scaptimony_arf_reports_controller.rb".freeze, "app/controllers/scaptimony_dashboard_controller.rb".freeze, "app/controllers/scaptimony_policies_controller.rb".freeze, "app/controllers/scaptimony_policy_dashboard_controller.rb".freeze, "app/controllers/scaptimony_scap_contents_controller.rb".freeze, "app/helpers/arf_reports_helper.rb".freeze, "app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb".freeze, "app/helpers/scaptimony_policies_helper.rb".freeze, "app/helpers/scaptimony_policy_dashboard_helper.rb".freeze, "app/helpers/scaptimony_report_dashboard_helper.rb".freeze, "app/models/concerns/foreman_openscap/arf_report_extensions.rb".freeze, "app/models/concerns/foreman_openscap/asset_extensions.rb".freeze, "app/models/concerns/foreman_openscap/host_extensions.rb".freeze, "app/models/concerns/foreman_openscap/hostgroup_extensions.rb".freeze, "app/models/concerns/foreman_openscap/policy_extensions.rb".freeze, "app/models/concerns/foreman_openscap/scap_content_extensions.rb".freeze, "app/overrides/hosts/index/host_arf_report.rb".freeze, "app/services/scaptimony/policy_dashboard/data.rb".freeze, "app/services/scaptimony/policy_dashboard/loader.rb".freeze, "app/services/scaptimony/policy_dashboard/manager.rb".freeze, "app/services/scaptimony/report_dashboard/data.rb".freeze, "app/views/dashboard/_foreman_openscap_host_reports_widget.html.erb".freeze, "app/views/dashboard/_foreman_openscap_reports_breakdown_widget.html.erb".freeze, "app/views/scaptimony_arf_reports/_host_report.html.erb".freeze, "app/views/scaptimony_arf_reports/_list.html.erb".freeze, "app/views/scaptimony_arf_reports/index.html.erb".freeze, "app/views/scaptimony_arf_reports/show.html.erb".freeze, "app/views/scaptimony_policies/_form.html.erb".freeze, "app/views/scaptimony_policies/_list.html.erb".freeze, "app/views/scaptimony_policies/_scap_content_results.html.erb".freeze, "app/views/scaptimony_policies/create.html.erb".freeze, "app/views/scaptimony_policies/edit.html.erb".freeze, "app/views/scaptimony_policies/index.html.erb".freeze, "app/views/scaptimony_policies/new.html.erb".freeze, "app/views/scaptimony_policies/select_multiple_hosts.html.erb".freeze, "app/views/scaptimony_policies/show.html.erb".freeze, "app/views/scaptimony_policies/steps/_create_policy_form.html.erb".freeze, "app/views/scaptimony_policies/steps/_hostgroups_form.html.erb".freeze, "app/views/scaptimony_policies/steps/_locations_form.html.erb".freeze, "app/views/scaptimony_policies/steps/_organizations_form.html.erb".freeze, "app/views/scaptimony_policies/steps/_scap_content_form.html.erb".freeze, "app/views/scaptimony_policies/steps/_schedule_form.html.erb".freeze, "app/views/scaptimony_policies/steps/_step_form.html.erb".freeze, "app/views/scaptimony_policies/welcome.html.erb".freeze, "app/views/scaptimony_policy_dashboard/_policy_chart_widget.html.erb".freeze, "app/views/scaptimony_policy_dashboard/_policy_reports.html.erb".freeze, "app/views/scaptimony_policy_dashboard/_policy_status_widget.html.erb".freeze, "app/views/scaptimony_policy_dashboard/index.html.erb".freeze, "app/views/scaptimony_scap_contents/_form.html.erb".freeze, "app/views/scaptimony_scap_contents/_list.html.erb".freeze, "app/views/scaptimony_scap_contents/edit.html.erb".freeze, "app/views/scaptimony_scap_contents/index.html.erb".freeze, "app/views/scaptimony_scap_contents/new.html.erb".freeze, "app/views/scaptimony_scap_contents/welcome.html.erb".freeze, "config/routes.rb".freeze, "db/seeds.d/openscap_feature.rb".freeze, "lib/foreman_openscap.rb".freeze, "lib/foreman_openscap/engine.rb".freeze, "lib/foreman_openscap/helper.rb".freeze, "lib/foreman_openscap/version.rb".freeze, "lib/tasks/foreman_openscap_tasks.rake".freeze, "test/factories/foreman_openscap_factories.rb".freeze, "test/factories/policy_factory.rb".freeze, "test/factories/scap_content_related.rb".freeze, "test/files/scap_contents/ssg-fedora-ds.xml".freeze, "test/functional/api/v2/compliance/policies_controller_test.rb".freeze, "test/test_plugin_helper.rb".freeze, "test/unit/openscap_host_test.rb".freeze] s.homepage = "https://github.com/OpenSCAP/foreman_openscap".freeze s.licenses = ["GPL-3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Foreman plug-in for displaying OpenSCAP audit reports".freeze s.test_files = ["test/unit/openscap_host_test.rb".freeze, "test/test_plugin_helper.rb".freeze, "test/files/scap_contents/ssg-fedora-ds.xml".freeze, "test/functional/api/v2/compliance/policies_controller_test.rb".freeze, "test/factories/policy_factory.rb".freeze, "test/factories/scap_content_related.rb".freeze, "test/factories/foreman_openscap_factories.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.0".freeze]) end