embulk-formatter-jsonl 0.1.2 → 0.1.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.
- data/embulk-formatter-jsonl.gemspec +2 -2
- metadata +2 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
Gem::Specification.new do |spec|
|
|
3
3
|
spec.name = "embulk-formatter-jsonl"
|
|
4
|
-
spec.version = "0.1.
|
|
4
|
+
spec.version = "0.1.3"
|
|
5
5
|
spec.authors = ["TAKEI Yuya"]
|
|
6
6
|
spec.summary = "Jsonl formatter plugin for Embulk"
|
|
7
|
-
spec.description = ""
|
|
7
|
+
spec.description = "Formats Embulk Formatter Jsonl files for other file output plugins."
|
|
8
8
|
spec.email = ["takei.yuya+github@gmail.com"]
|
|
9
9
|
spec.licenses = ["MIT"]
|
|
10
10
|
spec.homepage = "https://github.com/takei-yuya/embulk-formatter-jsonl"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-formatter-jsonl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '10.0'
|
|
62
|
-
description:
|
|
62
|
+
description: Formats Embulk Formatter Jsonl files for other file output plugins.
|
|
63
63
|
email:
|
|
64
64
|
- takei.yuya+github@gmail.com
|
|
65
65
|
executables: []
|