logstash-input-github 3.0.6 → 3.0.7

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
  SHA256:
3
- metadata.gz: 89741b6fc51325a40f005b06e565f3d031f324ed945287b903ec78c6bbe71bdb
4
- data.tar.gz: 0bcc0471434fa5ba5b53b629d6c9522a7a3c86eae55d30e2be361db3e41efb1c
3
+ metadata.gz: 16390c34192df416a1e214e8b7e499cb2c3f5049db00e7cb589f72154ee98958
4
+ data.tar.gz: a829cc58f27ad78706ddf96696fa74f98dd2f1585f05f61193ed4a47924d78ff
5
5
  SHA512:
6
- metadata.gz: 0a2997975c0f9c08728c1f464ff1c21177d4be29cd88d54d892220f46aa5a1575aec894668d99884a508eef72636896ed7b7048e36e91580a438f3252566ac41
7
- data.tar.gz: '099e04e6b110a62da462e8472e7480943d75e6a45664e669194803afd421696b050f1edb67deec4af3c289426d84eeeb5ec4fa076e74fcce8b60d7fa2ab0c5a0'
6
+ metadata.gz: 34c300c05673d852ad1c50a19a3f81fad994e3ff66fb4c561b89be03f6a81eebb0ad6792e6efbb757ef723ac79cfaa5945adcc0919f24c03d9e85f32803652a6
7
+ data.tar.gz: 6f5cff98fd4da531b3235df921d6f7362750a05454e2fd42d2680be25dd1ace75edf04306f8063cb47959cfa9a6c12a86f1f5d3e6cbe2c01dc795cdf890353f0
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.6
2
5
  - Improve malformed-input handling by using updated FTW
3
6
  - Improve webserver crash recovery
@@ -1,5 +1,6 @@
1
1
  :plugin: github
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -78,4 +79,6 @@ Your GitHub Secret Token for the webhook
78
79
 
79
80
 
80
81
  [id="plugins-{type}s-{plugin}-common-options"]
81
- include::{include_path}/{type}.asciidoc[]
82
+ include::{include_path}/{type}.asciidoc[]
83
+
84
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-github'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads events from a GitHub webhook"
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-input-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-21 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
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.6.13
131
+ rubygems_version: 2.6.11
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Reads events from a GitHub webhook