logstash-input-multirss 1.0.4 → 1.0.5
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 +4 -4
- data/logstash-input-multirss.gemspec +5 -2
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39f775e02e37041ac3235927b046b8c20633cfcda938336bcfcfe22d30832352
|
4
|
+
data.tar.gz: a95dd45d23116dfa3aeccb1f699cbfb84b6bdd70e39321f215a6836323a44a38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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 :
|
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
|
+
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:
|
98
|
-
URI parent with more rss links inside , something
|
99
|
-
|
100
|
-
|
101
|
-
|
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: []
|