logstash-input-meetup 3.1.0 → 3.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: 2f6ab92cf304bd94da5ef0bb206faf9ddc21084174aa2a8a997b4269e7487d86
4
- data.tar.gz: d039428b1d05c3c458ee2ed264f3132a60eb5948d7c4ba9bfc8118cb7564a885
3
+ metadata.gz: 9dc28e29730f85c8703dfb92155b26aa947b7fdf8cb7d6e97f0f7a02e5d34410
4
+ data.tar.gz: 6d6e5bf084e5f3aa0091340d7cf9e971e72480c4a3ddcfd1935c7a7c894b894c
5
5
  SHA512:
6
- metadata.gz: f0391c930d88fee52f976beac1eec5b9e4db16f0c3dbbde08fd1eacfab01c5b58766b5200664add5ea0ce5026570f1751c9d6cefcee8503f93f92f8d4146b02f
7
- data.tar.gz: 51846ba01c949db6e1985b3e30e59f6bc1278df2a546a56044e9818aea1f182a884b081f5b6179867fff2f2fcf9c2b550b613454fc910dc7c92f34a66e11dea0
6
+ metadata.gz: 73fc3427c3cd039f7c7992a14d69f3cbeb7141d0f4aab7cc92ef920c4d10c067b0f6887e406da56c1878cec435b2e4423c24c4b1269d3524d2b7db02c9e79d44
7
+ data.tar.gz: d71ab8ea9502740588f74876a3ead4c87d4782575571fdf6e24721e04b70b4e012f237a53b92f9e20ccb12d11dae0e8dbe89dfbd48ce648b6c59c3053501fc1d
@@ -1,3 +1,6 @@
1
+ ## 3.1.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.0
2
5
  - Add support for text search (siobahnv) [#13](https://github.com/logstash-plugins/logstash-input-meetup/pull/13)
3
6
 
@@ -1,5 +1,6 @@
1
1
  :plugin: meetup
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -108,4 +109,6 @@ Must have one of `urlname`, `venue_id`, `group_id`, `text`.
108
109
 
109
110
 
110
111
  [id="plugins-{type}s-{plugin}-common-options"]
111
- include::{include_path}/{type}.asciidoc[]
112
+ include::{include_path}/{type}.asciidoc[]
113
+
114
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-meetup'
4
- s.version = '3.1.0'
4
+ s.version = '3.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Captures the output of command line tools as an event"
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-meetup
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
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-14 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
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.6.13
125
+ rubygems_version: 2.6.11
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Captures the output of command line tools as an event