logstash-output-gemfire 2.0.6 → 2.0.7

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: 38af672873defe699b3d7b635586238450440bd5
4
- data.tar.gz: 9dc523cf6a2f3a69ec7d9e2a42f070d48e487785
2
+ SHA256:
3
+ metadata.gz: cfa8d64aeea02795f759ddc3f4e583740a9c639822f5acd16c814e2cdc9fd04f
4
+ data.tar.gz: 9e476d02ea8051fc060af823b8eb208eb16c8060542578c16bf217d2d9eb5795
5
5
  SHA512:
6
- metadata.gz: 564daab8d2c52eeac32bc124bd5c467809efb393a60296632878a252dd70fc1185393fe0a676475741eb182c730914f57743a1169b215e057a03d4d47dd09c2f
7
- data.tar.gz: 39be70919de699fae2e7edc0ad0d8090f5ec90e520b014f3d7513974910fbac822449fc6aff532f92659fb8b511c944a603a73c4fb7d1fd26c5caa5f27ab3503
6
+ metadata.gz: 6455663edc15173982cf9d29866e0f4049c9d101f6ef4d7d9e945feae86c5aceafcf398a14c5fd0c0404e13c6842636de821b672a2c21f384e2efe9e72bc08a2
7
+ data.tar.gz: a027647b7c381ab8cb0b9f38b491c548d5d841d96245ffa118253de036af68a05719231ef8a9c69a4fe2ad7519f71a49dfe56e66cbfe8d573fd068bd6ace1de9
@@ -1,3 +1,6 @@
1
+ ## 2.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 2.0.6
2
5
  - Fix some documentation issues
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: gemfire
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -97,4 +98,6 @@ The region name
97
98
 
98
99
 
99
100
  [id="plugins-{type}s-{plugin}-common-options"]
100
- include::{include_path}/{type}.asciidoc[]
101
+ include::{include_path}/{type}.asciidoc[]
102
+
103
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-gemfire'
4
- s.version = '2.0.6'
4
+ s.version = '2.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "$summary"
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-gemfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
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: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -52,7 +52,9 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- 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
55
+ description: This gem is a Logstash plugin required to be installed on top of the
56
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
57
+ gem is not a stand-alone program
56
58
  email: info@elastic.co
57
59
  executables: []
58
60
  extensions: []
@@ -90,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
92
  version: '0'
91
93
  requirements: []
92
94
  rubyforge_project:
93
- rubygems_version: 2.4.8
95
+ rubygems_version: 2.6.11
94
96
  signing_key:
95
97
  specification_version: 4
96
98
  summary: "$summary"