logstash-input-imap 3.0.5 → 3.0.6

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: a9fb5b80285d27882a5ad6482a1ab5b3575183a06b0bd79e5e1761cf89654477
4
- data.tar.gz: b69e4dfb03630e9887e96a15722f99b3b91b1d33b29a8e3a0df6fc929b64c73f
3
+ metadata.gz: dfe50e7fb2200f686f84661e1613bc085df5b0eef179b502d0a45c751d9f2747
4
+ data.tar.gz: 8da74ac7ab6497adee7ea97d710a2fde690770c6add9da6bd4a8d879c3276917
5
5
  SHA512:
6
- metadata.gz: 4df4488f0562f79f2b64f326f8ea36719c28c25c68fe4f3df7d5b41cd19c67dc14581f2e8e2b9ee9a189d3e593f737a54d64d75e7a28f58df3b54117b8d9b7f1
7
- data.tar.gz: 76337b8d03883f8631dc9a310f55204990ee62e2e1861a8be48428fed8b77a05893afc4048c2d134759fd17b1608807c347e1bf759bfdcb547955a102a5ce71a
6
+ metadata.gz: 83e286cde55af735cc86e63e476ee61674762c4b59942f887cc1478c3e42127cb02a43ebe559cfbf36ce93aa8e9d231d30da5c9cadb37ca242e47fa66c3f635e
7
+ data.tar.gz: 19d50e2ab991b2bebe610f4a696c927bf6b5f0b9da6817b4ce2946550622d30c5a7edfe236981104f26a2be43b41462da8428b295292207198f48e2fb25e294e
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
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: imap
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -173,4 +174,6 @@ content-type as the event message.
173
174
 
174
175
 
175
176
  [id="plugins-{type}s-{plugin}-common-options"]
176
- include::{include_path}/{type}.asciidoc[]
177
+ include::{include_path}/{type}.asciidoc[]
178
+
179
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-imap'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads mail from an IMAP server"
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-imap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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