sensu-plugins-dashing 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: 844e348a5cba4b972d717661210ebe48017fc40c
4
- data.tar.gz: c0bae907859a3e8a561f0b5717442cab460f7f90
3
+ metadata.gz: e6c92d6fd1cb8e4cb47a754bbe0d1930ad08ae43
4
+ data.tar.gz: 69a3ce47c54c2e5ce626ba3711f9b6964ff2042c
5
5
  SHA512:
6
- metadata.gz: b79933200147b559c78bab246d980bb502b3f829595959765cfd4e759f5b06491bd54a40e2a8b56b6d69a974aa79d1e7abd7414b189dc9e6bac505ffd3fbbd10
7
- data.tar.gz: 11593a29744ccbf479ab9c3f4ee979d80ac941be57077a3714c8a702239bca9907e8bb8df85a4eba9e278a5f786c54c6ca8d55540a2181a09e9f3ab90470a96b
6
+ metadata.gz: b39526c2bd3c8840c8f1865b1209a92f86900f41e0c6e68fe4d6a4a536927a53fd0083bf4e57f825c686b3acce0aa54f61ec2693d5777a103bbb39d2b9021f05
7
+ data.tar.gz: 416e20ad94b3b135199d40506d27a6b5fa05155acbcf0167c2a2ed1dcc58046416224e41308f98ebf502f9f66ed22a3896201ed62c150c68f270ba48beb88aec
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -13,3 +13,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
13
13
  ### Added
14
14
  - initial release
15
15
 
16
+ ## [0.0.2] - 2015-06-02
17
+
18
+ ### Fixed
19
+ - added binstubs
20
+
21
+ ### Changed
22
+ - removed cruft from /lib
@@ -1,14 +1 @@
1
1
  require 'sensu-plugins-dashing/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsDashing
9
- class << self
10
- end
11
-
12
- class << self
13
- end
14
- end
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsDashing
5
- # This defines the version of the gem
6
2
  module Version
7
3
  MAJOR = 0
8
4
  MINOR = 0
9
- PATCH = 1
5
+ PATCH = 2
10
6
 
11
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
-
13
- NAME = 'sensu-plugins-dashing'
14
- BANNER = "#{NAME} v%s"
15
-
16
- module_function
17
-
18
- def version
19
- format(BANNER, VER_STRING)
20
- end
21
-
22
- def json_version
23
- {
24
- 'version' => VER_STRING
25
- }.to_json
26
- end
27
8
  end
28
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-dashing
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-05-22 00:00:00.000000000 Z
33
+ date: 2015-06-03 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -174,7 +174,8 @@ dependencies:
174
174
  version: '0.10'
175
175
  description: Sensu plugins for dashing
176
176
  email: "<sensu-users@googlegroups.com>"
177
- executables: []
177
+ executables:
178
+ - handler-dashing.rb
178
179
  extensions: []
179
180
  extra_rdoc_files: []
180
181
  files:
metadata.gz.sig CHANGED
Binary file