foreman_openscap 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9099dd74d7cf2f5a4d208da949f2985b7e439b68
4
- data.tar.gz: 86e35c42bd3592cd233cde1edb2e07447027f1d0
3
+ metadata.gz: e6f78f76f48726587034c86337c59f870ea7774d
4
+ data.tar.gz: fe1cde3c865b1351ae79826961fb1bd9fbdec4cf
5
5
  SHA512:
6
- metadata.gz: 36ddf368e83db6d1f6b155cbe63cd07addfa3bd48a302020878e9f02460b224753e9a26cbb077ed9a26031be89a1b2dbbf69cf45d216c575e4f8fb97d9c62f28
7
- data.tar.gz: b5224b0a227ba97923cc6aed1e550a5e28bc291b2b11a70822585dcf5b3c2db1287cee865b60b884c7b1fa625f55f23566d5ad7d3570fcaaf02a19bfbc0cd243
6
+ metadata.gz: c6d5969f1a17b78fdbb48d5f2e0df38e0caa4c32fa72b3dea0c479b97c864cc8ae2c98c53067b20805b00c80e90046471c1304270ee3ec34133f43013be515a0
7
+ data.tar.gz: 81e507d2834565420bbf7e6bbbbfb1bdad76340c718fa40c393fe68cdab4505bf949577821570b93441b11149ff7567cecc01e1993f00ff5285f38f7d3d30cc4
@@ -3,7 +3,7 @@ require 'scaptimony/engine'
3
3
 
4
4
  module ForemanOpenscap
5
5
  class Engine < ::Rails::Engine
6
-
6
+ engine_name 'foreman_openscap'
7
7
  config.autoload_paths += Dir["#{config.root}/app/controllers/concerns"]
8
8
  config.autoload_paths += Dir["#{config.root}/app/helpers/concerns"]
9
9
  config.autoload_paths += Dir["#{config.root}/app/models/concerns"]
@@ -1,3 +1,3 @@
1
1
  module ForemanOpenscap
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,27 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_openscap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Šimon Lukašík
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-04 00:00:00.000000000 Z
11
+ date: 2015-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: scaptimony
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
25
39
  - !ruby/object:Gem::Version
26
40
  version: '0'
27
41
  description: Foreman plug-in for managing security compliance reports
@@ -31,48 +45,48 @@ executables: []
31
45
  extensions: []
32
46
  extra_rdoc_files: []
33
47
  files:
34
- - app/views/scaptimony_arf_reports/index.html.erb
35
- - app/views/scaptimony_arf_reports/_list.html.erb
36
- - app/views/scaptimony_scap_contents/_form.html.erb
37
- - app/views/scaptimony_scap_contents/new.html.erb
48
+ - app/overrides/dashboard/index/sample_override.html.erb.deface
49
+ - app/helpers/arf_reports_helper.rb
50
+ - app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb
51
+ - app/helpers/scaptimony_policies_helper.rb
52
+ - app/assets/javascript/policy_edit.js
53
+ - app/models/scaptimony/asset.rb
54
+ - app/models/concerns/foreman_openscap/scap_content_extensions.rb
55
+ - app/models/concerns/foreman_openscap/host_extensions.rb
56
+ - app/models/concerns/foreman_openscap/policy_extensions.rb
57
+ - app/models/concerns/foreman_openscap/arf_report_extensions.rb
58
+ - app/controllers/scaptimony_policies_controller.rb
59
+ - app/controllers/scaptimony_dashboard_controller.rb
60
+ - app/controllers/api/v2/openscap/arf_reports_controller.rb
61
+ - app/controllers/scaptimony_scap_contents_controller.rb
62
+ - app/controllers/scaptimony_arf_reports_controller.rb
38
63
  - app/views/scaptimony_scap_contents/index.html.erb
64
+ - app/views/scaptimony_scap_contents/_form.html.erb
39
65
  - app/views/scaptimony_scap_contents/_list.html.erb
66
+ - app/views/scaptimony_scap_contents/new.html.erb
40
67
  - app/views/scaptimony_scap_contents/edit.html.erb
41
- - app/views/scaptimony_policies/welcome.html.erb
42
- - app/views/scaptimony_policies/_form.html.erb
43
- - app/views/scaptimony_policies/new.html.erb
68
+ - app/views/scaptimony_arf_reports/index.html.erb
69
+ - app/views/scaptimony_arf_reports/_list.html.erb
70
+ - app/views/scaptimony_policies/_scap_content_results.html.erb
44
71
  - app/views/scaptimony_policies/index.html.erb
72
+ - app/views/scaptimony_policies/_form.html.erb
45
73
  - app/views/scaptimony_policies/_list.html.erb
46
- - app/views/scaptimony_policies/_scap_content_results.html.erb
74
+ - app/views/scaptimony_policies/new.html.erb
47
75
  - app/views/scaptimony_policies/edit.html.erb
48
- - app/overrides/dashboard/index/sample_override.html.erb.deface
49
- - app/helpers/scaptimony_policies_helper.rb
50
- - app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb
51
- - app/helpers/arf_reports_helper.rb
52
- - app/controllers/scaptimony_policies_controller.rb
53
- - app/controllers/scaptimony_scap_contents_controller.rb
54
- - app/controllers/api/v2/openscap/arf_reports_controller.rb
55
- - app/controllers/scaptimony_dashboard_controller.rb
56
- - app/controllers/scaptimony_arf_reports_controller.rb
57
- - app/assets/javascript/policy_edit.js
58
- - app/models/concerns/foreman_openscap/arf_report_extensions.rb
59
- - app/models/concerns/foreman_openscap/host_extensions.rb
60
- - app/models/concerns/foreman_openscap/policy_extensions.rb
61
- - app/models/concerns/foreman_openscap/scap_content_extensions.rb
62
- - app/models/scaptimony/asset.rb
76
+ - app/views/scaptimony_policies/welcome.html.erb
63
77
  - config/routes.rb
64
78
  - db/migrate/20141017172055_create_scaptimony_auditable_hosts.rb
65
- - lib/tasks/foreman_openscap_tasks.rake
66
79
  - lib/foreman_openscap/engine.rb
67
80
  - lib/foreman_openscap/helper.rb
68
81
  - lib/foreman_openscap/version.rb
69
82
  - lib/foreman_openscap.rb
83
+ - lib/tasks/foreman_openscap_tasks.rake
70
84
  - LICENSE
71
85
  - Rakefile
72
86
  - README.md
73
87
  - test/unit/foreman_openscap_test.rb
74
- - test/test_plugin_helper.rb
75
88
  - test/factories/foreman_openscap_factories.rb
89
+ - test/test_plugin_helper.rb
76
90
  homepage: https://github.com/OpenSCAP/foreman_openscap
77
91
  licenses:
78
92
  - GPL-3.0
@@ -93,11 +107,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
107
  version: '0'
94
108
  requirements: []
95
109
  rubyforge_project:
96
- rubygems_version: 2.1.11
110
+ rubygems_version: 2.0.3
97
111
  signing_key:
98
112
  specification_version: 4
99
113
  summary: Foreman plug-in for displaying OpenSCAP audit reports
100
114
  test_files:
101
115
  - test/unit/foreman_openscap_test.rb
102
- - test/test_plugin_helper.rb
103
116
  - test/factories/foreman_openscap_factories.rb
117
+ - test/test_plugin_helper.rb
118
+ has_rdoc: