sensu-plugins-mongodb 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: 30a84d495d44c3c1b8518490bcd634bf7a88e284
4
- data.tar.gz: 1f5f5711724d738a57d054664d0b0ad1097a9621
3
+ metadata.gz: 627c06d9a5c5de93720001a4240454357529b661
4
+ data.tar.gz: 13f4e96d38a12d4270627f856b0f073f6ec422ff
5
5
  SHA512:
6
- metadata.gz: d18d9a2bfda51fafd48f6f5100764bad36128df34bde722c862b9429f5778413df37e811aeb03c5260608e2a1eaa6a2cc7633774743b337fbc1bb14c0ad4d02e
7
- data.tar.gz: d039d6a3f4f8e8dd0ef2930523db7cb1fade7db1c7ca3aa02ea497277754bf5725b7327df633f7dc3c3caae5ca8588ce57563a690f56fb3c03996d9a65c92449
6
+ metadata.gz: 0ed8f27bef467da023e956e1a15fa3f243b9c8d198158161f563ee543a4ade6cbb05c75041c96a79a484bf7c71bacfaf94fd9838330b17b3b029b1d5f67207be
7
+ data.tar.gz: ade664cffb15cf6d986bd230fdb81253a0f69b571b1f74dc5013ecfe8297883856f765880119947548b2b2141eed4d14910ccbfe538e34f3e1d1b8cf3f611718
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-mongodb.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-mongodb)
8
- [ ![Codeship Status for sensu-plugins/sensu-plugins-mongodb](https://codeship.com/projects/fb6c0ce0-dc03-0132-9f1d-025863fcc952/status?branch=master)](https://codeship.com/projects/79855)
8
+ [![Codeship Status for sensu-plugins/sensu-plugins-mongodb](https://codeship.com/projects/fb6c0ce0-dc03-0132-9f1d-025863fcc952/status?branch=master)](https://codeship.com/projects/79855)
9
9
 
10
10
  ## Functionality
11
11
 
@@ -1,15 +1 @@
1
-
2
1
  require 'sensu-plugins-mongodb/version'
3
-
4
- # Load the defaults
5
-
6
- #
7
- # Default class
8
- #
9
- module SensuPluginsMongoDB
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 SensuPluginsMongoDB
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-mongodb'
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-mongodb
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-03 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -186,9 +186,11 @@ dependencies:
186
186
  - - "~>"
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0.10'
189
- description: Sensu plugins for working with MongoDB
189
+ description: Sensu plugins for MongoDB
190
190
  email: "<sensu-users@googlegroups.com>"
191
- executables: []
191
+ executables:
192
+ - metrics-mongodb.rb
193
+ - check-mongodb.py
192
194
  extensions: []
193
195
  extra_rdoc_files: []
194
196
  files:
@@ -203,7 +205,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-mongodb
203
205
  licenses:
204
206
  - MIT
205
207
  metadata:
206
- maintainer: ''
208
+ maintainer: sensu-plugin
207
209
  development_status: active
208
210
  production_status: unstable - testing recommended
209
211
  release_draft: 'false'
@@ -228,5 +230,5 @@ rubyforge_project:
228
230
  rubygems_version: 2.4.6
229
231
  signing_key:
230
232
  specification_version: 4
231
- summary: Sensu plugins for working with mongodb
233
+ summary: Sensu plugins for mongodb
232
234
  test_files: []
metadata.gz.sig CHANGED
Binary file