logstash-output-solr_http 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: 5a1294845b46ffcaea71c2e7e7872d484dc84a76
4
- data.tar.gz: fb6972671a2ba27b72fa5a5bd1bf052b2194f914
3
+ metadata.gz: ea8f1417163e48d3f563a032b9cd1835be72c15a
4
+ data.tar.gz: af560e8413f0fb9b90463b05636ee59e538299f3
5
5
  SHA512:
6
- metadata.gz: 9bec27eb729c9606673810d9a1d7c17a4218b3e905fcf83b3ce11f043e11357ac176fbca6f33b57106ce3bd5d75fdd82a23dba75a5e8201e851df64511eedbbf
7
- data.tar.gz: 25f271cfeed837a0720a16b752d74c3bf936e2a7bef9a785778e20ea92af986dd055a803551af3acffe4287039cd99ea75f03afc1f08869938414d5bc3378316
6
+ metadata.gz: 19d3a4741e2e43b4772491e296f1e393297fe729f6defaa76122146ac1e08fd8cb12c6132e0112076f455e77eb0ff80c09201cfb93698e210dbd05ec32c90f83
7
+ data.tar.gz: 2dd8f7c7ace386af6901d8fd2f317a2b3ec978f7549eb4201bdfc3e62afab3ef5a1572329e2946c0705c07385866c878c17f5047c84890a0659aad4ff055e001
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-output-solr_http'
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 output lets you index&store your logs in Solr."
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-output-solr_http
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
@@ -87,7 +87,7 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  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
90
- email: info@elasticsearch.com
90
+ email: info@elastic.co
91
91
  executables: []
92
92
  extensions: []
93
93
  extra_rdoc_files: []
@@ -101,7 +101,7 @@ files:
101
101
  - lib/logstash/outputs/solr_http.rb
102
102
  - logstash-output-solr_http.gemspec
103
103
  - spec/outputs/solr_http_spec.rb
104
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
104
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
105
105
  licenses:
106
106
  - Apache License (2.0)
107
107
  metadata:
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubyforge_project:
126
- rubygems_version: 2.4.5
126
+ rubygems_version: 2.1.9
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: This output lets you index&store your logs in Solr.