logstash-output-xmpp 3.0.6 → 3.0.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
- SHA1:
3
- metadata.gz: 00773f31af00f23bbe996af5387123e340e9260b
4
- data.tar.gz: c8c0a55c9cb918385a91b453055641f164c3899b
2
+ SHA256:
3
+ metadata.gz: 122baf33ba97ff9f99c20398e7b38e41bb6619fa00dba09a41158084b39b07fe
4
+ data.tar.gz: b3bd08f6da929d4668c12f5d3b93c0bd573d6c9441e4b327c8fe59420a4ced0b
5
5
  SHA512:
6
- metadata.gz: 0b6a82e52275de0e2306ae97b70b6be94869a9be3b247fcceccfab675bfaac8177f2635614c057c816cac9a4c08463105109e701371b9a35c04acc5d01b43f7d
7
- data.tar.gz: 9ba297c7ef958b1a903ad60e7089e47c06c3e1d1f583bd6715318f102359ffba8ef1d9d73fdd5bdd3c486acd308006d910c3df5787a566111aa887b341ca02ee
6
+ metadata.gz: f7103aa33be5df94e2a22ec5ff30763c044e9069e1063f595d7f098527d3b85bae027a0e079eb0ad27f7de1f94e33e822ed0119653f89654f1b80230f724a60c
7
+ data.tar.gz: 754101dc976ce1ba9ce26ea4890ee0553c61df5ccdffc10739ae7ab6af0ed920599d046e8debc2c7c2c2c35a1f487b09499fc7126a9f91e2af861e8908f5d20c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.6
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-xmpp'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output allows you ship events over XMPP/Jabber"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
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.6
4
+ version: 3.0.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-08-16 00:00:00.000000000 Z
11
+ date: 2017-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: This output allows you ship events over XMPP/Jabber
104
+ summary: Posts events over XMPP
103
105
  test_files:
104
106
  - spec/outputs/xmpp_spec.rb