sensu-plugins-nginx 3.1.0 → 3.1.1

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
  SHA256:
3
- metadata.gz: 14f59b2732c23ad00f9f1ad14288a80277a53275793e3b2216933262a168ca62
4
- data.tar.gz: b747923c870f1052268b462ba6552b2982630da3b2ba845d13a2d80bb5e63945
3
+ metadata.gz: 36f8776d591986d3a0b6d9cb0655031f396d9ba1ab72c983d0d0df8a2af53377
4
+ data.tar.gz: 1696829aa84d537064c208a81d1867461ed279eb83a486168ef0215ad1714936
5
5
  SHA512:
6
- metadata.gz: c98b6ae9b2575c9e124d876384979a590485aaa07404403d11325950d6ab34a5e24e2b52ca05e1c7cbb86d8dda1d62525ed89b564994d2e527e22c14d9ecba2d
7
- data.tar.gz: 6162b5ce94ed191b12fafda1f643a5cc3400d47e801296dcc50c0ffc0594314fd346a548d2a47f2124c6ab894ce7a295f520a901e3a46f8b6b939a8122e48673
6
+ metadata.gz: ab2afaffe60bec3933806d80a61f0eb1079fca84a9134bdd38b80f9951d66c17356ed6248793847f1c968ece67bb9e4657ad60bb5a162bc8ff56578b77f14605
7
+ data.tar.gz: 2faf3923bd9feecab57f8ea14455b594f6d1dc5ee9888baf8d8b26dbaae892f5f78a338c824fcf45bf3b1177b5f10eb6f698d7d2a3a2aa72cb494a4f516fe2d1
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.1.0] - 2020-04-03
9
+ ### Changed
10
+ - Fixed travis build
11
+
8
12
  ## [3.1.0] - 2020-04-03
9
13
  ### Changed
10
14
  - Updated rubocop rubocop requirement from ~> 0.51.0 to ~> 0.81.0
@@ -101,7 +105,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
101
105
  ## 0.0.1 - 2015-02-11 **YANKED**
102
106
  - initial stable release
103
107
 
104
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.1.0...HEAD
108
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.1.1...HEAD
109
+ [3.1.1]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.1.0...3.1.1
105
110
  [3.1.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.0.0...3.1.0
106
111
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.3...3.0.0
107
112
  [2.2.3]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.2...2.2.3
@@ -4,7 +4,7 @@ module SensuPluginsNginx
4
4
  module Version
5
5
  MAJOR = 3
6
6
  MINOR = 1
7
- PATCH = 0
7
+ PATCH = 1
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors