logstash-input-varnishlog 3.0.2 → 3.0.3

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: 36bd869a7e65ef05165a3e45fec1a32bda346355
4
- data.tar.gz: a26281a79961683fdfbe80ab7ae41b7cf6bf0bae
2
+ SHA256:
3
+ metadata.gz: ffb5530bade806c089302a168971e0e39e4e51d79a02b6070f8ce3e2ef67117e
4
+ data.tar.gz: 26a65ffef319e8d536107ec03cbf0eacb58aae833cb5aa1d76aa68657e95adf0
5
5
  SHA512:
6
- metadata.gz: 33c3a9159aa30bf448e62567a8b460a4395dcd54b504e2a44fa3d70f42679798c7cef6b73ec4443214c8c5e3093eaca32420b1c33e3c5b154e0d20706e1f669d
7
- data.tar.gz: 42859995822ea5cb4d9e1fc9a038486daee24c3fb9ae6c7a2086d5a6221eb35c36da0449af9ab64961103276449b5d11575d777025cf9571471c6d65dc18ecf0
6
+ metadata.gz: e1dcb589b205ffb9d950a7705b87e13ebfb838f284a13bd793a8a7cab5d81d0b1da550ebb8c1c52fe4ca6c4daa51a8c106e4d48b85733d977e1cf71fbf11a2ea
7
+ data.tar.gz: cad1603fbcf7e45fa7763be4a06696b27d4133f502a018c86a853d5aeceef6c4bbefb04d0d195e94b402936dedec8e0bb9c240c26e1e276f75e505fe1fc5df3f
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
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-varnishlog'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read from varnish cache's shared memory log"
6
+ s.summary = "Reads from the `varnish` cache shared memory log"
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-varnishlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
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-16 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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: Read from varnish cache's shared memory log
104
+ summary: Reads from the `varnish` cache shared memory log
103
105
  test_files:
104
106
  - spec/inputs/varnishlog_spec.rb