sensu-plugins-twitter 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: 93794bd1f5ab5f6e9251210dbecbc8e3af1a13fa
4
- data.tar.gz: 01dd4ed50b711517144a5d33f623f1646868b190
3
+ metadata.gz: 228d888307d3a655a4923eeb50b57de7cf86b074
4
+ data.tar.gz: 3a3ba604c337182598b6e05287d6786aa87168be
5
5
  SHA512:
6
- metadata.gz: 89de6ca68387f10e389ec0795894162a4cae125695673cd8b962a80aaeaab9655ddbb9cde0fced13b3238e4005651639ed9d9258568498f1f705e6fad1f0a9ca
7
- data.tar.gz: 4950b3c6b215316a5b2bed91868de0c096c4b9491bc7f2c1cc08b9785d08b26804fb1c97db1760481727a8eb4dbad3127e48c76764c215c9a89030eeba2d051c
6
+ metadata.gz: 12dfc681dd34e20310b3c0ceef7deb963d5ebf7c970f710c9f377435fb88b58adffb9172a4a67139fdca5f2657bcf5bf725b1ed265dc919ffc4c336c56056c3f
7
+ data.tar.gz: 0d827781841e0cba8ba69befa3488d4d90a5dc9a1a65bd2ad8467e9f8118643be9b2112a5a7e2d3f5e6105b997dec09230375a8d08b4aabbf10dd90d56d97425
checksums.yaml.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
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsTwitter
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-twitter'
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,15 +1 @@
1
-
2
1
  require 'sensu-plugins-twitter/version'
3
-
4
- # Load the defaults
5
-
6
- #
7
- # Default class
8
- #
9
- module SensuPluginsTwitter
10
- class << self
11
- end
12
-
13
- class << self
14
- end
15
- 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-twitter
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-04 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -202,7 +202,8 @@ dependencies:
202
202
  version: '0.10'
203
203
  description: Sensu plugins for twitter
204
204
  email: "<sensu-users@googlegroups.com>"
205
- executables: []
205
+ executables:
206
+ - handler-twitter.rb
206
207
  extensions: []
207
208
  extra_rdoc_files: []
208
209
  files:
metadata.gz.sig CHANGED
Binary file