logstash-input-twitter 3.0.5 → 3.0.6

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
  SHA1:
3
- metadata.gz: da70694d3c7b24fb620cd17b6f1c6999f9c9ba91
4
- data.tar.gz: 62cc57cbac7fb9d5910ebd6f35342aa24160906a
3
+ metadata.gz: 99b561978d8aed082143a66400f3256d90b88964
4
+ data.tar.gz: db5aa038d14c8b926d7eb6d2e6391d2e75f521c9
5
5
  SHA512:
6
- metadata.gz: 65558db696a1559a7bbb6248404e487968677e6987372306e0821c055d8dc519ec54ac824d445041eb65dc92f74cd818feb7ba7a6fd3009d78b92b7945bfe42d
7
- data.tar.gz: f2c489fadeee78bdf50437846d2e88273251e53326213ac94719e2e0a163c71cb12f4292b286e2d218d7d9c34199be94fca06ee1eda612103af8e556f53b9fa4
6
+ metadata.gz: 6d79895d2c6782f92ca76d491f9bc9105e307b004068aa6fd31cd3ed0c6289cbcd39a46e9efb43d8cee81db9e0b8e806726692816d59fe93cb4b7d1002479ab2
7
+ data.tar.gz: e67ed00b29e963a75c56b2518203e90ffefc4a1fffaf681e95824e09cd964fedaaa16b98cb732f886f1b7468c0268fd81bed9d45752d9a56ed94d6a41bf23582
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.4
2
5
  - Pin version of http-form_data to 1.0.1 since 1.0.2 isn't compatible with Ruby 1.9
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Twitter input plugin
18
18
 
@@ -102,7 +102,7 @@ Record full tweet object as given to us by the Twitter Streaming API.
102
102
  * Value type is <<boolean,boolean>>
103
103
  * Default value is `false`
104
104
 
105
- Lets you ingore the retweets coming out of the Twitter API. Default => false
105
+ Lets you ignore the retweets coming out of the Twitter API. Default => false
106
106
 
107
107
  [id="plugins-{type}s-{plugin}-keywords"]
108
108
  ===== `keywords`
@@ -223,4 +223,4 @@ follows, locations, and languages options will be ignored. Default => false
223
223
 
224
224
 
225
225
  [id="plugins-{type}s-{plugin}-common-options"]
226
- include::{include_path}/{type}.asciidoc[]
226
+ include::{include_path}/{type}.asciidoc[]
@@ -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.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read 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.5
4
+ version: 3.0.6
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: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement