sensu 0.25.6 → 0.25.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/sensu/api/http_handler.rb +2 -2
- data/lib/sensu/constants.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e1bd8a6afeb2016ff1c3b95dfad080d1f6e13f9
|
4
|
+
data.tar.gz: e2a506b7e5d9868b61dbc546637e6be31829986a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64b81f62ec58d7360495020a9180040a3116f88e9f879f48d3b35480a23af0f8b3af47e8f1e0d78b74f53d247aa5ad972a2b0694cd66af78f573c8c76b6baad4
|
7
|
+
data.tar.gz: 362603f315346825d2e1a65f84e509b46c97f2bb0bf6223fcd6cb6c9a860092a4b69bd426a19c3e5fc0275e6dc0365a1bfadde27188156136dfc6a2d7ff900ab
|
data/CHANGELOG.md
CHANGED
@@ -248,11 +248,11 @@ module Sensu
|
|
248
248
|
respond
|
249
249
|
end
|
250
250
|
|
251
|
-
# Respond to the HTTP request with a `204` (No
|
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
|
255
|
+
@response_status_string = "No Content"
|
256
256
|
respond
|
257
257
|
end
|
258
258
|
|
data/lib/sensu/constants.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2016-08-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: eventmachine
|