fluent-plugin-formatter_simple_tsv 0.0.2 → 0.0.3
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/.travis.yml +5 -0
- data/README.md +4 -1
- data/fluent-plugin-formatter_simple_tsv.gemspec +2 -2
- metadata +7 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 146c84630db7a54d925a22e9f0a6a765ac3a23f3
|
|
4
|
+
data.tar.gz: 59d256ede72bcf4a873478c96793d61203553a63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdbd32af794e0fcf64b9084b4ecc59d4a2582da343d17d841e9b9af145d6f40e834ebf031a1b4eb10d1e4bad956850536db7856a9b907de61ed4746989420a7d
|
|
7
|
+
data.tar.gz: 2dd774a209980e64b5f9004add5ad5ea3c0259c64a435d1d88521d282d55bc6dacc1253fd05c65f9cb66b291ac22c296d5165bff3dfff0ca67d1b866df8c7db8
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# fluent-plugin-formatter_simple_tsv
|
|
2
2
|
|
|
3
|
+
[](https://travis-ci.org/cosmo0920/fluent-plugin-formatter_simple_tsv)
|
|
4
|
+
|
|
3
5
|
Fluentd Simple TSV formatter plugin
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
@@ -29,6 +31,7 @@ For example, for out_file plugin:
|
|
|
29
31
|
type file
|
|
30
32
|
path /tmp/tsv_test
|
|
31
33
|
format simple_tsv
|
|
34
|
+
keys key1,key2
|
|
32
35
|
</match>
|
|
33
36
|
```
|
|
34
37
|
## Parameters
|
|
@@ -54,7 +57,7 @@ For example, for out_file plugin:
|
|
|
54
57
|
|
|
55
58
|
After checking out the repo, run `bundle install` to install dependencies.
|
|
56
59
|
|
|
57
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `
|
|
60
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `fluent-plugin-formatter_simple_tsv.gemspec`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
58
61
|
|
|
59
62
|
## Contributing
|
|
60
63
|
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fluent-plugin-formatter_simple_tsv"
|
|
7
|
-
spec.version = "0.0.
|
|
7
|
+
spec.version = "0.0.3"
|
|
8
8
|
spec.authors = ["Hiroshi Hatake"]
|
|
9
9
|
spec.email = ["cosmo0920.oucc@gmail.com"]
|
|
10
10
|
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
spec.add_runtime_dependency "fluentd",
|
|
21
|
+
spec.add_runtime_dependency "fluentd", "~> 0.12.18"
|
|
22
22
|
spec.add_development_dependency "bundler"
|
|
23
23
|
spec.add_development_dependency "rake"
|
|
24
24
|
spec.add_development_dependency "test-unit", ">= 3.1.0"
|
metadata
CHANGED
|
@@ -1,35 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-formatter_simple_tsv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiroshi Hatake
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.12.0
|
|
20
|
-
- - "<"
|
|
17
|
+
- - "~>"
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
19
|
+
version: 0.12.18
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.12.0
|
|
30
|
-
- - "<"
|
|
24
|
+
- - "~>"
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
26
|
+
version: 0.12.18
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: bundler
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -107,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
101
|
version: '0'
|
|
108
102
|
requirements: []
|
|
109
103
|
rubyforge_project:
|
|
110
|
-
rubygems_version: 2.
|
|
104
|
+
rubygems_version: 2.5.1
|
|
111
105
|
signing_key:
|
|
112
106
|
specification_version: 4
|
|
113
107
|
summary: Fluentd Simple TSV formatter plugin
|