foreman_salt 17.0.3 → 17.0.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
  SHA256:
3
- metadata.gz: 85bd60f6e1b1758258969a59127fbbdefa4a0db76ddcdd8bde775eb0eca88d7b
4
- data.tar.gz: 87011955ce469a00255b5379ced94c0bebf21d9ec41ad9da7dddadb9e8016f7a
3
+ metadata.gz: 46fad5039748aff59eef47819aaeb3d9612649445c98b9e0cff53006210432c5
4
+ data.tar.gz: 8bc026bc5c0f54704b2a1f89863de9467bcef14d89c065fd082d877c1a308f3d
5
5
  SHA512:
6
- metadata.gz: f78305e2881550311aa4bc00cdd987ad4a2705c9e0945ed69cfcf707cc310cc0a5593777da6b16514cd9bf64eb3a2450fdceece1ec4d41fde936574ab115e987
7
- data.tar.gz: 550ef8294152225aac0ea5aa7eb17dca4f6d7deac6db95454a86fa1ad9f6ba9ecf9d0840d01a449e5378532a9c9a8bd3b3e5d87081d46aab8603023d3cb1f9f7
6
+ metadata.gz: e16d40704cfaa07e8c5e6a94253a51480373c6b313f7507118f22dcc7217cd9582b638d81f512030a9bae84514ccf91fb9aff63019eafdc48fcec2e159d929bd
7
+ data.tar.gz: feb85ca40e5f9bfdc68d7a8b2b8e2975dd76680149658186babf0ad98af336d702f03c3bdc4b079545cb4b1259738816d46d0cbdd8f7bfc5793062f85fd4c21e
data/README.md CHANGED
@@ -3,9 +3,9 @@
3
3
  [![Code Climate](https://codeclimate.com/github/theforeman/foreman_salt/badges/gpa.svg)](https://codeclimate.com/github/theforeman/foreman_salt)
4
4
  [![GPL License](https://img.shields.io/github/license/theforeman/foreman_salt.svg)](https://github.com/theforeman/foreman_salt/blob/master/LICENSE)
5
5
 
6
- # Foreman Salt Plug-in
6
+ # Foreman Salt plugin
7
7
 
8
- This plug-in adds support for Salt to Foreman.
8
+ This plugin adds support for Salt to Foreman.
9
9
 
10
10
  # Compatibility
11
11
 
@@ -18,7 +18,7 @@ This plug-in adds support for Salt to Foreman.
18
18
 
19
19
  ## Documentation
20
20
 
21
- [Configuring Hosts Using Salt](https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-katello.html)
21
+ [Configuring hosts by using Salt](https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-katello.html)
22
22
 
23
23
  ## Contributing
24
24
 
@@ -1,3 +1,3 @@
1
1
  module ForemanSalt
2
- VERSION = '17.0.3'.freeze
2
+ VERSION = '17.0.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_salt
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.0.3
4
+ version: 17.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Benjamin
@@ -30,9 +30,6 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: '14.0'
33
- - - "<"
34
- - !ruby/object:Gem::Version
35
- version: '17'
36
33
  type: :runtime
37
34
  prerelease: false
38
35
  version_requirements: !ruby/object:Gem::Requirement
@@ -40,9 +37,6 @@ dependencies:
40
37
  - - ">="
41
38
  - !ruby/object:Gem::Version
42
39
  version: '14.0'
43
- - - "<"
44
- - !ruby/object:Gem::Version
45
- version: '17'
46
40
  - !ruby/object:Gem::Dependency
47
41
  name: foreman-tasks
48
42
  requirement: !ruby/object:Gem::Requirement
@@ -71,7 +65,7 @@ dependencies:
71
65
  - - "~>"
72
66
  - !ruby/object:Gem::Version
73
67
  version: 0.0.6
74
- description: Foreman Plug-in for Salt
68
+ description: Foreman plugin for Salt
75
69
  email:
76
70
  - stephen@redhat.com
77
71
  executables: []
@@ -277,9 +271,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
271
  - !ruby/object:Gem::Version
278
272
  version: '0'
279
273
  requirements: []
280
- rubygems_version: 4.0.3
274
+ rubygems_version: 4.0.16
281
275
  specification_version: 4
282
- summary: Foreman Plug-in for Salt
276
+ summary: Foreman plugin for Salt
283
277
  test_files:
284
278
  - test/factories/foreman_salt_factories.rb
285
279
  - test/functional/api/v2/salt_autosign_controller_test.rb