fluent-plugin-stdout-pp 0.0.1 → 0.0.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f7bff42d1c162e390a521c287cf50c4950db51e
|
|
4
|
+
data.tar.gz: d961d6f14ce6a579d6591e2696cc5da5e2b35ee1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1a71475e69be0fe37c6d1d36904af6165911505a35f1b185de5add9001aa650582797e528ccc3bfce82ab041b2cd43b54cebdd6267d932d24a8dae6109ec2f0
|
|
7
|
+
data.tar.gz: 021a35f9649f758254cf8ef0bea1e3cc4b8127df67a1ec8c7ab051728980590b4dbba8f5ace4b00556ff426a8c16fd855418ece4943e146494675f8fe7282107
|
|
@@ -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-stdout-pp"
|
|
7
|
-
spec.version = "0.0.
|
|
7
|
+
spec.version = "0.0.2"
|
|
8
8
|
spec.authors = ["Masahiro Sano"]
|
|
9
9
|
spec.email = ["sabottenda@gmail.com"]
|
|
10
10
|
spec.description = %q{A fluentd plugin to pretty print json with color to stdout}
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-stdout-pp
|
|
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
|
- Masahiro Sano
|
|
@@ -65,7 +65,7 @@ files:
|
|
|
65
65
|
- README.md
|
|
66
66
|
- Rakefile
|
|
67
67
|
- fluent-plugin-stdout-pp.gemspec
|
|
68
|
-
- lib/fluent/plugin/
|
|
68
|
+
- lib/fluent/plugin/out_stdout_pp.rb
|
|
69
69
|
homepage: https://github.com/sabottenda/fluent-plugin-stdout-pp
|
|
70
70
|
licenses:
|
|
71
71
|
- MIT
|