logstash-codec-edn_lines 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
- SHA1:
3
- metadata.gz: d305a728789956f47b541646395401938cd4daba
4
- data.tar.gz: a3ba599aaca8723c2a6cc8915f0bd395792c98ae
2
+ SHA256:
3
+ metadata.gz: 242a5a3e48582044456da21b391697083c677bd3e93e72d2dbe7a465c3113433
4
+ data.tar.gz: d88a1c966219b5730f4f13ce879d19e713e70d8cccc5afaf187814e997a35b3e
5
5
  SHA512:
6
- metadata.gz: 5cb8846379ad432504d18f84e1d1741cde98c733167142805906d83a35ac5b340439db050a8f660b2510b19a77bd7eaa81bdd61435d9a5b789d46a869256956a
7
- data.tar.gz: 3f04f0cb2f782551caa34ffb55b7e60a28211e9c1b2eed29e032955091285f3476a4706757e1322a9db79a7b569fe4748c274ce90f9088a8e2dd78014238bb7b
6
+ metadata.gz: 001cb0a58c84bc2c1de7bcd5a97cff93dd91cc949f4fd1c9b312134750eca0d0bbf538daeaf396809ec81054e37b0bbca9540042d14706d5c9182cb1eaa3c9e1
7
+ data.tar.gz: fef9a29acd8b866f6f9f6369f2893910321ab686825c34d91a8dd29a742a3e7a55bc905b0788d06c003bce411114c25be70449733dd1fc0e229840aa888586e8
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-edn_lines'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Codec to process EDN data"
6
+ s.summary = "Reads newline-delimited EDN format 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-edn_lines
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-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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: Codec to process EDN data
118
+ summary: Reads newline-delimited EDN format data
117
119
  test_files:
118
120
  - spec/codecs/edn_lines_spec.rb