forked from fluent/fluent-plugin-flume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fluent-plugin-flume.gemspec
56 lines (51 loc) · 1.75 KB
/
fluent-plugin-flume.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "fluent-plugin-flume"
s.version = "0.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Muga Nishizawa"]
s.date = "2012-04-07"
s.email = "[email protected]"
s.executables = ["fluent-flume-remote"]
s.extra_rdoc_files = [
"ChangeLog",
"README.rdoc"
]
s.files = [
"AUTHORS",
"Rakefile",
"VERSION",
"bin/fluent-flume-remote",
"example.conf",
"fluent-plugin-flume.gemspec",
"lib/fluent/plugin/in_flume.rb",
"lib/fluent/plugin/out_flume.rb",
"lib/fluent/plugin/thrift/flume.thrift",
"lib/fluent/plugin/thrift/flume.thrift.orig",
"lib/fluent/plugin/thrift/flume_constants.rb",
"lib/fluent/plugin/thrift/flume_types.rb",
"lib/fluent/plugin/thrift/thrift_flume_event_server.rb",
"test/plugin/out_flume.rb"
]
s.homepage = "https://github.com/muga/fluent-plugin-flume"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.15"
s.summary = "Flume Input/Output plugin for Fluentd event collector"
s.test_files = ["test/plugin/out_flume.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<fluentd>, ["~> 0.10.16"])
s.add_runtime_dependency(%q<thrift>, ["~> 0.6.0"])
else
s.add_dependency(%q<fluentd>, ["~> 0.10.16"])
s.add_dependency(%q<thrift>, ["~> 0.6.0"])
end
else
s.add_dependency(%q<fluentd>, ["~> 0.10.16"])
s.add_dependency(%q<thrift>, ["~> 0.6.0"])
end
end