sensu-plugins-hipchat 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: 47f4403f383c07dbb67a5ea62a4628922ea6fed7
4
- data.tar.gz: fcd722d0871f5e92b5326a701768b9efb9745854
3
+ metadata.gz: 610ee18959ea2616be19aff0c2fa38d9403ef39a
4
+ data.tar.gz: 5b534ab36333fa7b7e218af6cee7227511c497fb
5
5
  SHA512:
6
- metadata.gz: b14b9a2bc6b7bc47ce29423c7bb2b4bddc3742a6b99cbca74705044b924d629c36f0297655a015898b066bca037ef5e0832a842ac794d4888d74fc86a1bf0d04
7
- data.tar.gz: 205522c94a69c7d93a6c7937dfd7b669fae7bc4e46f00f74104ab72f4e79bbc25f247d5ac66ac646b30faaedc777b0b59f9d070c1344ff2632ef9dea9b845588
6
+ metadata.gz: 3737c68562b8ae6f02555d5e6f67c2ae53a6a2652446067503bcf549f4e9a4cd9330839a4d211e515790fe8366c8efb44b677ea14e79aacaed7a1ef7988287c7
7
+ data.tar.gz: 54135e9a1414e16983af39cf16053846f6907693a9873a62dd9234161c931e0d91dd1600fd36f6f42e82f107d234f39eebe195e5a329293f272d42a09c3be425
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -9,3 +9,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9
9
 
10
10
  ### Added
11
11
  - initial release
12
+
13
+ ## [0.0.2] - 2015-06-02
14
+
15
+ ### Fixed
16
+ - added binstubs
17
+
18
+ ### Changed
19
+ - removed cruft from /lib
data/README.md CHANGED
@@ -28,5 +28,4 @@
28
28
 
29
29
  [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
30
30
 
31
-
32
31
  ## Notes
@@ -1,2 +1 @@
1
-
2
1
  require 'sensu-plugins-hipchat/version'
@@ -1,12 +1,8 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsHipchat
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
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-hipchat
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-30 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
@@ -188,7 +188,8 @@ dependencies:
188
188
  version: '0.10'
189
189
  description: Sensu plugins for hipchat
190
190
  email: "<sensu-users@googlegroups.com>"
191
- executables: []
191
+ executables:
192
+ - handler-hipchat.rb
192
193
  extensions: []
193
194
  extra_rdoc_files: []
194
195
  files:
@@ -202,7 +203,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-hipchat
202
203
  licenses:
203
204
  - MIT
204
205
  metadata:
205
- maintainer: ''
206
+ maintainer: sensu-plugin
206
207
  development_status: active
207
208
  production_status: unstable - testing recommended
208
209
  release_draft: 'false'
metadata.gz.sig CHANGED
Binary file