logstash-input-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: 256997edf393c0957265790507e21dc6170db9c5
4
- data.tar.gz: 4b8bff5a4dfe6e4d422f73acf5c2572a81bfbc1f
2
+ SHA256:
3
+ metadata.gz: 5c39410263c26bc4b2be4785e70cd5b8affb012c621f6db0cd93e52ddb132209
4
+ data.tar.gz: 6331195394532f23e4ab7c7c5152c99d1a884786730ccd15b2cee87060638c6d
5
5
  SHA512:
6
- metadata.gz: fe4164a74f3b5b77a9589391b8593bbab20cffbf7a88e9263074d4ba0e6ca86d9259862fc5ed752bcae9edb00ca3fa37526e133d9f9be1f6c04b78f1ade54c47
7
- data.tar.gz: f1ae5348620eae8d3a54ebe41a13c243ed053608c94d8c9a9d184017a43d9c3b1f685bc73f7d95f3c6cf724fb225ba31e06a95964d226e11971f2180de58e61b
6
+ metadata.gz: cf553e3d4e6963effb4da372a675fd9a06fe7b425519ae85a6c7c0a026bde4b1847df00458e439e757a608c556252901aa7246eb1bd6928a8f4816dd8b0d8114
7
+ data.tar.gz: c4988b35771201584fca432b99b5ea9353d23ff34e2510d5d73269593e1de21288945b1000019ab75b08c242443166267281f6bc1f4878f91089f02e9468546a
@@ -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: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -129,4 +130,6 @@ How the message is serialized in the cache. Can be one of "json" or "plain"; def
129
130
 
130
131
 
131
132
  [id="plugins-{type}s-{plugin}-common-options"]
132
- include::{include_path}/{type}.asciidoc[]
133
+ include::{include_path}/{type}.asciidoc[]
134
+
135
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-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 = "Push events to a GemFire region."
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-input-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-15 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: Push events to a GemFire region.