logstash-input-rss 3.0.4 → 3.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: e742a478396d0f211c6b4fadbff5d5a6a01926ac1a489b8007aa0f087266e864
4
- data.tar.gz: a4e7e1a64ecca6576a5498abdb75dc422f977ce997778abd911de126430a6953
3
+ metadata.gz: a5913a53bf0864ad5ed7b1f3122e64df03158b9a18e7ef1638efe1c5b0ac2422
4
+ data.tar.gz: d3ed5908b6dac3a2223e90cd797729779e659bd5ad965a699f5aa02f656aaa6c
5
5
  SHA512:
6
- metadata.gz: 6e5f607132813a3c68bcee3d85cae37857776f75d7db2d7c58be5fbec5aa79c3ef5e1810d9b520e5d886a02ea8964b870f196a9c4c236523473fb54c348cbfdc
7
- data.tar.gz: 9643585591de0fd3bf1668dae085261e290923fb11141d83afc0c80adc90b128b75f20d18d4f73424c91e75a1c8eca34d1f680a5e938f74206221593b0631f7f
6
+ metadata.gz: 7fae9f33caa2afd9801594e1671ec446b0e7dc934e40a9e308fe3c5ff7f612c08f1169b37056fbeeaadcd287df9813d6922b7f6774e4b90bdeded53607a5b505
7
+ data.tar.gz: 799d1aac6a90c45968afa1c2f7b22f241abfe17d4f24db8cbe2f30ba008c76d3c12bab9df37e29e266f131b24cca5186d51409a9add45c565335020ee56ac0c7
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 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,5 +1,6 @@
1
1
  :plugin: rss
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -67,4 +68,6 @@ RSS/Atom feed URL
67
68
 
68
69
 
69
70
  [id="plugins-{type}s-{plugin}-common-options"]
70
- include::{include_path}/{type}.asciidoc[]
71
+ include::{include_path}/{type}.asciidoc[]
72
+
73
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-rss'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
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"
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.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement