logstash-output-ganglia 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
2
  SHA256:
3
- metadata.gz: e583db6edecbe34da4bb16d588a03b8c32325ef65260bbf322bc96871deee18e
4
- data.tar.gz: 325e446961d490782e97cc455c71fae4130739291c756521fa98889588c39e2b
3
+ metadata.gz: c28a86dd68cc4739255718e6f6b90f6c6d15b6068bb520785f130b91b3bd88ce
4
+ data.tar.gz: b343d9f1903b8961de433f8af5666a7e22436421b28154ddc715c5d3d6076e9a
5
5
  SHA512:
6
- metadata.gz: ac40b83f85e063057adb437ab4408a96d9aa1e3f83730c2c640df38052924223aab20ed7d420c25339a26ce8f514cd53baf46dba04fcf389e95f04fdf898c92a
7
- data.tar.gz: d3afbe06b1bb04ebdc6ab5702633b768b213ef782fb2b14a21d6bd97a9450ecd7abf3dc1c17f6016b1ec8105f9e2fea77b1ece0caad5bdd22bf174c26ce911d0
6
+ metadata.gz: 42685b98f686c7c33be9c81a1ed74e09f61cc6580a55c2c5ff76bb9e918ebe854f4cd363ef9d7d63523483cd1a9af9b89d39b85b14dbac7277b2d3310145874e
7
+ data.tar.gz: 2dc0b8bd78be2cad910a5ee37d00cea8130e6e67e7421597c00c6d2b86badfb6f3be7bbb0bf1a6f7fb6c9ae7a19702c71ad7f339a30abd19981da7d43ba97d6d
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
2
5
  - Update gemspec summary
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: ganglia
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -136,4 +137,6 @@ coerced will zero (0)
136
137
 
137
138
 
138
139
  [id="plugins-{type}s-{plugin}-common-options"]
139
- include::{include_path}/{type}.asciidoc[]
140
+ include::{include_path}/{type}.asciidoc[]
141
+
142
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-ganglia'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Writes metrics to Ganglia's `gmond`"
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-ganglia
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-11-07 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