logstash-codec-line 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: ea42c44763f8d04d0d19d3415f0bf224b4d16ae0
4
- data.tar.gz: f8a6919a3152406899efa309f0815ecde9e3e875
2
+ SHA256:
3
+ metadata.gz: 13b39efea584a3d2e1659731e817b95d784247bddac91f750a6553ca832c9488
4
+ data.tar.gz: 97aed854fe7bffc298bc7b6c9a7a02f8b90d1b299634dab55e5307c20e94d463
5
5
  SHA512:
6
- metadata.gz: c49151aa140945de27cf51d42c5246a6976dd6e1435e0e17e637d5817b161a6f3fb2c5f43bfadf28aecc1e7d290027bc2d116707e922f4e5c4be2ab783733888
7
- data.tar.gz: 3e7c41bcc8361b378af028f993bd2ac390ad4adf3d71598767806577212c0886a65ff250adfdbc9d0800f98f381579747650288d0c67c7a99699a5c72e4ec935
6
+ metadata.gz: 138e03f03d38cbb81ff2a198a49f3218a26b8ab89279150aa369f7db25c7886fb4afb5038c8d3bbed439db703180511254977f2654bfc36d5f0fdd257879f900
7
+ data.tar.gz: f1cf451c6348ce1659e0f91f0e12b7e0b2e46f37d766f4bbcb0a7ad05843b9c487d3c22dd147f565d484a71140a358fd8093edd4fbedf1fa8d9999930bcff60e
@@ -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-codec-line'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Line-oriented text data."
6
+ s.summary = "Reads line-oriented text data"
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-line
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
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: Line-oriented text data.
90
+ summary: Reads line-oriented text data
89
91
  test_files:
90
92
  - spec/codecs/line_spec.rb