fluent-plugin-flume 0.1.0 → 0.1.1
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.
- data/ChangeLog +3 -0
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/fluent-plugin-flume.gemspec +8 -8
- metadata +7 -7
data/ChangeLog
CHANGED
data/Rakefile
CHANGED
|
@@ -13,7 +13,7 @@ begin
|
|
|
13
13
|
gemspec.has_rdoc = false
|
|
14
14
|
gemspec.require_paths = ["lib"]
|
|
15
15
|
gemspec.add_dependency "fluentd", "~> 0.10.16"
|
|
16
|
-
gemspec.add_dependency "thrift", "~> 0.
|
|
16
|
+
gemspec.add_dependency "thrift", "~> 0.8.0"
|
|
17
17
|
gemspec.test_files = Dir["test/**/*.rb"]
|
|
18
18
|
gemspec.files = Dir["bin/**/*", "lib/**/*", "test/**/*.rb"] +
|
|
19
19
|
%w[example.conf VERSION AUTHORS Rakefile fluent-plugin-flume.gemspec]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/fluent-plugin-flume.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "fluent-plugin-flume"
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Muga Nishizawa"]
|
|
12
|
-
s.date = "2012-
|
|
12
|
+
s.date = "2012-05-20"
|
|
13
13
|
s.email = "muga.nishizawa@gmail.com"
|
|
14
14
|
s.executables = ["fluent-flume-remote"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
"Rakefile",
|
|
22
22
|
"VERSION",
|
|
23
23
|
"bin/fluent-flume-remote",
|
|
24
|
-
"example.conf",
|
|
25
24
|
"fluent-plugin-flume.gemspec",
|
|
26
25
|
"lib/fluent/plugin/in_flume.rb",
|
|
27
26
|
"lib/fluent/plugin/out_flume.rb",
|
|
@@ -30,27 +29,28 @@ Gem::Specification.new do |s|
|
|
|
30
29
|
"lib/fluent/plugin/thrift/flume_constants.rb",
|
|
31
30
|
"lib/fluent/plugin/thrift/flume_types.rb",
|
|
32
31
|
"lib/fluent/plugin/thrift/thrift_flume_event_server.rb",
|
|
33
|
-
"test/plugin/
|
|
32
|
+
"test/plugin/test_in_flume.rb",
|
|
33
|
+
"test/plugin/test_out_flume.rb"
|
|
34
34
|
]
|
|
35
35
|
s.homepage = "https://github.com/muga/fluent-plugin-flume"
|
|
36
36
|
s.require_paths = ["lib"]
|
|
37
37
|
s.rubygems_version = "1.8.15"
|
|
38
38
|
s.summary = "Flume Input/Output plugin for Fluentd event collector"
|
|
39
|
-
s.test_files = ["test/plugin/
|
|
39
|
+
s.test_files = ["test/plugin/test_in_flume.rb", "test/plugin/test_out_flume.rb"]
|
|
40
40
|
|
|
41
41
|
if s.respond_to? :specification_version then
|
|
42
42
|
s.specification_version = 3
|
|
43
43
|
|
|
44
44
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
45
45
|
s.add_runtime_dependency(%q<fluentd>, ["~> 0.10.16"])
|
|
46
|
-
s.add_runtime_dependency(%q<thrift>, ["~> 0.
|
|
46
|
+
s.add_runtime_dependency(%q<thrift>, ["~> 0.8.0"])
|
|
47
47
|
else
|
|
48
48
|
s.add_dependency(%q<fluentd>, ["~> 0.10.16"])
|
|
49
|
-
s.add_dependency(%q<thrift>, ["~> 0.
|
|
49
|
+
s.add_dependency(%q<thrift>, ["~> 0.8.0"])
|
|
50
50
|
end
|
|
51
51
|
else
|
|
52
52
|
s.add_dependency(%q<fluentd>, ["~> 0.10.16"])
|
|
53
|
-
s.add_dependency(%q<thrift>, ["~> 0.
|
|
53
|
+
s.add_dependency(%q<thrift>, ["~> 0.8.0"])
|
|
54
54
|
end
|
|
55
55
|
end
|
|
56
56
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-flume
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-05-
|
|
12
|
+
date: 2012-05-20 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fluentd
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2153961700 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,18 +21,18 @@ dependencies:
|
|
|
21
21
|
version: 0.10.16
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2153961700
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: thrift
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2153961220 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.
|
|
32
|
+
version: 0.8.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2153961220
|
|
36
36
|
description:
|
|
37
37
|
email: muga.nishizawa@gmail.com
|
|
38
38
|
executables:
|