logstash-input-rss 3.0.3 → 3.0.4

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: b0ec36a278dcb2d21a95fb8e7c5556aef4a48360
4
- data.tar.gz: 69ee673247cc7c57bab4982d2219c66f964ca9f0
2
+ SHA256:
3
+ metadata.gz: e742a478396d0f211c6b4fadbff5d5a6a01926ac1a489b8007aa0f087266e864
4
+ data.tar.gz: a4e7e1a64ecca6576a5498abdb75dc422f977ce997778abd911de126430a6953
5
5
  SHA512:
6
- metadata.gz: ebd3e6bbaed7f3196631cf32ce7f5ce6b7826e6471d01210eb69b26bc226526d182a7079c4cf1510ceaf67a09e96d0e841b852cf1f693be5e07f067930ff0a9e
7
- data.tar.gz: 35a6c7edbcb19ad0c5e7d5967e94f4ac3dbd8022e4fffa956dccf45f95ad2e9ef9a8edd8168a74110ee6e4001484f17f8167f1d54d899eb30fff9e9ad309a5bc
6
+ metadata.gz: 6e5f607132813a3c68bcee3d85cae37857776f75d7db2d7c58be5fbec5aa79c3ef5e1810d9b520e5d886a02ea8964b870f196a9c4c236523473fb54c348cbfdc
7
+ data.tar.gz: 9643585591de0fd3bf1668dae085261e290923fb11141d83afc0c80adc90b128b75f20d18d4f73424c91e75a1c8eca34d1f680a5e938f74206221593b0631f7f
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.3
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-rss'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Poll an RSS/Atom feed."
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'jason.kendall@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-rss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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
@@ -100,7 +100,9 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- 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
103
+ description: This gem is a Logstash plugin required to be installed on top of the
104
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
105
+ gem is not a stand-alone program
104
106
  email: jason.kendall@elastic.co
105
107
  executables: []
106
108
  extensions: []
@@ -144,10 +146,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
146
  version: '0'
145
147
  requirements: []
146
148
  rubyforge_project:
147
- rubygems_version: 2.4.8
149
+ rubygems_version: 2.6.11
148
150
  signing_key:
149
151
  specification_version: 4
150
- summary: Poll an RSS/Atom feed.
152
+ summary: Captures the output of command line tools as an event
151
153
  test_files:
152
154
  - spec/fixtures/atom/invalid-feed.xml
153
155
  - spec/fixtures/atom/sample-feed.xml