logstash-input-xmpp 3.1.5 → 3.1.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
- SHA1:
3
- metadata.gz: ec32b4f913909300715910dd96be8aed930ea704
4
- data.tar.gz: a05ddc9786c534b7028ae2df8b9993fe8642e450
2
+ SHA256:
3
+ metadata.gz: 648d24e06393b61f57813d55de020495f9246af0a661be1a0ad79cfa44a4974c
4
+ data.tar.gz: ba2cf9f830d7b7398020d046807c3643702a540905c85e5f26ea5f8fb494096b
5
5
  SHA512:
6
- metadata.gz: b649836df2844c98a969c22c3f5a60ddc42e689d76f6cc1f4aee8411ced9f472b2b1a5b81917f99a354440a466ac9a24ac0374a2337826b62d312df77c2c11b8
7
- data.tar.gz: 4a326ac4b585ada038772070f6ed24f71793ff8078313308a570f4b464301e061fb6c2d86dbf9a48c05446ec136c6b2d6a4f59638078a2e2cc70187bbcc35da8
6
+ metadata.gz: aceb49cc6b87ef2afc164b92c75602767160d4f45747ab8429ec6d75c56303039cacbd9dd77abfc8a8251e96a840a903794c61f5ddb8d536788599295cf41857
7
+ data.tar.gz: cd284b19d3c55db2716d884f557bf7c6bfb43ac0604e9618dabcf53331449f44760bd3e04e783a00cd16fd7a9c905bc0fdbdca8a6af61903fa898e399d9a208d
@@ -1,3 +1,6 @@
1
+ ## 3.1.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.5
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-input-xmpp'
4
- s.version = '3.1.5'
4
+ s.version = '3.1.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This input allows you to receive events over XMPP/Jabber."
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"
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-input-xmpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.5
4
+ version: 3.1.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-08-16 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -111,10 +113,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  version: '0'
112
114
  requirements: []
113
115
  rubyforge_project:
114
- rubygems_version: 2.4.8
116
+ rubygems_version: 2.6.11
115
117
  signing_key:
116
118
  specification_version: 4
117
- summary: This input allows you to receive events over XMPP/Jabber.
119
+ summary: Receives events over the XMPP/Jabber protocol
118
120
  test_files:
119
121
  - spec/inputs/xmpp_spec.rb
120
122
  - spec/support/xmpp4r_mocks.rb