logstash-codec-gzip_lines 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: 2809017d43f5e49689201448a52e28e42c2f2632
4
- data.tar.gz: 51d7c2a92dc19225bebb67ba1fb794bc5e228484
2
+ SHA256:
3
+ metadata.gz: '078e37f6d953996943a59209406519d4409632e5888d347915cb7cd8d11f9f49'
4
+ data.tar.gz: daec1c98eb056cc95c304b6f96c4a9cd264792b81a00cb911af93ecb0883dbba
5
5
  SHA512:
6
- metadata.gz: 92c19b374564b0a1f4e475589c124fcaadb655ccbcce00d6ca53bd404cb16cf238253cf1bc69c6209d8c552b314668c8df7a48efb86bda103d7064e66c7f8ab4
7
- data.tar.gz: 533c8634d500441708f2dc2523d59391479337e7ce8c23c22e1131892cdfe095ab2aea591e6044f3ac2fb3b78aff885f83fddc87d37399395f5e79a05078f8cb
6
+ metadata.gz: cc4e36c0494800f96f7dff431821ceebc8befd56724c55c9648be5cff3211d0ac6eeace84dc929e63ba30fc84b374bc0177ec7a67e076704f9bce3e5021fa883
7
+ data.tar.gz: 6bc5262297874c5312016a7a74c4ce944474762076d8fce5395cd772d656089e833179b82cd42bf6e3f2f59ffe56511c96ba5d72a15f9ba0a7776094b1370702
@@ -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-codec-gzip_lines'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = 'This codec may be used to decode (via inputs) gzip encoded file'
6
+ s.summary = "Reads `gzip` encoded content"
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-codec-gzip_lines
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-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
@@ -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: This codec may be used to decode (via inputs) gzip encoded file
104
+ summary: Reads `gzip` encoded content
103
105
  test_files:
104
106
  - spec/codecs/gzip_lines_spec.rb