logstash-output-xmpp 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
  SHA1:
3
- metadata.gz: 057c9eb300b241d778ae67f8c8b425c9632d15b6
4
- data.tar.gz: cc74372bbb9a9a155010edbfe93c7c266b10b2b9
3
+ metadata.gz: 00773f31af00f23bbe996af5387123e340e9260b
4
+ data.tar.gz: c8c0a55c9cb918385a91b453055641f164c3899b
5
5
  SHA512:
6
- metadata.gz: 9b7df683472290353e3f4f491fa965d97e95e03d463cb6a29b025db3d9473d37a86e0b4b54cb7b652b8d97ac45f0c07c396e81d498fc2aa99d8866d90f171caf
7
- data.tar.gz: 1078777cc82958164a8e951b222395ba763bd26dcfbeb994bfcefe58a141fe03f4cd8f7cde1a31f8249d53f936bb1158202ea88feca555e68ddc7d30bcb773d4
6
+ metadata.gz: 0b6a82e52275de0e2306ae97b70b6be94869a9be3b247fcceccfab675bfaac8177f2635614c057c816cac9a4c08463105109e701371b9a35c04acc5d01b43f7d
7
+ data.tar.gz: 9ba297c7ef958b1a903ad60e7089e47c06c3e1d1f583bd6715318f102359ffba8ef1d9d73fdd5bdd3c486acd308006d910c3df5787a566111aa887b341ca02ee
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.5
2
5
  - Relax constraints on xmpp4r to be able to install both the input and the output at the same time
3
6
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Xmpp output plugin
18
18
 
@@ -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.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output allows you ship 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-output-xmpp
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-06-27 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement