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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 775d6609a369fae147e20a5563c6b2a0d2156957
4
- data.tar.gz: c909837a8a4710b3c29c918a0dc2a64d0e2ea309
3
+ metadata.gz: 96ac4562a34d3e14b62dc107edb3f5c325dc86ec
4
+ data.tar.gz: e80498356bf78b874fc57f6e13a5b1555e901afd
5
5
  SHA512:
6
- metadata.gz: dee5c85335baaf01f579679d1b5e14d7ce846ce16aa39dde862e00ed8da7d5aed41fc615b7bd8fd5fd203bc50fa61add2db959cceef2f1dcb81022d88323e868
7
- data.tar.gz: 407cafec20c53bf6155d7396317c6f25f8f39438b2cc0115a7e840ee9bcbc85e8f14f060b5b069e295de9877aa816a4a352048e174a6cf0e043ed2cd1563ea16
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
- �*�6��k���?�i��q8&Ī�&��6#a_��Fm?��%s˔�N�̤���Q�"��Kh��gm!� ��o�]�6�2�Ž�/�("�����U�;D��ȸL`�HḀ�m��Q-?���#y��`$���0"~��_Jv!��]�@nK~z�S}��!h�~�n �؁wc�J�K����
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��lgO��z���G�����b����-_bb��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
- [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-http.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-http)
3
+ [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-http.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-http)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-http.svg)](http://badge.fury.io/rb/sensu-plugins-http)
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-http/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-http)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-http/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-http)
@@ -2,7 +2,7 @@ module SensuPluginsHttp
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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.0
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-06-23 00:00:00.000000000 Z
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.1.0
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.1.0
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