logstash-input-rss 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/logstash-input-rss.gemspec +4 -4
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53b4149036f963d22ac42220675024de89ab0692
4
- data.tar.gz: 206201da9f1a66ab3d9c51596fb4aa85f672e728
3
+ metadata.gz: 17bd99754667eeb1a14e5644c9bbee42b36f7662
4
+ data.tar.gz: 4234132155000c65aad31aae2b2e0bffd6225e7a
5
5
  SHA512:
6
- metadata.gz: 9479e7219883d98f43b3bea18a9efe82e19922fcc65ce0518db539bd5f06f4c7ea1c7aebf2b6378d4d140b7d26238aa6227d37911574d82f10635d8b686397e3
7
- data.tar.gz: 4453ec10915390cfdd13a20ae3a382cca179db7fe22315d3faf2ea94dab71d91a879a08a0785db5bc93c61fac1e1ac863568d5dc9a51e75d150714379bd3969a
6
+ metadata.gz: 058123631f8790cf09782ef85728bc3cb193fbacd069e0904f52580ef8914eb53b2247ccab732cdef215bdd23a6f54f03533dad7eece2f9a9f5c38eb1f93df12
7
+ data.tar.gz: 119f51991290cc49118b3bae85185427c4f7a768f767f554321378792ed8470a1d62b3352d0277e8b61559a18da388d15a01ad1a08b15a72ab36d1491f590544
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-rss'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Poll an RSS/Atom feed."
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/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'jason.kendall@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'jason.kendall@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
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: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +73,7 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
76
- email: jason.kendall@elasticsearch.com
76
+ email: jason.kendall@elastic.co
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -86,7 +86,7 @@ files:
86
86
  - lib/logstash/inputs/rss.rb
87
87
  - logstash-input-rss.gemspec
88
88
  - spec/inputs/rss_spec.rb
89
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
89
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
90
90
  licenses:
91
91
  - Apache License (2.0)
92
92
  metadata:
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 2.4.5
111
+ rubygems_version: 2.1.9
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Poll an RSS/Atom feed.