logstash-input-xmpp 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e244fcfe5f210a9fbbe49421c7b32d6b227aaaf
4
- data.tar.gz: 2e9aabd537c52a504c78e17925c1f8edbfa625bd
3
+ metadata.gz: e5af5f061c962f26c3cf42ea57fe2222f2418d69
4
+ data.tar.gz: dd0bbd7aff5e8a9465943e1071b9352276ebc3d0
5
5
  SHA512:
6
- metadata.gz: 17aeac27d3822058d874f78e2c24bdfe379931466df8d4ac292c12ab17dba4bfc44df3fbd32221170629138559e7724da102eb055c56f0eeeedf4a47f7fefe6f
7
- data.tar.gz: e000baab4262dd116dd7dc356c898c0cb5864763fdc21ec2e72dd0d895615ad6c205e856ff4fefb5271e3140b1f1e98ace72b73360de95694185b6b02d50ca9e
6
+ metadata.gz: df168c4fced805b7162d36504e04d48f784e7395441210e9faafaba0e8fb8a4dfa9f31e2d76f07ea89cec4011963b29982780ab93701ecdbe51d55b22d11426a
7
+ data.tar.gz: 3ad2e394e23a4c06092c8d38f8a975a6195d0dcfedd026c5fc8b060cba37f601f6426cf9e7efc15fa8368ca76cad6767bc6ed2bdc45eab000bc176ed971aec98
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Docs: Fix doc generation issue by removing extraneous comment
3
+
1
4
  ## 3.1.1
2
5
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
6
 
@@ -3,7 +3,6 @@ require "logstash/inputs/base"
3
3
  require "logstash/namespace"
4
4
 
5
5
  require 'xmpp4r' # xmpp4r gem
6
- # load the MUC Client anyway, its mocked in testing
7
6
  require 'xmpp4r/muc/helper/simplemucclient'
8
7
 
9
8
  # This input allows you to receive events over XMPP/Jabber.
@@ -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.1'
4
+ s.version = '3.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input allows you to receive events over XMPP/Jabber."
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.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2017-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.6.3
113
+ rubygems_version: 2.4.8
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: This input allows you to receive events over XMPP/Jabber.