logstash-input-xmpp 3.1.6 → 3.1.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
2
  SHA256:
3
- metadata.gz: 648d24e06393b61f57813d55de020495f9246af0a661be1a0ad79cfa44a4974c
4
- data.tar.gz: ba2cf9f830d7b7398020d046807c3643702a540905c85e5f26ea5f8fb494096b
3
+ metadata.gz: 1673beeb704c67acb0bfae9ccc5752f8eeb8e07334599dbf12a1f8c0402aa142
4
+ data.tar.gz: '02709305f063d33b25c421e222b345c2ca9aad68a41d83b73b389ad3255c6605'
5
5
  SHA512:
6
- metadata.gz: aceb49cc6b87ef2afc164b92c75602767160d4f45747ab8429ec6d75c56303039cacbd9dd77abfc8a8251e96a840a903794c61f5ddb8d536788599295cf41857
7
- data.tar.gz: cd284b19d3c55db2716d884f557bf7c6bfb43ac0604e9618dabcf53331449f44760bd3e04e783a00cd16fd7a9c905bc0fdbdca8a6af61903fa898e399d9a208d
6
+ metadata.gz: 4558719ec54717341b1bd321b1143c6ee2ff898371e47361b781aa76806d95e1fb02f3063306efbad6d1b1ca7461b8b390f32eb5618adda02d0691631acebf3e
7
+ data.tar.gz: b0a634314d13cdbe793e2702ebb398e3ddcae5360a01e1c81731e3a304f5d7157b9f155b556fac7829519e601bc5a4a89e6a4b5520e7770f20b895188a7ca2c9
@@ -1,3 +1,6 @@
1
+ ## 3.1.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.6
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: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -84,4 +85,6 @@ The user or resource ID, like `foo@example.com`.
84
85
 
85
86
 
86
87
  [id="plugins-{type}s-{plugin}-common-options"]
87
- include::{include_path}/{type}.asciidoc[]
88
+ include::{include_path}/{type}.asciidoc[]
89
+
90
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-xmpp'
4
- s.version = '3.1.6'
4
+ s.version = '3.1.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Receives events over the XMPP/Jabber protocol"
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-xmpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.6
4
+ version: 3.1.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-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