foreman_openscap 0.6.5 → 0.6.6

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: af14c957ab312cad9a1af665492c7684fbd4483f
4
- data.tar.gz: 7085d5dd248a19fa3c746cc37756630bba065429
3
+ metadata.gz: 6c4dab1fdbaa5dd4db8170491a59d29ddc672e79
4
+ data.tar.gz: e1cd9984a4c92b2400dc24a39fe2469ea3cdfdcd
5
5
  SHA512:
6
- metadata.gz: bae574807e8c53cffa7e3cf1273aacf1c01c102c89cd2a5b9128042b394fb05ad60cfe6a55f7fdfcb6ef5e1c5ef621e9c8f048ab51e7047676c4cffbb362ffcc
7
- data.tar.gz: db89e1a4e868dca5482d468985cac76eba3935b9bdebc9f1e16c3eac1f30dfa4e02c59373113950d559c1cbe0d5a332f8ac0dcf55f45426573931993d6c145d3
6
+ metadata.gz: 70deca132ebeb3ad0322f7c0b14475aec36e6b397cb81139e8c70c01457b8fd731731dffb86aaf179063853a4ff23838aa4b9d498f4cf48d237d392a77096b44
7
+ data.tar.gz: bc9312787a7cb601ded7b2fcec2d0891526438884a9d317c003c259cc3da9edfe5afc13987f63b329e8b1c16167647d764fff554ddd34bd381fe8d1f1f36b44d
@@ -155,7 +155,7 @@ module ForemanOpenscap
155
155
  parameter_filter Hostgroup, :openscap_proxy_id, :openscap_proxy
156
156
  parameter_filter Log, :result
157
157
 
158
- if ForemanOpenscap.with_remote_execution?
158
+ if ForemanOpenscap.with_remote_execution? && Gem::Version.new(ForemanRemoteExecution::VERSION) >= Gem::Version.new('1.2.3')
159
159
  RemoteExecutionFeature.register(:foreman_openscap_run_scans, N_("Run OpenSCAP scan"),
160
160
  :description => N_("Run OpenSCAP scan"),
161
161
  :host_action_button => true,
@@ -1,3 +1,3 @@
1
1
  module ForemanOpenscap
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_openscap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Šimon Lukašík"
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-03-13 00:00:00.000000000 Z
14
+ date: 2017-03-24 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: deface