fluent-plugin-out-falcon 0.1.7 → 0.1.8

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: cab584d3c257835535128465cb6202b072f51d6c
4
- data.tar.gz: c200cd4798c71cd000267d1f8d53c9d37ef625d1
3
+ metadata.gz: b3af1f551ada4967a76e7e3bfb8881bfedaa5a6e
4
+ data.tar.gz: 46b3ed9993fa49efad4e5307250489c746b4a14a
5
5
  SHA512:
6
- metadata.gz: ab21d5ec12e18bc8d28ac0bb9975fd5b77cb1b983768d24801904853563aecca77c5823b481deb57f9b3c3fc89e3473d515f4244b388fb6df4d5e83377f0529f
7
- data.tar.gz: bbb64088ae23cab8548a28878e43e2934b5e63c03962bb56a4d997398fc644c8049ac283e601d57766f0e13d55fe836115c56a62cfed266f6981a7ed95c59c7a
6
+ metadata.gz: 8f1d5863dbe053d918aa9a668c8c58c90dd2234122a01b39c81a773684397e8203dc04b813263b324ff8259ef83b088fbe9f4454ed33f9f389981e1196def0fa
7
+ data.tar.gz: 65c81bd79d23a32d385f7c488475175f1462eadd45fad6439c9f78227e2893ff48ac15b49c643a95dfb6f47652177f93dffbc83f937a24351406b9e0d8a7e7a6
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "fluent-plugin-out-falcon"
5
- gem.version = "0.1.7"
5
+ gem.version = "0.1.8"
6
6
  gem.authors = ["tsingakbar"]
7
7
  gem.email = ["yuqing@cmcm.com"]
8
8
  gem.summary = %q{A Fluentd output plugin to send logs to falcon's push API}
@@ -36,7 +36,7 @@ class Fluent::FalconOutput < Fluent::Output
36
36
  end
37
37
 
38
38
  def start
39
- @http = Net::HTTP::Persistent.new "falconclient"
39
+ @http = Net::HTTP::Persistent.new
40
40
  super
41
41
  end
42
42
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-out-falcon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - tsingakbar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-06 00:00:00.000000000 Z
11
+ date: 2016-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yajl-ruby