fluent-funplus-s3 0.3.6 → 0.3.7
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 +4 -4
- data/ChangeLog +4 -0
- data/VERSION +1 -1
- data/fluent-funplus-s3-0.3.6.gem +0 -0
- data/lib/fluent/plugin/{out_s3.rb → out_funplus-s3.rb} +1 -1
- data/test/{out_s3.rb → out_funplus-s3.rb} +0 -0
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb45b82dd3a161b5a636f0d3b34d5e0c4f5a34f2
|
|
4
|
+
data.tar.gz: b636e06eaccc56797cc626ded17b7a07021bb995
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61ce6eb3197b8ac66885ece7d82de7b693ce3cea19dd18f0147fa1c874d7ecb2ed600d403531de181d88d140e4dbf9852e77d6af27750569deedcb72536bfb6b
|
|
7
|
+
data.tar.gz: 4cd2835273adcdd2b65bbc6cca2a569bcd8f59bd51c7125f93031c1ff27de0c32695e3cbe91269cd5006c273d8931102ccbd0cca42418a0ad87fc29c5ba28976
|
data/ChangeLog
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.7
|
|
Binary file
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-funplus-s3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
@@ -108,9 +108,10 @@ files:
|
|
|
108
108
|
- README.rdoc
|
|
109
109
|
- Rakefile
|
|
110
110
|
- VERSION
|
|
111
|
+
- fluent-funplus-s3-0.3.6.gem
|
|
111
112
|
- fluent-funplus-s3.gemspec
|
|
112
|
-
- lib/fluent/plugin/
|
|
113
|
-
- test/
|
|
113
|
+
- lib/fluent/plugin/out_funplus-s3.rb
|
|
114
|
+
- test/out_funplus-s3.rb
|
|
114
115
|
homepage: https://github.com/funplus/fluent-funplus-s3
|
|
115
116
|
licenses: []
|
|
116
117
|
metadata: {}
|
|
@@ -136,4 +137,4 @@ specification_version: 4
|
|
|
136
137
|
summary: Amazon S3 output plugin for Fluentd event collector, comma seperated and
|
|
137
138
|
timestamp format
|
|
138
139
|
test_files:
|
|
139
|
-
- test/
|
|
140
|
+
- test/out_funplus-s3.rb
|