sensu-plugins-pagerduty 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: 4e050be4da6277969d9558a67b55b9070006ccd6
4
- data.tar.gz: 4e1121a315d786ee6aee46032ffdd315f99bdd5d
3
+ metadata.gz: 3a0354aa1e2a49ba9cba0b5b4b0c185cf084af91
4
+ data.tar.gz: 6372bc396bdb0b1801cbf4b81f5b75d0463dc396
5
5
  SHA512:
6
- metadata.gz: e1e6525b55e5cae57c6cf2fe1865250b229517e6fc4c56309e451725a4c2dcd7f1a34056b54cca53b7ad9d520271558b561212a8220e23fff90d4969dab88b42
7
- data.tar.gz: b1028178ca9489fb8806546fc5a7d06397aa316d33324bb07782583d472c632a66641716dcbf0a3cd887e11dd45578de5fff749e97cb0bf69cf2fa13b9852cf9
6
+ metadata.gz: fe864be4dc99a3ee57e0c0151e8c7fa0aed9b41cdb6fb2e836f4b0113c743de7f3b77be44bea1ec0f169defe9f945f195d6e9388e1731e8c86445f3493e835e5
7
+ data.tar.gz: 3ce1b1354e10ca41e03891de157cb77aaa383962548630d023634336cf905337effd3996e6fe7d69ca37084488d7038140d74151ce2a9acbb1f2156d34083691
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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-06-03
9
+
10
+ ### Fixed
11
+ - added binstubs
12
+
13
+ ### Changed
14
+ - removed cruft from /lib
15
+
8
16
  ## 0.0.1 - 2015-04-29
9
17
 
10
18
  ### Added
@@ -1,14 +1 @@
1
1
  require 'sensu-plugins-pagerduty/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsPagerduty
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 SensuPluginsPagerduty
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-pagerduty'
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-pagerduty
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-04 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: redphone
@@ -202,7 +202,8 @@ dependencies:
202
202
  version: '0.10'
203
203
  description: Sensu plugins for pagerduty
204
204
  email: "<sensu-users@googlegroups.com>"
205
- executables: []
205
+ executables:
206
+ - handler-pagerduty.rb
206
207
  extensions: []
207
208
  extra_rdoc_files: []
208
209
  files:
metadata.gz.sig CHANGED
Binary file