fluent-plugin-formatter_pretty_json 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-formatter_pretty_json.gemspec +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d59e7893155f28014e0317793ed6e7f37f5cfe3a
|
4
|
+
data.tar.gz: a9417aa932c9ed42294d7a556892327a70a1d90f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55dc664735cb7b523528e8a369368817a4c1ae04563b3d2caa4faade475004c6ff23fae1e0608315cf81f656e33cd7edfb9e339205a7aff308a3f5345207aca7
|
7
|
+
data.tar.gz: 20681b2e91084d29be39165bb5de0d72545ea88381832f5a59802de9257c8c01b131d91b99d639f1042e5a7624e7d013509578cb627e9e541f1aebd4a65796e3
|
@@ -2,13 +2,14 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "fluent-plugin-formatter_pretty_json"
|
5
|
-
spec.version = "0.0.
|
5
|
+
spec.version = "0.0.2"
|
6
6
|
spec.authors = ["Yoshihiro MIYAI"]
|
7
7
|
spec.email = ["msparrow17@gmail.com"]
|
8
8
|
|
9
9
|
spec.summary = %q{Fluentd formatter plugin pretty json.}
|
10
10
|
spec.description = %q{Fluentd formatter plugin for formatting record to pretty json.}
|
11
11
|
spec.homepage = "https://github.com/mia-0032/fluent-plugin-formatter_pretty_json"
|
12
|
+
spec.license = "MIT"
|
12
13
|
|
13
14
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
14
15
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-formatter_pretty_json
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yoshihiro MIYAI
|
@@ -83,7 +83,8 @@ files:
|
|
83
83
|
- fluent-plugin-formatter_pretty_json.gemspec
|
84
84
|
- lib/fluent/plugin/formatter_pretty_json.rb
|
85
85
|
homepage: https://github.com/mia-0032/fluent-plugin-formatter_pretty_json
|
86
|
-
licenses:
|
86
|
+
licenses:
|
87
|
+
- MIT
|
87
88
|
metadata: {}
|
88
89
|
post_install_message:
|
89
90
|
rdoc_options: []
|