logstash-output-hipchat 4.0.3 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31e79e6c81411ca6996dbde8c3c7cc366446e911cb124affea152ad3962daef5
4
- data.tar.gz: b44f807c82b0ef453e71382e71e4292d70aa939b31ba4b229588fed9b4856912
3
+ metadata.gz: fdf28fbc55f8cda515acec755c871e850f2d3c100ca01cb1762fc68d0fea561b
4
+ data.tar.gz: 41ad0c8436d355922b05d31681a83d308486809a41161377829d1e49c8800042
5
5
  SHA512:
6
- metadata.gz: 7efbea2e2f5e72abc4715f3113ea70b3836338745db880589de8377af2f64384490dc86d0353aae62c18be379a4cf51cbb2b0c1f75468219f10993868a429475
7
- data.tar.gz: 1a50db335c8c1b15da680da37f6338ace7089c6aacd9092bd43e58a23d007585f71aa5713f774e96c2566bb591cf23b7e8b875f4659cee6a571e53325e459633
6
+ metadata.gz: 0fd745dc82c7e31d6b28620e56fbb9dc076f1164584a695975942ee29a68d63fdc1a0207f88737eee73fd817e5d4c1e8c9327d99889eda157a1d74dfa8fa5e8e
7
+ data.tar.gz: 403d8b2e8ae988a808a2ee9bf418665c27de198c1027565a4e0f3c9b00231d4ad4bc1bd9ce55cb01e8e5f25d8f56c37a7c6c4e8648ece9c0f12c8fbf689885bb
@@ -1,3 +1,9 @@
1
+ ## 4.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 4.0.4
5
+ - Fix some documentation issues
6
+
1
7
  ## 4.0.2
2
8
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
9
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: hipchat
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -12,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
13
  END - GENERATED VARIABLES, DO NOT EDIT!
13
14
  ///////////////////////////////////////////
14
15
 
15
- [id="plugins-{type}-{plugin}"]
16
+ [id="plugins-{type}s-{plugin}"]
16
17
 
17
18
  === Hipchat output plugin
18
19
 
@@ -119,4 +120,6 @@ Whether or not this message should trigger a notification for people in the room
119
120
 
120
121
 
121
122
  [id="plugins-{type}s-{plugin}-common-options"]
122
- include::{include_path}/{type}.asciidoc[]
123
+ include::{include_path}/{type}.asciidoc[]
124
+
125
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-hipchat'
4
- s.version = '4.0.3'
4
+ s.version = '4.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output allows you to write events to Hipchat"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement