sensu-plugins-uptime-checks 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbd3078780b11ee4c95ad85556e65b2ed4814689
4
- data.tar.gz: 97c5996fb4e1460996055a47061ce1d9a8967cc8
3
+ metadata.gz: 5dac59b9ed0045f61c22b3b839226a51d6e8dcb6
4
+ data.tar.gz: aa0f5d7648198a284f35e0045f9e7db73bef5c66
5
5
  SHA512:
6
- metadata.gz: d174858d53b0b43b88c818c98f607bdbb5930dba9609169911579d089eb7a494189e51ca6bb831db21672b52ed2cb885b99edba45a8b56d9f5ec12db07115fc9
7
- data.tar.gz: 9b1219797cbac42e3286269895d392fca9c12e3a6919317d4600e4909565465c85b2a16f569df17d1f622f63d6b7de97c9d98f0cf3b3a3de5c8d3aeea3b2a8bd
6
+ metadata.gz: 8ee82b5deec1d76fdc98599895c00526ef40ea4748168134d578fb1739a6e52d37643d059cb654cafd41d311b586a86ce8655ad51a0dc96bd8c4b63282da9310
7
+ data.tar.gz: 2e01372aa3553faf301ffe70c1ed9de020fb4ea10e557af57f028e0c7bbf757c315ea10bcbcd3f674dd5588a316a74d0c53af1843946648f640af61d5a1dbf8a
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-05-21
9
17
 
10
18
  ### Added
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-uptime-checks/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-uptime-checks)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-uptime-checks/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-uptime-checks)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-uptime-checks.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-uptime-checks)
8
- [ ![Codeship Status for sensu-plugins/sensu-plugins-uptime-checks](https://codeship.com/projects/4af07720-e214-0132-e0ed-4ea0dd54b93d/status?branch=master)](https://codeship.com/projects/81389)
8
+ [![Codeship Status for sensu-plugins/sensu-plugins-uptime-checks](https://codeship.com/projects/4af07720-e214-0132-e0ed-4ea0dd54b93d/status?branch=master)](https://codeship.com/projects/81389)
9
9
 
10
10
  ## Functionality
11
11
 
@@ -1,15 +1 @@
1
-
2
1
  require 'sensu-plugins-uptime-checks/version'
3
-
4
- # Load the defaults
5
-
6
- #
7
- # Default class
8
- #
9
- module SensuPluginsUptimeChecks
10
- class << self
11
- end
12
-
13
- class << self
14
- end
15
- end
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsUptimeChecks
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-uptime-checks'
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-uptime-checks
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-21 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: sensu-plugin
@@ -174,7 +174,8 @@ dependencies:
174
174
  version: '0.10'
175
175
  description: Sensu plugins for uptime-checks
176
176
  email: "<sensu-users@googlegroups.com>"
177
- executables: []
177
+ executables:
178
+ - metrics-uptime.py
178
179
  extensions: []
179
180
  extra_rdoc_files: []
180
181
  files:
metadata.gz.sig CHANGED
Binary file