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: e64ef92f1ce27ee28db10bc71bb45d15b7f3bd37faffefc5c01e96897fc37758
4
- data.tar.gz: 3fe0f445b7754b4e31e5964d224e7451c948655a872847cac2902eaa3b53e0a5
3
+ metadata.gz: d3347f9222193d569a5a91b07a9fcfb97319fba562cee9eca3c447a934c28b93
4
+ data.tar.gz: 6afce63857d4a4387ddce821e6bb693b60aa20d61e1cd4625e12c25bbb6a3a04
5
5
  SHA512:
6
- metadata.gz: 5588ae30efdb48c895cf9813b2b6347db9d5616c93edd62fd0298e3a6d96cc71b105253b35724268d261cbf72460a64c8da024266e3e671aaa76cceef7acb066
7
- data.tar.gz: b2fabe71d8446fedc9d78f8b946a0378299177d015e65d746a7bee6d7cbd40132555f006ebb25767a147c5ca8061a0ee6898b1e76d0429776d8a4768f985a9b6
6
+ metadata.gz: 8af2c221a40d0c493e79961932aca4a775ba468faae5d3da6affd4b0423cac95493c1e93258250a04c5c48e8dd3ad197d15d3ade1cb71c1a62cc1363080e3ff2
7
+ data.tar.gz: 32a43eae4557c5d34ad49a815603d28269bd05542375fa0e7f0f4bffa0f27ca919edda23416f995420e145f032c9a49bf9b9f9580a57f3b7b53aa4e3ce1ce818
data/README.md CHANGED
@@ -9,6 +9,7 @@ Spacewalk is an open source server management tool and downstream for RedHat Sat
9
9
  | --------------- | -------------- |
10
10
  | >= 1.15 | ~> 0.1 |
11
11
  | >= 1.17 | ~> 1.0 |
12
+ | >= 1.18 | ~> 2.0 |
12
13
 
13
14
  ## Installation
14
15
 
@@ -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.17'
18
+ requires_foreman '>= 1.18'
19
19
 
20
20
  spacewalk_proxy_options = {
21
21
  feature: 'Spacewalk',
@@ -1,3 +1,3 @@
1
1
  module ForemanSpacewalk
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '2.0.0'.freeze
3
3
  end
@@ -52,8 +52,8 @@ module ForemanSpacewalk
52
52
 
53
53
  assert_response :found
54
54
  assert_redirected_to hosts_path
55
- assert_nil flash[:error]
56
- assert_equal "The Spacewalk proxy of the selected hosts was set to #{spacewalk_proxy.name}", flash[:notice]
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: 1.0.0
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-04-06 00:00:00.000000000 Z
11
+ date: 2018-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc