sensu-plugins-couchdb 1.0.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da677d71f37c46470338fc35b9c20a9b949d67a3
4
- data.tar.gz: e28dbff3ce2dfe10e568a0a5f176183dcd1e5eab
3
+ metadata.gz: 323698286599ba50d03835a14cce6f85682d2cbf
4
+ data.tar.gz: e2ea5a3b09b62d0ae0a1fb6037249c58d7975258
5
5
  SHA512:
6
- metadata.gz: 3d43e3ac82c33ab0b0a1ab5dae69f38d0b07010d8d146bd4439f667fc82f29bfe7628613ff46d4f3b187f449a8752fbe10475aceb175a424ceecae57b6396d7d
7
- data.tar.gz: 1102bda7b8290101996e7a570f464b5b0ec814d45dd79642289fbffdc44f44630bb94a1caadcd4e6cec6f31e16014b76b337da96a14e8887099d4279bf745e69
6
+ metadata.gz: ebcb9888cf6b4081491c91508bebdd0c607fd444b9fd12c3a7b02296c87ead31b854c608ef34a82d31b1d1600e090a0ab101bbf64f6f3bdaedc10ba807164333
7
+ data.tar.gz: 735c752c4494a06e3d458bb00a27d4604e3aec54c7391752f63676aa7496d1e5b34f251d51e6bd898ff104fa2a6be306ab1ee25bd5a40ed6625ac04b324e072d
@@ -1,11 +1,21 @@
1
- #Change Log
1
+ # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
- ###[Unreleased]
6
+ ### [Unreleased]
7
7
 
8
- ## 1.0.0 - 2017-07-8
8
+ # [2.0.0] - 2017-07-08
9
+ ### Breaking Changes
10
+ - removed ruby 1.9 support (@majormoses)
11
+
12
+ ### Added
13
+ - ruby 2.3 and 2.4 testing (@majormoses)
14
+
15
+ ### Changed
16
+ - misc repo changes to align with newer plugins based on our new skel (@majormoses)
17
+
18
+ ## [1.0.0] - 2017-07-8
9
19
  ### No-op
10
20
  - no code change bumping to 1.0 to prep for breaking changes in 2.x. Leave no user without a reasonable upgrade path (@majormoses)
11
21
 
@@ -13,11 +23,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
13
23
  - misc fixes in changelog and pr templates (@majormoses)
14
24
  - ensured all checks are exectuable (@majormoses)
15
25
 
16
- ## 0.0.2 - 2016-11-01
26
+ ## [0.0.2] - 2016-11-01
17
27
  ### Added
18
28
  - check-couchdb-alive.rb
19
29
 
20
- ## 0.0.1 - 2016-02-04
30
+ ## [0.0.1] - 2016-02-04
21
31
  ### Changed
22
32
  - adjusted dependencies
23
33
  - clean repo
@@ -27,7 +37,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
27
37
  - update certs
28
38
  - metrics-couchdb.rb
29
39
 
30
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-couchdb/compare/1.0.0...HEAD
40
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-couchdb/compare/2.0.0...HEAD
41
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-couchdb/compare/1.0.0...2.0.0
31
42
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-couchdb/compare/0.0.2...1.0.0
32
43
  [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-couchdb/compare/v0.0.1...0.0.2
33
44
  [0.0.1]: https://github.com/sensu-plugins/sensu-plugins-couchdb/compare/7b922f558627beab911eb1113a184ac66a2a212b...v0.0.1
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsCouchdb
2
2
  module Version
3
- MAJOR = 1
3
+ MAJOR = 2
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-couchdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
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-07-08 00:00:00.000000000 Z
11
+ date: 2017-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 0.40.0
117
+ version: 0.49.0
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 0.40.0
124
+ version: 0.49.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rspec
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -185,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 1.9.3
188
+ version: 2.0.0
189
189
  required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  requirements:
191
191
  - - ">="
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  requirements: []
195
195
  rubyforge_project:
196
- rubygems_version: 2.4.5
196
+ rubygems_version: 2.4.5.1
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: Sensu plugins for couchdb