sensu-plugins-ponymailer 0.0.2 → 0.0.3

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: c6771ed360b6c607fa5bf5320fa7331bc30da318
4
- data.tar.gz: a9e7a8f4c3a4d169022f37a6047f986580607e7b
3
+ metadata.gz: 5143aff928d1d451ae1643c28f27a0b09c408aec
4
+ data.tar.gz: cb7123262c9ad898719a2ad805ffcd07d72040f2
5
5
  SHA512:
6
- metadata.gz: 8adb42a203e3b811b772b7b6a697a71b06574a073636f15eed43fc5bd5a832aabcf0d6966feb7c2c2ce91dd399dfd867625a1a89573e7600034fa2a3c74e3db6
7
- data.tar.gz: c63b4c45b6b19f649c747b1c84de3ad4f559b0d2116e889949c2ec50f6ee310b947eafc901aed1ca6ec143745ddb767dd772a7be36301dd642090c9ef5cb5234
6
+ metadata.gz: c90061b05a5c1e33881ed5b42e7aee8d05903cce41767e2bd9059c6fe66e668014f4d40b61100a2301e44b9de184a54cf0178a3e445cb1b153fc36e112b38db8
7
+ data.tar.gz: acc5eef8222a0209d4197cbf541eab078ac4703e31474d84df91ba364eed76fb896cabab146bf45b7e43f258765664088254f3e9f7f8e234016951c5d835a55d
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][unreleased]
7
7
 
8
+ ## [0.0.3] - 2015-07-14
9
+ ### Changed
10
+ - updated sensu-plugin gem to 1.2.0
11
+
8
12
  ## [0.0.2] - [2015-07-10]
9
13
 
10
14
  ### Changed
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Sensu-Plugins-ponymailer
2
2
 
3
- [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-ponymailer.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-ponymailer)
3
+ [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-ponymailer.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-ponymailer)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-ponymailer.svg)](http://badge.fury.io/rb/sensu-plugins-ponymailer)
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer)
@@ -2,7 +2,7 @@ module SensuPluginsPonymailer
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 2
5
+ PATCH = 3
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-ponymailer
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-11 00:00:00.000000000 Z
33
+ date: 2015-07-14 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: pony
@@ -52,14 +52,14 @@ dependencies:
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 1.1.0
55
+ version: 1.2.0
56
56
  type: :runtime
57
57
  prerelease: false
58
58
  version_requirements: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - '='
61
61
  - !ruby/object:Gem::Version
62
- version: 1.1.0
62
+ version: 1.2.0
63
63
  - !ruby/object:Gem::Dependency
64
64
  name: timeout
65
65
  requirement: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file