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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/build.gradle +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 752c7a195247ac302a42c084df1599f689c1cb88
4
- data.tar.gz: 6d129efffc8daf764f001fa9924dce6409931f07
3
+ metadata.gz: 67b35e2c9b04241c1c1a7e2b27d77a4f7a43163c
4
+ data.tar.gz: 0974fba841bff593a190545fa07b3d0b8f42af06
5
5
  SHA512:
6
- metadata.gz: 17e87d45fae472c708eb490c3a09352c9bfb4eadb97eca0f2943368ebc6892bcaeb725b68166b8ea784a47a3b88e83889cd92e66de0f65edaa0c61c8438b98ef
7
- data.tar.gz: dab3a5770122bedd72dd15eb5dbd8060d4cf681ed4c3ecada07c032aa5ade35dbcd5551091ba7a4d61c75ddc314c7a129831ca538962173965160d11dbd67ebd
6
+ metadata.gz: e1acfe923976547951102e35c764aa2fe4f4a17584530c6a5f88d62b14f23737e6a538225f2075126f888fb4cda22f8e4ca84bc5d94f49b328ce4d065f7e2e1b
7
+ data.tar.gz: cd003157cd0720bf1a3ea5969ea4108bf6f4b06f1a2e56ea2ea4f8ca649441ee41f3d91ea302f9ecfc2c07314ace8a5a15434d5ec1a30e6debd86fb8d1dd0b61
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.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.1.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.1.0.jar
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: