sensu-plugins-mongodb 2.0.1 → 2.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
- SHA1:
3
- metadata.gz: 1701e1b7bac7b8804cc2d4557246db39202d6fc1
4
- data.tar.gz: a6b969b2bb28cdeb5ee9ef608ca802e89d0d451a
2
+ SHA256:
3
+ metadata.gz: a60db1ff5ce73c954697b2b2955b6e9ccebaabd7ddc82921e568632a36366c1c
4
+ data.tar.gz: fbd8062d8fc4e18338715e535f17b77f1cac13c9138459651ebc5f99991fb9b3
5
5
  SHA512:
6
- metadata.gz: f4b682c94845006aa4c06133a271f5d61566715b67cf9a4495f3413d26607c3d0bbe356bfb5cabfb1dfb4165d1def4b0e702c85ae354d4696debaf5c5421fea4
7
- data.tar.gz: 83d158ebeb0dd995c61e7400b09c8a7b628c400f84c6a6ae67e71f67a295080c525c0d983841bb9b622164efea64134c04b7d4b8896d0b839b1767772399d9ab
6
+ metadata.gz: 66bd32e1421bc0a876c92ca230d2f7a49a24cc486ea720a3e38e4eaca4c3999faede853b0e4ed6d260e96ee145355b3aa8acd4c5693b2f57559c821433d3d4d9
7
+ data.tar.gz: 1c55e99fba54b56a9bdf6f618ec89e0590321d42923244b8759a52d019a289905b96f2914cfd61a12f7311e114d62bedf3d9acdd2257eed3a086cf91ed279683
@@ -5,6 +5,10 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.2] - 2018-03-17
9
+ ### Fixed
10
+ - renamed library file `metics` to `metrics` and updated all refrences in code to it (@majormoses)
11
+
8
12
  ## [2.0.1] - 2017-10-19
9
13
  ### Fixed
10
14
  - updating the read preferences for `2.2`-`2.8` pymongo clients (@urg)
@@ -125,7 +129,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
125
129
  ### Added
126
130
  - initial release
127
131
 
128
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.1...HEAD
132
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.2...HEAD
133
+ [2.0.2]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.1...2.0.2
129
134
  [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.0...2.0.1
130
135
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.1...2.0.0
131
136
  [1.4.1]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.0...1.4.1
@@ -28,7 +28,7 @@
28
28
  #
29
29
 
30
30
  require 'sensu-plugin/check/cli'
31
- require 'sensu-plugins-mongodb/metics'
31
+ require 'sensu-plugins-mongodb/metrics'
32
32
  require 'mongo'
33
33
  include Mongo
34
34
 
@@ -29,7 +29,7 @@
29
29
  #
30
30
 
31
31
  require 'sensu-plugin/metric/cli'
32
- require 'sensu-plugins-mongodb/metics'
32
+ require 'sensu-plugins-mongodb/metrics'
33
33
  require 'mongo'
34
34
  include Mongo
35
35
 
@@ -2,7 +2,7 @@ module SensuPluginsMongoDB
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-20 00:00:00.000000000 Z
11
+ date: 2018-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bson
@@ -203,7 +203,7 @@ files:
203
203
  - bin/metrics-mongodb-replication.rb
204
204
  - bin/metrics-mongodb.rb
205
205
  - lib/sensu-plugins-mongodb.rb
206
- - lib/sensu-plugins-mongodb/metics.rb
206
+ - lib/sensu-plugins-mongodb/metrics.rb
207
207
  - lib/sensu-plugins-mongodb/version.rb
208
208
  homepage: https://github.com/sensu-plugins/sensu-plugins-mongodb
209
209
  licenses:
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  version: '0'
232
232
  requirements: []
233
233
  rubyforge_project:
234
- rubygems_version: 2.6.14
234
+ rubygems_version: 2.7.6
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: Sensu plugins for mongodb