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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89dab036db1013b2dd7cb2e40e34c630f57b4f3c
4
- data.tar.gz: 02445b9091de4a966462271d06af04216c5feae5
3
+ metadata.gz: d59e7893155f28014e0317793ed6e7f37f5cfe3a
4
+ data.tar.gz: a9417aa932c9ed42294d7a556892327a70a1d90f
5
5
  SHA512:
6
- metadata.gz: 8861987dd270329682418e4fd9ce77286ae1acafed7b53fef5110a6929c2680eb9baf652d7552e434fd7c01bd5c9467789d5392e62ae7bd518cc10a27f3515f3
7
- data.tar.gz: 9ea0b4dcf01e9cc92cd56080356635601046c439fcc1dd3ed65d7524247712176df83756b802d0b36be5b97d676af3f5a56d87206d49eb194758711aed6f2919
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.1"
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.1
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: []