logstash-codec-fluent 3.1.4-java → 3.1.5-java

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: cd782702ef7a4c794d07da5e4126fc36ce50b1ec
4
- data.tar.gz: 53592fa01729af32a45eb635b64ab13c249cf1fb
2
+ SHA256:
3
+ metadata.gz: 3aca8f819ccd68370aca89aaa41b3181b410dad316d242a3d07e06d44e4f7808
4
+ data.tar.gz: 79a5070f79985cd4cbdd4b64d9d1215c8567deb7476b9816b7a8ed618d66a821
5
5
  SHA512:
6
- metadata.gz: 5fdf8856b874689a66081ef9dff8d85a56cabcaef984544600141a220c8c27dad2e772e5a9cca65e226ff2f8cb90d9c850ca1441d4fa03d26bdd896b178c2c11
7
- data.tar.gz: 8ed8089bc2671a215746531a5f31aaadb3d67a3c190f4c414538e73ddc935352e7b456025c84e41a531a6209878c2027bd06543cd6550323bd3cb7c4cd0be328
6
+ metadata.gz: 3a292af9e0c446a9b0f2b452a72ac26631ba54c25a5ce3ecf5e8df75b51e7e0a0ac477791118391312a987dff55caeeb8eb5d69a12f57e2be2345a91d4f8d16f
7
+ data.tar.gz: bab9368b368a34068c3638abbc1e6a81389f99d52112dfdd0986cf973fb94593a447e65ab9c32dd1efb301ab03d11a704585333801c4a3968c36e964010ac289
@@ -1,3 +1,6 @@
1
+ ## 3.1.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.4
2
5
  - Constrain msgpack dependency to ~> 1.1 due to old versions not containing some format and type definitions
3
6
  ## 3.1.3
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-fluent'
4
- s.version = '3.1.4'
4
+ s.version = '3.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This codec handles fluentd's msgpack schema."
6
+ s.summary = "Reads the `fluentd` `msgpack` schema"
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-fluent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.5
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-12 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: 1.0.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: []
@@ -97,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: This codec handles fluentd's msgpack schema.
105
+ summary: Reads the `fluentd` `msgpack` schema
104
106
  test_files:
105
107
  - spec/codecs/fluent_spec.rb
106
108
  - spec/spec_helper.rb