logstash-input-twitter 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
- SHA1:
3
- metadata.gz: 99b561978d8aed082143a66400f3256d90b88964
4
- data.tar.gz: db5aa038d14c8b926d7eb6d2e6391d2e75f521c9
2
+ SHA256:
3
+ metadata.gz: aed491f3d9eceda7647d5a61910429aee7b24398c25d86657236c5071912f01f
4
+ data.tar.gz: 3216fc1c1a75d715b8ef5c77cc09539aab03b9091da8e3c3e2aa0cd28440abfb
5
5
  SHA512:
6
- metadata.gz: 6d79895d2c6782f92ca76d491f9bc9105e307b004068aa6fd31cd3ed0c6289cbcd39a46e9efb43d8cee81db9e0b8e806726692816d59fe93cb4b7d1002479ab2
7
- data.tar.gz: e67ed00b29e963a75c56b2518203e90ffefc4a1fffaf681e95824e09cd964fedaaa16b98cb732f886f1b7468c0268fd81bed9d45752d9a56ed94d6a41bf23582
6
+ metadata.gz: 84305d5732003098a51659489fb3b93c05a664cc53734143de2512ccca04be6f542b8d3122c13b9b29a285e1b49688c37d7ae8426570be42466f936ba7aa268e
7
+ data.tar.gz: 87ea22afa88f4d5e9978a4b3e0e9edae0188e800f4ee244561aa1efc9bd25eac77309754b1820785137347fa886e8dc168bcafb35244ce6000e3856ee8065735
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.6
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-twitter'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read events from the twitter streaming api."
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
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.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: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -134,7 +134,9 @@ dependencies:
134
134
  - - ">="
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
- 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
137
+ description: This gem is a Logstash plugin required to be installed on top of the
138
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
139
+ gem is not a stand-alone program
138
140
  email: info@elastic.co
139
141
  executables: []
140
142
  extensions: []
@@ -178,10 +180,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
180
  version: '0'
179
181
  requirements: []
180
182
  rubyforge_project:
181
- rubygems_version: 2.4.8
183
+ rubygems_version: 2.6.11
182
184
  signing_key:
183
185
  specification_version: 4
184
- summary: Read events from the twitter streaming api.
186
+ summary: Reads events from the Twitter Streaming API
185
187
  test_files:
186
188
  - spec/fixtures/small_smile.png
187
189
  - spec/inputs/twitter_spec.rb