sensu-plugins-librato 0.0.1 → 0.0.2

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: 8e1b09379297c9566a0113d5dfd8fda9b6421f0f
4
- data.tar.gz: 3a4c9b898c7ce01c0f3a57685ddf90b506fea9c8
3
+ metadata.gz: 241e2145edc679e25661143e3e24a53467edf77b
4
+ data.tar.gz: 766f2487435fb08316c9652980f054ff9186f1ec
5
5
  SHA512:
6
- metadata.gz: b3ae22ae3496843bb9c02ab1cbcc47e84ccc9bcd4a01aa57e2d7096be6b07e9cb1a4a78a6aa688b636c1cc22b5a37263e4a82fca5e75df4907229132c4fbc55e
7
- data.tar.gz: a4aed0deea3aad53d498d198fe333b1ae1c4c2b1e9c5ce3c8353e7f5325362bfb53e3d9881bfb364893d1a1cc269cb1eacd08ed576d0fb5e692c848b44ab8450
6
+ metadata.gz: 60a9f7af6db978f9e57359f9ba4e45bc3952cf5e051b3fbf84a8dbcb457861cff952fd9a711015f29701da2712b08f028474d30d64c28e1492b6d8e566a71dab
7
+ data.tar.gz: 473add620b07f57271e17c252f5250d25d3b0d44658f7499e718baa920ddce17a1adbaeab2ceba37f8a18d5ee45ba46b36ec42ef7e757994ec34fd76d6985769
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.2] - 2015-07-14
9
+ ### Changed
10
+ - updated sensu-plugin gem to 1.2.0
11
+
8
12
  ## [0.0.1] - 2015-06-28
9
13
  ### Added
10
14
  - initial release
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Sensu-Plugins-librato
2
2
 
3
- [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-librato.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-librato)
3
+ [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-librato.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-librato)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-librato.svg)](http://badge.fury.io/rb/sensu-plugins-librato)
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-librato/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-librato)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-librato/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-librato)
@@ -5,7 +5,6 @@
5
5
  # Released under the same terms as Sensu (the MIT license); see LICENSE
6
6
  # for details.
7
7
 
8
- require 'rubygems' if RUBY_VERSION < '1.9.0'
9
8
  require 'sensu-handler'
10
9
  require 'librato/metrics'
11
10
 
@@ -8,7 +8,6 @@
8
8
  # Released under the same terms as Sensu (the MIT license); see LICENSE
9
9
  # for details.
10
10
 
11
- require 'rubygems' if RUBY_VERSION < '1.9.0'
12
11
  require 'sensu-handler'
13
12
  require 'librato/metrics'
14
13
 
@@ -2,7 +2,7 @@ module SensuPluginsLibrato
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
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-librato
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-06-28 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: sensu-plugin
@@ -38,14 +38,14 @@ dependencies:
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 1.1.0
41
+ version: 1.2.0
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 1.1.0
48
+ version: 1.2.0
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: librato-metrics
51
51
  requirement: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file