foreman_spacewalk 1.0.0 → 2.0.0
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3347f9222193d569a5a91b07a9fcfb97319fba562cee9eca3c447a934c28b93
|
|
4
|
+
data.tar.gz: 6afce63857d4a4387ddce821e6bb693b60aa20d61e1cd4625e12c25bbb6a3a04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8af2c221a40d0c493e79961932aca4a775ba468faae5d3da6affd4b0423cac95493c1e93258250a04c5c48e8dd3ad197d15d3ade1cb71c1a62cc1363080e3ff2
|
|
7
|
+
data.tar.gz: 32a43eae4557c5d34ad49a815603d28269bd05542375fa0e7f0f4bffa0f27ca919edda23416f995420e145f032c9a49bf9b9f9580a57f3b7b53aa4e3ce1ce818
|
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ module ForemanSpacewalk
|
|
|
15
15
|
|
|
16
16
|
initializer 'foreman_spacewalk.register_plugin', before: :finisher_hook do |_app|
|
|
17
17
|
Foreman::Plugin.register :foreman_spacewalk do
|
|
18
|
-
requires_foreman '>= 1.
|
|
18
|
+
requires_foreman '>= 1.18'
|
|
19
19
|
|
|
20
20
|
spacewalk_proxy_options = {
|
|
21
21
|
feature: 'Spacewalk',
|
|
@@ -52,8 +52,8 @@ module ForemanSpacewalk
|
|
|
52
52
|
|
|
53
53
|
assert_response :found
|
|
54
54
|
assert_redirected_to hosts_path
|
|
55
|
-
assert_nil flash[
|
|
56
|
-
assert_equal "The Spacewalk proxy of the selected hosts was set to #{spacewalk_proxy.name}", flash[
|
|
55
|
+
assert_nil flash['error']
|
|
56
|
+
assert_equal "The Spacewalk proxy of the selected hosts was set to #{spacewalk_proxy.name}", flash['success']
|
|
57
57
|
|
|
58
58
|
hosts.each do |host|
|
|
59
59
|
as_admin do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_spacewalk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timo Goebel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdoc
|