embulk-filter-woothee 0.1.0 → 0.2.0
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/build.gradle +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67b35e2c9b04241c1c1a7e2b27d77a4f7a43163c
|
|
4
|
+
data.tar.gz: 0974fba841bff593a190545fa07b3d0b8f42af06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1acfe923976547951102e35c764aa2fe4f4a17584530c6a5f88d62b14f23737e6a538225f2075126f888fb4cda22f8e4ca84bc5d94f49b328ce4d065f7e2e1b
|
|
7
|
+
data.tar.gz: cd003157cd0720bf1a3ea5969ea4108bf6f4b06f1a2e56ea2ea4f8ca649441ee41f3d91ea302f9ecfc2c07314ace8a5a15434d5ec1a30e6debd86fb8d1dd0b61
|
data/build.gradle
CHANGED
|
@@ -13,7 +13,7 @@ configurations {
|
|
|
13
13
|
provided
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
version = "0.
|
|
16
|
+
version = "0.2.0"
|
|
17
17
|
|
|
18
18
|
dependencies {
|
|
19
19
|
compile "org.embulk:embulk-core:0.7.1"
|
|
@@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
|
|
|
55
55
|
spec.version = "${project.version}"
|
|
56
56
|
spec.authors = ["toyama-h"]
|
|
57
57
|
spec.summary = %[Woothee filter plugin for Embulk]
|
|
58
|
-
spec.description = %[Woothee]
|
|
58
|
+
spec.description = %[Woothee filter plugin for Embulk]
|
|
59
59
|
spec.email = ["toyama0919@gmail.com"]
|
|
60
60
|
spec.licenses = ["MIT"]
|
|
61
61
|
spec.homepage = "https://github.com/toyama0919/embulk-filter-woothee"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-filter-woothee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- toyama-h
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
version: '10.0'
|
|
39
39
|
prerelease: false
|
|
40
40
|
type: :development
|
|
41
|
-
description: Woothee
|
|
41
|
+
description: Woothee filter plugin for Embulk
|
|
42
42
|
email:
|
|
43
43
|
- toyama0919@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -57,7 +57,7 @@ files:
|
|
|
57
57
|
- lib/embulk/filter/woothee.rb
|
|
58
58
|
- src/main/java/org/embulk/filter/WootheeFilterPlugin.java
|
|
59
59
|
- src/test/java/org/embulk/filter/TestWootheeFilterPlugin.java
|
|
60
|
-
- classpath/embulk-filter-woothee-0.
|
|
60
|
+
- classpath/embulk-filter-woothee-0.2.0.jar
|
|
61
61
|
- classpath/woothee-java-1.2.0.jar
|
|
62
62
|
homepage: https://github.com/toyama0919/embulk-filter-woothee
|
|
63
63
|
licenses:
|