sensu-plugins-kannel 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: 99239889f65d7fdecf8f60bce40eb83116ca15fc
4
- data.tar.gz: 31d9ebe24c7e430461e881e0bbb1cfa337f6df46
3
+ metadata.gz: 12628b1cf6502ff61d1ecd2eea115419496313c1
4
+ data.tar.gz: 195e9124a5d3b1cde3f0f7c791bde265665eb8aa
5
5
  SHA512:
6
- metadata.gz: 6e607ace7277f9fde997920f2c42e86bfcf3bd7282516ad9cd46b5a6617d19e7521751557b2c2c31546dee51731a14f8e2433c83de0721f4d9f905943fda6a8f
7
- data.tar.gz: 11908b4792667318902bc2e3b9131c4d567d10d6cd725387e56bfb4ece4cd2c8809a513cc8fd275fa639f40b1fb6a5f7a9e7e6cbeb8e53338df27c2e5bad0511
6
+ metadata.gz: 64d3f7cf4bd79ae9f1dfa91a185ff28bd214da319f7c26fd13774552254a39c6d54cd6ef536a9aea15c1389567b48b095f0d6c4c5f99de45af9e5c109936b9ea
7
+ data.tar.gz: 8cc7ee9f205f8015dcf6e94a4516bb83f6881005e472caf1d1b772548c92e90618394951c7caeed679aaf1f8163d979c79846e1831c3e1ecb9e876748274aeee
checksums.yaml.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-03
14
+
15
+ ### Fixed
16
+ - added binstubs
17
+
18
+ ### Changed
19
+ - removed cruft from /lib
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 Sensu-plugins
1
+ Copyright (c) 2015 Sensu-Plugins
2
2
 
3
3
  MIT License
4
4
 
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsKannel
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-kannel'
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-kannel/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsKannel
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-kannel
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-04 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
@@ -172,9 +172,10 @@ dependencies:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0.10'
175
- description: Sensu plugins for kannel
175
+ description: Sensu plugins for the Kannel WAP/SMS Gateway
176
176
  email: "<sensu-users@googlegroups.com>"
177
- executables: []
177
+ executables:
178
+ - check-kannel.rb
178
179
  extensions: []
179
180
  extra_rdoc_files: []
180
181
  files:
@@ -188,9 +189,9 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-kannel
188
189
  licenses:
189
190
  - MIT
190
191
  metadata:
191
- maintainer: ''
192
+ maintainer: sensu-plugin
192
193
  development_status: active
193
- production_status: unstable - testing reccomended
194
+ production_status: unstable - testing recommended
194
195
  release_draft: 'false'
195
196
  release_prerelease: 'false'
196
197
  post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
@@ -213,5 +214,5 @@ rubyforge_project:
213
214
  rubygems_version: 2.4.6
214
215
  signing_key:
215
216
  specification_version: 4
216
- summary: Sensu plugins for the apache webserver
217
+ summary: Sensu plugins for the Kannel WAP/SMS Gateway
217
218
  test_files: []
metadata.gz.sig CHANGED
Binary file