fluent-plugin-elasticsearch 1.9.6 → 1.9.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +3 -0
- data/fluent-plugin-elasticsearch.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f51b14ce23cabf39514ac940e2264b20e6f286cf
|
4
|
+
data.tar.gz: f0fcf4b3b932c25dc2581cdc956c7fab8fe3f93b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2a1c31320d3c5ed755641984db54ec01004bb5ba65bb09f1fe32090af66096aaa3ca72ab3ab5ddfafc0d39e9f6552a60ef17b453dfbc1d08b5d2218f3aac362
|
7
|
+
data.tar.gz: 2481710f0d2ebe1d95c1d95167acee5c629c9edc0a2c6b7608833c2db87c13fc054e5c8b393c54349430c68f3dd06dfd6de57066ba5d1209386a7bc0fefdfb0f
|
data/History.md
CHANGED
@@ -3,13 +3,13 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'fluent-plugin-elasticsearch'
|
6
|
-
s.version = '1.9.
|
6
|
+
s.version = '1.9.7'
|
7
7
|
s.authors = ['diogo', 'pitr']
|
8
8
|
s.email = ['pitr.vern@gmail.com', 'me@diogoterror.com']
|
9
9
|
s.description = %q{ElasticSearch output plugin for Fluent event collector}
|
10
10
|
s.summary = s.description
|
11
11
|
s.homepage = 'https://github.com/uken/fluent-plugin-elasticsearch'
|
12
|
-
s.license = '
|
12
|
+
s.license = 'Apache-2.0'
|
13
13
|
|
14
14
|
s.files = `git ls-files`.split($/)
|
15
15
|
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-elasticsearch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- diogo
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-09-
|
12
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fluentd
|
@@ -139,7 +139,7 @@ files:
|
|
139
139
|
- test/plugin/test_template.json
|
140
140
|
homepage: https://github.com/uken/fluent-plugin-elasticsearch
|
141
141
|
licenses:
|
142
|
-
-
|
142
|
+
- Apache-2.0
|
143
143
|
metadata: {}
|
144
144
|
post_install_message:
|
145
145
|
rdoc_options: []
|