sensu-plugins-dns 0.0.2 → 0.0.3

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: 558e4746956c976da25861290b5a19aa2d656ec6
4
- data.tar.gz: c2b73472aa7eeb1088d19acc9692649fedf8b7e5
3
+ metadata.gz: b72c18834113492070b2bd41ca6646c0b9d09309
4
+ data.tar.gz: 0bc210edf3505e9fd31244d9f858ea7f97d7c05c
5
5
  SHA512:
6
- metadata.gz: eafd6c4acaf1d8596c8b1370f7dcff2c4eb6c439962557a43ea94a540805b9dc9079531b3c10ef20233533e1884b3d22b4edb1fc57f79a9ad60ef03ddf64b518
7
- data.tar.gz: 6a145322b93e4eecd2ecc993afd2d0df3ff6cd098e0d14252defc8d4321a79a9b6f97ac05ac647a7f2dfb2164ef2190fff0d989131ca095dfa06829d71879a9d
6
+ metadata.gz: 00fe040567be7d62efe9f5b3847abc0a7929ffa5bbf32d60ab0e5af6d9e503b2610b56f9c309608970bd03a65e9bfc5c3b7f56c3eaf0a0441d9b50b7fa665dbb
7
+ data.tar.gz: 7db64327664629b97550ffce9891c1af03c8ed9f0cb136f3c380fc38a440f7bcc8f82bb679f4781714050119bb509f8c36620df57b916a945d31e9af8454610a
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,6 +1,3 @@
1
- Change Log
2
- This project adheres to [Semantic Versioning](http://semver.org/).
3
-
4
1
  #Change Log
5
2
  This project adheres to [Semantic Versioning](http://semver.org/).
6
3
 
@@ -8,8 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
8
5
 
9
6
  ## Unreleased][unreleased]
10
7
 
11
- ## 0.0.1 - 2015-04-30
8
+ ## [0.0.3] - 2015-06-02
12
9
 
13
- ### Added
14
- - initial release
10
+ ### Fixed
11
+ - added binstubs
15
12
 
13
+ ### Changed
14
+ - removed cruft from /lib
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsDNS
5
- # This defines the version of the gem
6
2
  module Version
7
3
  MAJOR = 0
8
4
  MINOR = 0
9
- PATCH = 2
5
+ PATCH = 3
10
6
 
11
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
-
13
- NAME = 'sensu-plugins-dns'
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-dns/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsDNS
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-dns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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-06 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 dns
176
176
  email: "<sensu-users@googlegroups.com>"
177
- executables: []
177
+ executables:
178
+ - check-dns.rb
178
179
  extensions: []
179
180
  extra_rdoc_files: []
180
181
  files:
metadata.gz.sig CHANGED
Binary file