logstash-input-xmpp 0.1.3 → 0.1.4

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: e3c6b868435b9375d24f4722a66b0419967ae296
4
- data.tar.gz: 7d97ab2696376e9316283476714bd9e30c0dd55f
3
+ metadata.gz: 6a709184b8f1ce57c0ab810e503669c757d9e9dd
4
+ data.tar.gz: d61a88d499c186ffd27377755e17df3dae8c8101
5
5
  SHA512:
6
- metadata.gz: 2eba7084354565617661ffefe21b098cf2077a037d895f68b5b992c99c7251f2813ec490056fec7c2d720295b4733f412d6a6340c20afbc2aba9df3ad6064ea2
7
- data.tar.gz: e78f618934a62e0b2ba2021341bbcc465e03633c577af33e8428d6c978feeb7fe2b901a64eaf4f4f0d581cf934e64a162c3e4986b3d35958c31a7772959e74e7
6
+ metadata.gz: f2d8068071dacc730164b2b1a7bd0542bee6bedda812deb9e6bace539d2171c6ec50fe9322f88f5348ca3fd3fb806bcd42663b04ad2fef258a8a9bf8eac15dc0
7
+ data.tar.gz: 202225ef42505f1b60bf0f2c90730522ac327df284c569aace181d96f995d0717fb76ead8d3640a5580ad7f2507342dc6f896f9938616be2b2e75a22ed727b67
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 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,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-xmpp'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
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/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
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: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +73,7 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
76
- email: info@elasticsearch.com
76
+ email: info@elastic.co
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -87,7 +87,7 @@ files:
87
87
  - lib/logstash/inputs/xmpp.rb
88
88
  - logstash-input-xmpp.gemspec
89
89
  - spec/inputs/xmpp_spec.rb
90
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
90
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
91
91
  licenses:
92
92
  - Apache License (2.0)
93
93
  metadata:
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.4.5
112
+ rubygems_version: 2.1.9
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: This input allows you to receive events over XMPP/Jabber.