sensu-plugins-signifai 1.0.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +31 -3
- data/lib/sensu-plugins-signifai/version.rb +2 -2
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3fc9a091a03e9e510300a00354d8cf41de44edd
|
4
|
+
data.tar.gz: ec4c86f76eb2e050a5a0efda63fe3a0e921b02a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b06413ea15ab43a3ca2d0e3a91c036ce3eeaa167efc8ec8d3d1a943fa76ca18ad4a3302c05f1c357a51d5946d8c0a1f3f5d85f84d9df78cca3ffbbe45f48a22c
|
7
|
+
data.tar.gz: b211bf3130402c29eaee2bb54a251d169dabd9144194b18bd9c976119944ab29a525c914fd3f09746ff4a012d058823f4251170e0fdde192686bd7c5817c1b2d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
# Change Log
|
2
|
+
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
|
+
## Unreleased
|
7
|
+
|
8
|
+
## [1.1.1] 2017-07-11
|
9
|
+
### Fixed
|
10
|
+
- fix travis config (@majormoses)
|
11
|
+
|
12
|
+
## [1.1.0] 2017-07-11
|
13
|
+
### Added
|
14
|
+
- standard pr template (@majormoses)
|
15
|
+
- standard `.gitignore` (@majormoses)
|
16
|
+
- standard `.travis.yml` and deploy key (@majormoses)
|
17
|
+
- gemspec added `support@signifai.io` per #2 (@majormoses)
|
18
|
+
|
19
|
+
### Changed
|
20
|
+
- update gemspec to reflect sensu mailing list (@majormoses)
|
21
|
+
- use standard Rakefile (@majormoses)
|
22
|
+
|
23
|
+
### Removed
|
24
|
+
- Gemfile.lock (@majormoses)
|
25
|
+
|
26
|
+
## [1.0.0]
|
27
|
+
### Adopted
|
28
|
+
- became an official sensu community gem
|
29
|
+
|
30
|
+
|
31
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-signifai/compare/1.1.1...HEAD
|
32
|
+
[1.1.1]: https://github.com/sensu-plugins/sensu-plugins-signifai/compare/1.0.0...1.1.0
|
33
|
+
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-signifai/compare/1.0.0...1.1.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-signifai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu-Plugins and contributors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|
@@ -151,7 +151,10 @@ dependencies:
|
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0.8'
|
153
153
|
description: This plugin provides a Sensu handler for SignifAi
|
154
|
-
email:
|
154
|
+
email:
|
155
|
+
- "<sensu-users@googlegroups.com>"
|
156
|
+
- support@signifai.io
|
157
|
+
- "<zcarlson@signifai.io>"
|
155
158
|
executables:
|
156
159
|
- handler-signifai.rb
|
157
160
|
extensions: []
|
@@ -189,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
192
|
version: '0'
|
190
193
|
requirements: []
|
191
194
|
rubyforge_project:
|
192
|
-
rubygems_version: 2.
|
195
|
+
rubygems_version: 2.4.5
|
193
196
|
signing_key:
|
194
197
|
specification_version: 4
|
195
198
|
summary: Sensu plugins for SignifAi
|