sensu-plugins-mongodb-wt 2.2.2 → 2.2.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.
@@ -2,7 +2,7 @@ module SensuPluginsMongoDB
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 2
5
- PATCH = 2
5
+ PATCH = 3
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-wt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-29 00:00:00.000000000 Z
11
+ date: 2022-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bson
@@ -188,9 +188,9 @@ description: |-
188
188
  email: "<sensu-users@googlegroups.com>"
189
189
  executables:
190
190
  - check-mongodb-metric.rb
191
- - metrics-mongodb.rb
192
191
  - check-mongodb.rb
193
192
  - metrics-mongodb-replication.rb
193
+ - metrics-mongodb.rb
194
194
  extensions: []
195
195
  extra_rdoc_files: []
196
196
  files:
@@ -230,8 +230,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  - !ruby/object:Gem::Version
231
231
  version: '0'
232
232
  requirements: []
233
- rubygems_version: 3.1.2
234
- signing_key:
233
+ rubygems_version: 3.3.5
234
+ signing_key:
235
235
  specification_version: 4
236
236
  summary: Sensu plugins for mongodb
237
237
  test_files: []