sensu-plugins-selinux 2.0.0 → 2.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
  SHA256:
3
- metadata.gz: 6b6e5407a93850a994142ffc02e01d9b7bfe822d3e35aab632d9b25c3ef6f10b
4
- data.tar.gz: 0c603e79cbc33abb9033f4a9c50c4246f7c6d458e064ba08be99b6f9ab96d644
3
+ metadata.gz: d1d592b67a188d10923c792dff9c7abc0c7d28c254348507f2205b86b397cf83
4
+ data.tar.gz: 05ba981114c673dc98082b77a61bd6a752791c6d302e548c54be21d24b4f0bf4
5
5
  SHA512:
6
- metadata.gz: e812a623e5d59447e35158be693d8fe5d6d945b14a56bafab065dcb8a1a0b4230bd225de6b2bceddff8f58a0a6175d9cfa1edcf3440ffe6e67fc5eb039a91c86
7
- data.tar.gz: 05ddfe62056db2e322f98b0111d0030f06229350433160aa5dd588f0fc488d640e9c81230d05b193ca563f635a0e56a16beec3897331eada10be7670cae1ad15
6
+ metadata.gz: e38e89c1c9e30d8e4af45a676e2ad509e4938d5285ba5553a6574d3e227c59267236de00489cf90b0e193465910cf5b4416fa68b5aa97f8c6dd012ccc1fcd7bb
7
+ data.tar.gz: d55f8c064d5ff934c49755b96b76954cc3a56537b9dfaad590c095ad96d7a0b721804ca179090db2e85c64d7e2f8d6410de2f97e5dc067b7448da25a67d90d1d
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
  This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
5
5
 
6
6
  ## [Unreleased]
7
+
8
+ ## [2.0.1] - 2018-12-08
9
+ ### Changed
10
+ - updated rubocop dependency to `~> 0.57.2` @jaredledvina
11
+
7
12
  ## [2.0.0] - 2018-12-08
8
13
  ### Security
9
14
  - updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. @jaredledvina
@@ -43,7 +48,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
43
48
  ### Added
44
49
  - initial release
45
50
 
46
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/2.0.0...HEAD
51
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/2.0.1...HEAD
52
+ [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/2.0.2...2.0.1
47
53
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/1.0.1...2.0.0
48
54
  [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/1.0.0...1.0.1
49
55
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-selinux/compare/0.0.4...1.0.0
@@ -3,7 +3,7 @@ module SensuPluginsSelinux
3
3
  module Version
4
4
  MAJOR = 2
5
5
  MINOR = 0
6
- PATCH = 0
6
+ PATCH = 1
7
7
 
8
8
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
9
9
  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: 2.0.0
4
+ version: 2.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: 2018-12-08 00:00:00.000000000 Z
11
+ date: 2018-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 0.51.0
131
+ version: 0.57.2
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: 0.51.0
138
+ version: 0.57.2
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: yard
141
141
  requirement: !ruby/object:Gem::Requirement