logstash-output-slack 2.1.0 → 2.1.1

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: 7e2dae06476ae2f501462eb76832aa5d2b24e6686bfe0bacc64a422a6b3676c7
4
- data.tar.gz: 8115f85427fe509cfc28bf6812a77af90054530514ca511c84572c0ec8046df1
3
+ metadata.gz: 109a2304e4473f6a91f5ddd69044e397414f0680be2a3258e48d11edb3aec3ca
4
+ data.tar.gz: 3b51dd4febaf467323536597084b7ee6dc3c52f059270621b2cfc21ed30d803e
5
5
  SHA512:
6
- metadata.gz: f0c28f6a9714e3b1f39ef046c3583b5601c359ca72cd2f13c760472e4ce33c83a1584add02538d87153acb184f5410cd083da0820ae68e1ebd051a7221a3a515
7
- data.tar.gz: def643b508f11e9859b4257da6ff193bd8e92f3c5717e9d5f5f0224283bd20c6606a0277cff16d96e17c3b8923a0d47f749452c81347cc9e6d63fc18ed676f6f
6
+ metadata.gz: 1d4186c4efcfdddc9cda8a0a218f1b7c5a448f55a78057241c46c356d3c382cef8cd5c907a639f948ab06c079bf26db8415b1786130251c5fb2f6599bb12c444
7
+ data.tar.gz: bfd8aa5b964c8bb7392fcf68b213d0c459699dd670499db7b3b387facf6ac3838cd5713de2229ec1e95722174e306ed9a312fedf30a75b89a762b48c4e1848c5
@@ -1,3 +1,6 @@
1
+ ## 2.1.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 2.1.0
2
5
  - allow interpolation of event fields in url [#11](https://github.com/logstash-plugins/logstash-output-slack/pull/11)
3
6
 
@@ -1,5 +1,6 @@
1
1
  :plugin: slack
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -20,7 +21,7 @@ include::{include_path}/plugin_header.asciidoc[]
20
21
 
21
22
  ==== Description
22
23
 
23
-
24
+ Write events to Slack.
24
25
 
25
26
  [id="plugins-{type}s-{plugin}-options"]
26
27
  ==== Slack Output Configuration Options
@@ -104,4 +105,6 @@ The username to use for posting
104
105
 
105
106
 
106
107
  [id="plugins-{type}s-{plugin}-common-options"]
107
- include::{include_path}/{type}.asciidoc[]
108
+ include::{include_path}/{type}.asciidoc[]
109
+
110
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-slack'
3
- s.version = '2.1.0'
3
+ s.version = '2.1.1'
4
4
  s.licenses = ['MIT','Apache License (2.0)']
5
5
  s.summary = "Write events to Slack"
6
6
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/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-slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ying Li
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-22 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
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  requirements: []
182
182
  rubyforge_project:
183
- rubygems_version: 2.6.13
183
+ rubygems_version: 2.6.11
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: Write events to Slack