sensu-plugins-php-fpm 0.0.4 → 0.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
  SHA1:
3
- metadata.gz: 0409db6176a627ed03f67747a6ff888a375a1b43
4
- data.tar.gz: 47e147add855f3d266d4483f3a6a41e6297eb96d
3
+ metadata.gz: cadf044f7d84141c6c596ba19b1eec6b9f925800
4
+ data.tar.gz: 055947dba8c3ef1a9e8da27aaa833fe9d1271a89
5
5
  SHA512:
6
- metadata.gz: d08ebf03fc983756a258278c533dd033d4b918d78758197d38125664db9039d2cd0ede46ff49703cde5a48cfda7b31da95a93f9e060ffbac6698ad7357f75bcb
7
- data.tar.gz: f761a4acf4533e22485a5f137fa4903543075f7cceab1f01196311050c56f59a5ba170e7d062f7e270cd10f586edc047b556dc3a2cecd09daec07d14a092bc36
6
+ metadata.gz: 4a42d100f1d5ca248ffb3a5d82b3e83cb55495d87f1e1622434cd3e07dd784c186c34eee1930ebdc297909d5d1c05deb208a111194a892eb69523116e11bcc02
7
+ data.tar.gz: bc3752e50416d4fa0208553fa1a8fc039b858009cbbcf6982b0a2b0356183ff920abf16b795683804ffe9fe889207a05ca5051f7a11b5994f0473e5dc4791489
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## Unreleased
7
7
 
8
+ ## [0.0.5] - 2016-01-06
9
+ ### Fixed
10
+ - remove duplicate option description in check-php-fpm
11
+
8
12
  ## [0.0.4] - 2015-09-21
9
13
  ### Added
10
14
  - ability to make insecure https connections
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Sensu-Plugins-php-fpm
2
2
 
3
- [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm)
3
+ [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-php-fpm.svg)](http://badge.fury.io/rb/sensu-plugins-php-fpm)
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm)
@@ -70,7 +70,6 @@ class CheckPHPFpm < Sensu::Plugin::Check::CLI
70
70
  default: 'pong'
71
71
 
72
72
  option :ssl,
73
- description: 'Enabling SSL connections',
74
73
  short: '-l',
75
74
  long: '--ssl',
76
75
  boolean: true,
@@ -2,7 +2,7 @@ module SensuPluginsPhpFpm
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 4
5
+ PATCH = 5
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-php-fpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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-09-21 00:00:00.000000000 Z
33
+ date: 2016-01-06 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: crack
metadata.gz.sig CHANGED
Binary file