logstash-input-elasticsearch 0.1.4 → 0.1.5

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: 32836be7b1b01d74f6bdfacacf4bbd6876b466bd
4
- data.tar.gz: d57e6a3dd9e3d38419f71c58047f1bc06d3f6969
3
+ metadata.gz: 700dca779bdd4853ebaac570c283fae0afc1de5b
4
+ data.tar.gz: 9fe512e0f8cd3cc1efe07a9964f5a592db7c514e
5
5
  SHA512:
6
- metadata.gz: d26f090201a286247fddbcd752adc82c9ed6735c150e8cd9decf4a003ade6eab691e2475ab82b8e8f3718e90085c92f8a8229fd092303a1523adb41e4d3c04b4
7
- data.tar.gz: 4ffe5575e1aa9d0e7f4cc43445e0bb62ee3b667d349f996d172f682b26bae3f6704321b0f525e679c84dae20be6f29a66c160bd2811657a312271b64d0f099de
6
+ metadata.gz: c4c63c545293cd5d654113f7a9b285df0817b2df26faa885c9585d8eda6e7857b54361591999f6340766b4ac23da7d4c329fb786c16a5d247b9d2fceab3c36f4
7
+ data.tar.gz: 77e61c1c895c09e6b6dbd0787ab7f5e54324482854c7f0bd54f9570154476944125387cbba405c10f5e68ad713a5c8629e865aeddbfdb264994ba9be3b8ee7e5
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-elasticsearch'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read from an Elasticsearch cluster, based on search query results"
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-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
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
@@ -79,7 +79,7 @@ dependencies:
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  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
82
- email: info@elasticsearch.com
82
+ email: info@elastic.co
83
83
  executables: []
84
84
  extensions: []
85
85
  extra_rdoc_files: []
@@ -93,7 +93,7 @@ files:
93
93
  - lib/logstash/inputs/elasticsearch.rb
94
94
  - logstash-input-elasticsearch.gemspec
95
95
  - spec/inputs/elasticsearch_spec.rb
96
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
96
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
97
97
  licenses:
98
98
  - Apache License (2.0)
99
99
  metadata:
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  requirements: []
117
117
  rubyforge_project:
118
- rubygems_version: 2.4.5
118
+ rubygems_version: 2.1.9
119
119
  signing_key:
120
120
  specification_version: 4
121
121
  summary: Read from an Elasticsearch cluster, based on search query results