sensu-plugins-eep 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: a157be6983bea29303574804cd70b64d43d48a99
4
- data.tar.gz: e94a1c7460697e9d73538dbf66dc2b0269bfff9a
3
+ metadata.gz: c3c26b2de9a191b5c4955560cf71c2a1dbf6773d
4
+ data.tar.gz: 97f825c269bfd8e626843486618bef01c0a99a27
5
5
  SHA512:
6
- metadata.gz: 25e25fcec236b1d38347a5588bee80fdf92460740f8976befa41e21492b57abc3b084d6a7a04687f122a8982ffa7d4bc367c00c53a7a3303fba7fd458135bace
7
- data.tar.gz: 2641abc01b7dbe3b1987f24237e7c4b0395011739f681464327fc63377836b5ab1b54abac4e323f4b369613d82d47802f12945936dad62c84aa951e8c66036ee
6
+ metadata.gz: 74c97899ef96d6e7cb4f4962039064f6f4fc3521f770c365b9a9bf7696c083a47257b85fe21e24ec36f87d7aad07481f556eab57e31041beaeb34c69568e6e7d
7
+ data.tar.gz: 5ee3a89fbb4e668b913b8090131eb53c458719b3b6bdeb795b7c86065fd42601f9efc5e00a5d78b3822ca8a4fb67c3d77deddb1392224f33719351a0d0dc9594
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -5,8 +5,15 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## Unreleased][unreleased]
7
7
 
8
- ## 0.0.1 - 2015-04-30
8
+ ## 0.0.1 - 2015-05-21
9
9
 
10
10
  ### Added
11
11
  - initial release
12
12
 
13
+ ## [0.0.2] - 2015-06-02
14
+
15
+ ### Fixed
16
+ - added binstubs
17
+
18
+ ### Changed
19
+ - removed cruft from /lib
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsEEP
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-eep'
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
@@ -1,14 +1 @@
1
1
  require 'sensu-plugins-eep/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsEEP
9
- class << self
10
- end
11
-
12
- class << self
13
- end
14
- end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-eep
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: eep_client
@@ -188,7 +188,8 @@ dependencies:
188
188
  version: '0.10'
189
189
  description: Sensu plugins for eep
190
190
  email: "<sensu-users@googlegroups.com>"
191
- executables: []
191
+ executables:
192
+ - handler-eep.rb
192
193
  extensions: []
193
194
  extra_rdoc_files: []
194
195
  files:
@@ -205,6 +206,8 @@ metadata:
205
206
  maintainer: ''
206
207
  development_status: unmaintained
207
208
  production_status: unstable - testing recommended
209
+ release_draft: 'false'
210
+ release_prerelease: 'false'
208
211
  post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
209
212
  in /etc/default/sensu
210
213
  rdoc_options: []
metadata.gz.sig CHANGED
Binary file