logstash-input-multirss 1.0.4 → 1.0.5

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: 6d13c2d879087de0b4230d214cbd8891a5bd37a8e09a2903b04972a9d7b4988e
4
- data.tar.gz: ca9b18b29aa8abd00a0852c1cf350f80a883d4ebf927a012dd3aefd8a730e223
3
+ metadata.gz: 39f775e02e37041ac3235927b046b8c20633cfcda938336bcfcfe22d30832352
4
+ data.tar.gz: a95dd45d23116dfa3aeccb1f699cbfb84b6bdd70e39321f215a6836323a44a38
5
5
  SHA512:
6
- metadata.gz: da7b2da25c8c33955570efd6bf4769d492dee02ac031a0bd3bb9e987465bcffc245e9a3cf3786471c0f5a84203ff1cca74180638e6f5309be7b0dcc539b31b98
7
- data.tar.gz: 99e28af4b277e09ac34ef0c1b4dbe838c68014bcb39d28cd312cbc7bca8e4382e78cf141107deca9a8cae826166a10d8615586f7ea74354f5fb2cba040b6d748
6
+ metadata.gz: f4e00ebcbb6b1652efcc4ed5c1c913c57cc3fb044482c03d79620373e6a54df7ae2f160341b960baad5483b6bc3654f42d35eb449a3cac0cf5f30b5de60a63fa
7
+ data.tar.gz: a76cee32268fd1bfefdbd8d7db4584d2c280efd2c95493abd92fa0e805d54c43fbfeaa6be10005dbd89768e32295de96c6307ba95995c9f5dcb4588d899b434c
@@ -1,9 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-multirss'
3
- s.version = '1.0.4'
3
+ s.version = '1.0.5'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = 'Simple multi rss plugin'
6
- s.description = 'This plugin get the feed content and works with : \n multi_feed => [array] URI parent with more rss links inside , something like this: http://rss.elmundo.es/rss/ \n one_feed => [array] (optionally) childs URIS with XML content inside , something like this: http://estaticos.elmundo.es/elmundo/rss/portada.xml \n blacklist => [array] (optionally) strings , links, text ... what you dont want explored'
6
+ s.description = 'This plugin get the feed content and works with :
7
+ 1) multi_feed => [array] URI parent with more rss links inside , something like this: http://rss.elmundo.es/rss/
8
+ 2) one_feed => [array] (optionally) childs URIS with XML content inside , something like this: http://estaticos.elmundo.es/elmundo/rss/portada.xml
9
+ 3) blacklist => [array] (optionally) strings , links, text ... what you dont want explored'
7
10
  s.homepage = 'https://github.com/felixramirezgarcia/logstash-input-multirss'
8
11
  s.authors = ['Felix R G']
9
12
  s.email = 'felixramirezgarcia@correo.ugr.es'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-multirss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix R G
@@ -94,11 +94,13 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: 'This plugin get the feed content and works with : \n multi_feed => [array]
98
- URI parent with more rss links inside , something like this: http://rss.elmundo.es/rss/ \n
99
- one_feed => [array] (optionally) childs URIS with XML content inside , something
100
- like this: http://estaticos.elmundo.es/elmundo/rss/portada.xml \n blacklist => [array]
101
- (optionally) strings , links, text ... what you dont want explored'
97
+ description: "This plugin get the feed content and works with : \n \
98
+ \ 1) multi_feed => [array] URI parent with more rss links inside , something\
99
+ \ like this: http://rss.elmundo.es/rss/ \n 2) one_feed =>\
100
+ \ [array] (optionally) childs URIS with XML content inside , something like this:\
101
+ \ http://estaticos.elmundo.es/elmundo/rss/portada.xml \n 3)\
102
+ \ blacklist => [array] (optionally) strings , links, text ... what you dont want\
103
+ \ explored"
102
104
  email: felixramirezgarcia@correo.ugr.es
103
105
  executables: []
104
106
  extensions: []