sensu-plugins-http 0.1.0 → 0.1.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -3
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/sensu-plugins-http/version.rb +1 -1
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96ac4562a34d3e14b62dc107edb3f5c325dc86ec
|
4
|
+
data.tar.gz: e80498356bf78b874fc57f6e13a5b1555e901afd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6804afcf5dea1dbcad1bb936cabb296c2d29eb4222f2ac49534936b322eb8c09929cbe7266aa42ff8ef2c20d35b2c697cbb745cd44d6f6551b0c9828406308e6
|
7
|
+
data.tar.gz: 53a9033776b2fe952d2dd5a471fe604092527aea809b24066b44bc248d31f3502a7fd9188ade5776b95a0df7253e9d3db0c2037560a49d736802f69253aa75ea
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
���O������4��������^�_N��� ��-�S�?�t�~���3�@��J����A�&Q
|
3
|
-
/ܻt%�>��"{ �,�
|
1
|
+
=�.2�$7�V���e�a��}UcXg����ݷǮQ��8ÂH��lG�Z �:��M6ޱi�'SW1!�arWC�>-����"Z����8��y��D*'ǻ{z���ja���î�ؒ4ӞS=U��X��l�gO��z���G�����b����-_b�b��MѦ( !gW���x
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@ 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
|
+
## [0.1.1] - 2015-07-14
|
7
|
+
### Changed
|
8
|
+
- updated sensu-plugin gem to 1.2.0
|
9
|
+
|
6
10
|
## 0.1.0 - 2015-06-18
|
7
11
|
- A new non-breaking feature - the ability to print the whole response from the http call done in the check-http.rb check to the sensu alert. This can be done by specifying the ```-w``` or ```--whole-response``` parameters.
|
8
12
|
- Gitignore was updated with more files from Intellij IDEA
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
## Sensu-Plugins-http
|
2
2
|
|
3
|
-
[](https://travis-ci.org/sensu-plugins/sensu-plugins-http)
|
3
|
+
[ ](https://travis-ci.org/sensu-plugins/sensu-plugins-http)
|
4
4
|
[](http://badge.fury.io/rb/sensu-plugins-http)
|
5
5
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-http)
|
6
6
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-http)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu-Plugins and contributors
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
|
31
31
|
HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
|
32
32
|
-----END CERTIFICATE-----
|
33
|
-
date: 2015-
|
33
|
+
date: 2015-07-14 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: sensu-plugin
|
@@ -38,14 +38,14 @@ dependencies:
|
|
38
38
|
requirements:
|
39
39
|
- - '='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 1.
|
41
|
+
version: 1.2.0
|
42
42
|
type: :runtime
|
43
43
|
prerelease: false
|
44
44
|
version_requirements: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 1.
|
48
|
+
version: 1.2.0
|
49
49
|
- !ruby/object:Gem::Dependency
|
50
50
|
name: codeclimate-test-reporter
|
51
51
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
Binary file
|