logstash-input-imap 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
- SHA1:
3
- metadata.gz: 4b862178d4edc16fc2abb86cc287a4663fcf0477
4
- data.tar.gz: 85409daf8627f947e7f60567b9ebf9e39293b6e3
2
+ SHA256:
3
+ metadata.gz: a9fb5b80285d27882a5ad6482a1ab5b3575183a06b0bd79e5e1761cf89654477
4
+ data.tar.gz: b69e4dfb03630e9887e96a15722f99b3b91b1d33b29a8e3a0df6fc929b64c73f
5
5
  SHA512:
6
- metadata.gz: 6ed522a52572b56ddce93cc6e033026163f37a76c02923c96b5fd912c312d914a19b2add7e94fc1534cff2a88993c2c0de3352117bdd7b5a4b9112c245730399
7
- data.tar.gz: f7c37a9d1dfe76da5ca5c7df93ee9a87216a7f53ec4a4e44523e4140c6699003e78002cad67955ac543951a448d382ad77b7a0d66c1759a35c6696d1c1f10038
6
+ metadata.gz: 4df4488f0562f79f2b64f326f8ea36719c28c25c68fe4f3df7d5b41cd19c67dc14581f2e8e2b9ee9a189d3e593f737a54d64d75e7a28f58df3b54117b8d9b7f1
7
+ data.tar.gz: 76337b8d03883f8631dc9a310f55204990ee62e2e1861a8be48428fed8b77a05893afc4048c2d134759fd17b1608807c347e1bf759bfdcb547955a102a5ce71a
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-imap'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read mail from IMAP servers"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
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.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-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -100,7 +100,9 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- 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
103
+ description: This gem is a Logstash plugin required to be installed on top of the
104
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
105
+ gem is not a stand-alone program
104
106
  email: info@elastic.co
105
107
  executables: []
106
108
  extensions: []
@@ -138,9 +140,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
140
  version: '0'
139
141
  requirements: []
140
142
  rubyforge_project:
141
- rubygems_version: 2.4.8
143
+ rubygems_version: 2.6.11
142
144
  signing_key:
143
145
  specification_version: 4
144
- summary: Read mail from IMAP servers
146
+ summary: Reads mail from an IMAP server
145
147
  test_files:
146
148
  - spec/inputs/imap_spec.rb