sensu-plugins-selinux 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70f73e290386fadd9320ee5694a58c331cbdf6fe
4
- data.tar.gz: ec67e8187cf2083c0c5b6b1be7d00a9e1c48cb06
3
+ metadata.gz: 18f33a8c52932c69f959406dae61fcf089fb55ed
4
+ data.tar.gz: 6b71de23a02a68ce986796086ba2eb9edcdc25d6
5
5
  SHA512:
6
- metadata.gz: 0b3f6698b0ecc561a6263169ed2cadbf432c09547d74aa8ed1acdea76aca04bd346fd847c7aa038785792698cda03c2a8d2e570e2125065dae966efe35f18892
7
- data.tar.gz: 29108cfdebdd78b7d8e9a0df908fd0a669192e5547da0f4b7a477aa60e1a5b77b393d0fe5119a09828cce03810c9844175307b9d64cce3e033074f08c70f2179
6
+ metadata.gz: c6c6d84bb085dbe40188c7a6af2598b4463a0b242c7967327598a4850a48f055820405ee7bda45159971639281b9bb57e8ac623f28aa2767bd81ffd208dd71c2
7
+ data.tar.gz: 05d58281cbf1df6d964b14982057d1dbfceb3b716b8fc1d6320f30e56b0ef539ac2f1cca7d4b40178f0b0069340550727fbc94a62ba3317c136dd0e3dd532601
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.0.1] - 2017-06-14
9
+ ### Fixed
10
+ - Fix homepage link (@eheydrick)
11
+
8
12
  ## [1.0.0] - 2017-06-07
9
13
  ### Added
10
14
  - Support for Ruby 2.3 and 2.4 (@eheydrick)
@@ -32,7 +36,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
32
36
  ### Added
33
37
  - initial release
34
38
 
35
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/1.0.0...HEAD
39
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/1.0.1...HEAD
40
+ [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/1.0.0...1.0.1
36
41
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/0.0.4...1.0.0
37
42
  [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/0.0.3...0.0.4
38
43
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/0.0.2...0.0.3
@@ -4,7 +4,7 @@ module SensuPluginsSelinux
4
4
  module Version
5
5
  MAJOR = 1
6
6
  MINOR = 0
7
- PATCH = 0
7
+ PATCH = 1
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-selinux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-08 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -163,7 +163,7 @@ files:
163
163
  - bin/check-selinux.rb
164
164
  - lib/sensu-plugins-selinux.rb
165
165
  - lib/sensu-plugins-selinux/version.rb
166
- homepage: https://github.com/sensu-plugins/sensu-plugins-selinx
166
+ homepage: https://github.com/sensu-plugins/sensu-plugins-selinux
167
167
  licenses:
168
168
  - MIT
169
169
  metadata: