logstash-input-twitter 3.0.7 → 3.0.8

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: aed491f3d9eceda7647d5a61910429aee7b24398c25d86657236c5071912f01f
4
- data.tar.gz: 3216fc1c1a75d715b8ef5c77cc09539aab03b9091da8e3c3e2aa0cd28440abfb
3
+ metadata.gz: d05604fb0bb4b26dd9cd301c4adf1824cad08b430d4064f61460329977f980b8
4
+ data.tar.gz: 0e1cbc41a80bc23ac525a9f9703c776d5a8d7f55c77e459abc2f5bc841d5cc7a
5
5
  SHA512:
6
- metadata.gz: 84305d5732003098a51659489fb3b93c05a664cc53734143de2512ccca04be6f542b8d3122c13b9b29a285e1b49688c37d7ae8426570be42466f936ba7aa268e
7
- data.tar.gz: 87ea22afa88f4d5e9978a4b3e0e9edae0188e800f4ee244561aa1efc9bd25eac77309754b1820785137347fa886e8dc168bcafb35244ce6000e3856ee8065735
6
+ metadata.gz: c4c1e924fddbdafa6c41d79aca21b8563fbb78b3ad0a6cb7e830ca69d704e65a70252ee7d66ba39d9c322c014b6bf932275cb8352e82c7487207e980fb0ae5dc
7
+ data.tar.gz: e918d5c0646ca3173724352c4abcfec9abde71fd47654a79ba1cb60ebd4a8b58948080d033bb69ead8eb4ac23203157d40a735c1c4ee73ba9b090cfec2732722
@@ -1,3 +1,6 @@
1
+ ## 3.0.8
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.7
2
5
  - Update gemspec summary
3
6
 
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: twitter
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -85,7 +86,7 @@ registering a new application with Twitter:
85
86
 
86
87
  A comma separated list of user IDs, indicating the users to
87
88
  return statuses for in the Twitter stream.
88
- See https://dev.twitter.com/streaming/overview/request-parameters#follow
89
+ See https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters
89
90
  for more details.
90
91
 
91
92
  [id="plugins-{type}s-{plugin}-full_tweet"]
@@ -224,3 +225,5 @@ follows, locations, and languages options will be ignored. Default => false
224
225
 
225
226
  [id="plugins-{type}s-{plugin}-common-options"]
226
227
  include::{include_path}/{type}.asciidoc[]
228
+
229
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-twitter'
4
- s.version = '3.0.7'
4
+ s.version = '3.0.8'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads events from the Twitter Streaming API"
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-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 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