fluent-plugin-splunk 0.0.1 → 0.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
5
5
  gem.description = "Splunk output plugin for Fluent event collector"
6
6
  gem.homepage = "https://github.com/parolkar/fluent-plugin-splunk"
7
7
  gem.summary = gem.description
8
- gem.version = "0.0.1"
8
+ gem.version = "0.0.1.1"
9
9
  gem.authors = ["Abhishek Parolkar"]
10
10
  gem.email = "abhishek@parolkar.com"
11
11
  gem.has_rdoc = false
@@ -10,8 +10,6 @@ class SplunkOutput < Fluent::Output
10
10
 
11
11
  def start
12
12
  super
13
- puts @host
14
- puts @port
15
13
  @splunk_connection = TCPSocket.open(@host, @port)
16
14
  end
17
15
 
metadata CHANGED
@@ -1,12 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-splunk
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 73
5
+ prerelease:
5
6
  segments:
6
7
  - 0
7
8
  - 0
8
9
  - 1
9
- version: 0.0.1
10
+ - 1
11
+ version: 0.0.1.1
10
12
  platform: ruby
11
13
  authors:
12
14
  - Abhishek Parolkar
@@ -14,16 +16,17 @@ autorequire:
14
16
  bindir: bin
15
17
  cert_chain: []
16
18
 
17
- date: 2011-12-03 00:00:00 +08:00
18
- default_executable:
19
+ date: 2011-12-03 00:00:00 Z
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: fluentd
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
27
  - - ~>
26
28
  - !ruby/object:Gem::Version
29
+ hash: 57
27
30
  segments:
28
31
  - 0
29
32
  - 10
@@ -43,7 +46,6 @@ files:
43
46
  - README.rdoc
44
47
  - fluent-plugin-splunk.gemspec
45
48
  - lib/fluent/plugin/out_splunk.rb
46
- has_rdoc: true
47
49
  homepage: https://github.com/parolkar/fluent-plugin-splunk
48
50
  licenses: []
49
51
 
@@ -53,23 +55,27 @@ rdoc_options: []
53
55
  require_paths:
54
56
  - lib
55
57
  required_ruby_version: !ruby/object:Gem::Requirement
58
+ none: false
56
59
  requirements:
57
60
  - - ">="
58
61
  - !ruby/object:Gem::Version
62
+ hash: 3
59
63
  segments:
60
64
  - 0
61
65
  version: "0"
62
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
+ none: false
63
68
  requirements:
64
69
  - - ">="
65
70
  - !ruby/object:Gem::Version
71
+ hash: 3
66
72
  segments:
67
73
  - 0
68
74
  version: "0"
69
75
  requirements: []
70
76
 
71
77
  rubyforge_project:
72
- rubygems_version: 1.3.6
78
+ rubygems_version: 1.8.12
73
79
  signing_key:
74
80
  specification_version: 3
75
81
  summary: Splunk output plugin for Fluent event collector