sensu-plugins-selinx 0.0.2 → 0.0.3

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: 39290fc9a646b11468944e381f90274d902b3e9d
4
- data.tar.gz: 2bc89d63e71fb2738f61961371d5379e4598f54a
3
+ metadata.gz: c0d96edc0bc12ed4ae17467fa0830203e89af81b
4
+ data.tar.gz: 767960038a128ef1b99bfe44f5c9989d2a54dfb9
5
5
  SHA512:
6
- metadata.gz: 987436c8d4f74b61c7a606419507d7a299e194aab456c93b01f4470613c226b1a9e4d09cd251ef34b1706f47bb66267e77bee06ff276b1635f5e7f44bd85a684
7
- data.tar.gz: 377989bf49706af95d1d69b7540048a35ae0af3067b2e5e0608be1ac38e5e3eeacbeb3bc3453706119f98148b1413d5cec6c472f32511b786450bff83bcb271f
6
+ metadata.gz: e06bccd26854ed2e81fccfe5bd70f3d9e098bc878fbe982988cb198aa6652fe98101659b5f748c5ac2b110eff9a4a54cb102abea84e037b8d7ab0ef5075e106a
7
+ data.tar.gz: dd9b4ee63a5544a232dafaee2a2996af6b5b5242b2f37b22b2a3d318c1b485a81bd6f06efd53fb2cee5dfcb5148addc3624f3cc511fed246455f9da0b1b11e8c
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -3,7 +3,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
- ## Unreleased][unreleased]
6
+ ## Unreleased
7
+
8
+ ## [0.0.3] - 2016-01-05
9
+ ### Changed
10
+ - rubocop update and cleanup
7
11
 
8
12
  ## [0.0.2] - 2015-07-14
9
13
  ### Changed
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Sensu-Plugins-selinux
2
2
 
3
- [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-selinux.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-selinux)
3
+ [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-selinux.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-selinux)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-selinux.svg)](http://badge.fury.io/rb/sensu-plugins-selinux)
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-selinux/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-selinux)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-selinux/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-selinux)
@@ -16,6 +16,6 @@
16
16
 
17
17
  ## Installation
18
18
 
19
- [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
19
+ [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
20
20
 
21
21
  ## Notes
@@ -4,7 +4,7 @@ module SensuPluginsSelinux
4
4
  module Version
5
5
  MAJOR = 0
6
6
  MINOR = 0
7
- PATCH = 2
7
+ PATCH = 3
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-selinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
@@ -30,7 +30,7 @@ cert_chain:
30
30
  8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
31
  HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
32
  -----END CERTIFICATE-----
33
- date: 2015-07-14 00:00:00.000000000 Z
33
+ date: 2016-01-05 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -108,14 +108,14 @@ dependencies:
108
108
  requirements:
109
109
  - - '='
110
110
  - !ruby/object:Gem::Version
111
- version: '0.30'
111
+ version: 0.32.1
112
112
  type: :development
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - '='
117
117
  - !ruby/object:Gem::Version
118
- version: '0.30'
118
+ version: 0.32.1
119
119
  - !ruby/object:Gem::Dependency
120
120
  name: rspec
121
121
  requirement: !ruby/object:Gem::Requirement
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
211
211
  version: '0'
212
212
  requirements: []
213
213
  rubyforge_project:
214
- rubygems_version: 2.4.6
214
+ rubygems_version: 2.4.8
215
215
  signing_key:
216
216
  specification_version: 4
217
217
  summary: Sensu plugins for selinx
metadata.gz.sig CHANGED
Binary file