logstash-output-xmpp 3.0.7 → 3.0.8

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: 122baf33ba97ff9f99c20398e7b38e41bb6619fa00dba09a41158084b39b07fe
4
- data.tar.gz: b3bd08f6da929d4668c12f5d3b93c0bd573d6c9441e4b327c8fe59420a4ced0b
3
+ metadata.gz: c592c4fe7731a82c03ba77547544389496088582eee849da854d8f246021f397
4
+ data.tar.gz: 351edcf4e7e8bc8b36308232a879faeadc8d81b1ee8360f7c8118af7b4be89a9
5
5
  SHA512:
6
- metadata.gz: f7103aa33be5df94e2a22ec5ff30763c044e9069e1063f595d7f098527d3b85bae027a0e079eb0ad27f7de1f94e33e822ed0119653f89654f1b80230f724a60c
7
- data.tar.gz: 754101dc976ce1ba9ce26ea4890ee0553c61df5ccdffc10739ae7ab6af0ed920599d046e8debc2c7c2c2c35a1f487b09499fc7126a9f91e2af861e8908f5d20c
6
+ metadata.gz: 2cc7def922ef58ec49c5301b1d81a894f36e0bf631604482d4c4a0e4c1822d8180461805db6c9bcaa6117422c392f131537bd9c60d31f867e8ca26f2a9439874
7
+ data.tar.gz: c041dac52abe83c324ae9853bd429900a30cd99e96dcacb85a62746daac76dc26ebc4ec046ae4f194fb12b52167b5e98b42edf9d129dc3c3b1b103f340816343
@@ -1,3 +1,6 @@
1
+ ## 3.0.8
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.7
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: xmpp
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -102,4 +103,6 @@ The users to send messages to
102
103
 
103
104
 
104
105
  [id="plugins-{type}s-{plugin}-common-options"]
105
- include::{include_path}/{type}.asciidoc[]
106
+ include::{include_path}/{type}.asciidoc[]
107
+
108
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-xmpp'
4
- s.version = '3.0.7'
4
+ s.version = '3.0.8'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Posts events over XMPP"
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-xmpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
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-13 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