logstash-output-influx 0.0.1 → 0.0.2

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: 7011a8bd6191ba93a69f4a36ca7c03f38a272b7a
4
- data.tar.gz: 63e1372b1432081b0f4e0be68c9cb9827c66b609
3
+ metadata.gz: ca567dede5728c4d165e0c77b72d24c1ebb5c57f
4
+ data.tar.gz: 8a76b109288dcf5f53be8a709396083ac021cb84
5
5
  SHA512:
6
- metadata.gz: d95c601b3b085e9ffb075e13e035247848ab2f08b1f46b1537f25f61a78577a90bfa19056d3152cee2e775b26e3a0c4708349e8c07b70c9f24c4bbcda7c97ad9
7
- data.tar.gz: d034b572f2cb4042259128c1deef1d9e61f80374a6ca4dfccdcb3f0b2f32569e53981e095fd0ce8acba2a02d7d7871f78069ff577e8bfd97c439635c141ddecc
6
+ metadata.gz: 64dcb9239563332cb7f71b4101027ee174c24c1a031da98c675ff5b41c257fec4660ca1a2e1fcc253c44ea2b63aecf880b589ed170995a2109fb013fb7b9e082
7
+ data.tar.gz: 9743913a9d15ca6d2e3bf32b31d53d34aa8478a5f5d525e33bd315a4f172861ab72b0d503ae6e21cc727bc0aefecbcdbbdf12d4cf0b179f4e65b33a513313a8d
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-influx'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Sends events to a generic HTTP or HTTPS endpoint"
6
6
  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"
7
- s.authors = ["Elastic"]
8
- s.email = 'info@elastic.co'
7
+ s.authors = ["Jian Chen"]
8
+ s.email = 'jianchen2580@gmail.com'
9
9
  s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
10
10
  s.require_paths = ["lib"]
11
11
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-influx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Elastic
7
+ - Jian Chen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -95,7 +95,7 @@ dependencies:
95
95
  description: This gem is a Logstash plugin required to be installed on top of the
96
96
  Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
97
97
  gem is not a stand-alone program
98
- email: info@elastic.co
98
+ email: jianchen2580@gmail.com
99
99
  executables: []
100
100
  extensions: []
101
101
  extra_rdoc_files: []