sensu 0.25.6 → 0.25.7

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: 39c2b42d1f03fb1e40498fdf10de1d9fc5480653
4
- data.tar.gz: f50b00c57e67d023930a959c8fedf4bc6d9b533b
3
+ metadata.gz: 3e1bd8a6afeb2016ff1c3b95dfad080d1f6e13f9
4
+ data.tar.gz: e2a506b7e5d9868b61dbc546637e6be31829986a
5
5
  SHA512:
6
- metadata.gz: 162656e3a8f636a7a7a5c36caea15687e6d0e6181711208c24cb3deafe7cf16ade1fef1e198e392ac73b7f30bf6e34b0da908e5f18c508e5b5a3d4c4cf3cb739
7
- data.tar.gz: 9adb69483efc57025f13ae328890291ae2b17805a2fbd3c72bec78bd6b60e24f01797f2cd64789b713b9fecd5bec40e770e669a608c7bc18d2eb2b9abd8afa13
6
+ metadata.gz: 64b81f62ec58d7360495020a9180040a3116f88e9f879f48d3b35480a23af0f8b3af47e8f1e0d78b74f53d247aa5ad972a2b0694cd66af78f573c8c76b6baad4
7
+ data.tar.gz: 362603f315346825d2e1a65f84e509b46c97f2bb0bf6223fcd6cb6c9a860092a4b69bd426a19c3e5fc0275e6dc0365a1bfadde27188156136dfc6a2d7ff900ab
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.25.7 - 2016-08-09
2
+
3
+ ### Fixes
4
+
5
+ Fixed the Sensu API 204 status response string, changing "No Response" to
6
+ the correct string "No Content".
7
+
1
8
  ## 0.25.6 - 2016-07-28
2
9
 
3
10
  ### Fixes
@@ -248,11 +248,11 @@ module Sensu
248
248
  respond
249
249
  end
250
250
 
251
- # Respond to the HTTP request with a `204` (No Response)
251
+ # Respond to the HTTP request with a `204` (No Content)
252
252
  # response.
253
253
  def no_content!
254
254
  @response_status = 204
255
- @response_status_string = "No Response"
255
+ @response_status_string = "No Content"
256
256
  respond
257
257
  end
258
258
 
@@ -1,7 +1,7 @@
1
1
  module Sensu
2
2
  unless defined?(Sensu::VERSION)
3
3
  # Sensu release version.
4
- VERSION = "0.25.6".freeze
4
+ VERSION = "0.25.7".freeze
5
5
 
6
6
  # Sensu check severities.
7
7
  SEVERITIES = %w[ok warning critical unknown].freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.6
4
+ version: 0.25.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Porter
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-07-28 00:00:00.000000000 Z
12
+ date: 2016-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine