foreman_salt 17.0.3 → 17.0.5

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: c7a6a68da4223f5bf2440f8293c47e7101fac90970f6ad247b72b0e3260b0e7a
4
+ data.tar.gz: 662cf142c3866bf81fbfaa3497858e67707db38adcae1c918e72e56871f216cc
5
5
  SHA512:
6
- metadata.gz: f78305e2881550311aa4bc00cdd987ad4a2705c9e0945ed69cfcf707cc310cc0a5593777da6b16514cd9bf64eb3a2450fdceece1ec4d41fde936574ab115e987
7
- data.tar.gz: 550ef8294152225aac0ea5aa7eb17dca4f6d7deac6db95454a86fa1ad9f6ba9ecf9d0840d01a449e5378532a9c9a8bd3b3e5d87081d46aab8603023d3cb1f9f7
6
+ metadata.gz: f9d1d41e8ab774a045f5200741795c648aace3e490a2fda512f23bfc6d371c3211301794c1b55966138e4f72651683443375231bbdc5c92de2be56923c0a1a1d
7
+ data.tar.gz: 60c2746eb2707a89bbfebfc8cb6909abbd0f3a349dfbad7fdbd75d825c2c066c37bc0dab1e7a656773ba4f981fb8ea0539d0cbc8dd361963aa637068826d88aa
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.5'.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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Benjamin
@@ -71,7 +71,7 @@ dependencies:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
73
  version: 0.0.6
74
- description: Foreman Plug-in for Salt
74
+ description: Foreman plugin for Salt
75
75
  email:
76
76
  - stephen@redhat.com
77
77
  executables: []
@@ -279,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
279
  requirements: []
280
280
  rubygems_version: 4.0.3
281
281
  specification_version: 4
282
- summary: Foreman Plug-in for Salt
282
+ summary: Foreman plugin for Salt
283
283
  test_files:
284
284
  - test/factories/foreman_salt_factories.rb
285
285
  - test/functional/api/v2/salt_autosign_controller_test.rb