embulk-decoder-unzip 0.1.3 → 0.1.4

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: 20afa1e2038fd6b17c0b5fc22ccd539742f07f5a
4
- data.tar.gz: c9a6a5b7e6d3c670193f37d2007f02b2f5d0a1a6
3
+ metadata.gz: e20ebb111908416f0c5b6d6bdd7d6d6a714c5c8f
4
+ data.tar.gz: 6722a71340ecb03f2260a3e97a91391c38e07931
5
5
  SHA512:
6
- metadata.gz: c2659562b7e0eaac0a53b2d7e821020a1c37f3e1958fa710fbbf8462096a4bb5bf5b88075ce364da737173b72df182b8d0006c2bd708a1112982d43243d968bc
7
- data.tar.gz: c9e2f4a445ec7c2a56da890df025425c0943b743b01db1019fcc3251ce5647a8517e45a01e1d379e0c26245483aa205d441b03edeba73bb719f2c48fc326d12e
6
+ metadata.gz: cff265fe9b969043aa27c6c6f1def1e4dbc63c6656ce5ce82ac4e6f24e9227245d88af8ae4e6a404818705be5272080d5808b3e5014b3d286dfab51df9cf8b21
7
+ data.tar.gz: eb1a07f7227c768348dfc4885ce1ca8e08788077a7595da88bfcd0501c8c560529b667237d0c55ad712ee41a260c04e08e11cadeb23bc2ed684d996e1ca44ac1
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.3"
16
+ version = "0.1.4"
17
17
 
18
18
  sourceCompatibility = 1.8
19
19
  targetCompatibility = 1.8
@@ -1,5 +1,6 @@
1
1
  package org.embulk.decoder.unzip;
2
2
 
3
+ import java.io.EOFException;
3
4
  import java.io.IOException;
4
5
  import java.io.InputStream;
5
6
  import java.util.Iterator;
@@ -69,6 +70,9 @@ class ArchiveInputStreamIterator implements Iterator<InputStream> {
69
70
  } catch (IllegalArgumentException ie) {
70
71
  System.err.println("IllegalArgumentException: " + ie.getMessage());
71
72
  continue;
73
+ } catch (EOFException eof) {
74
+ System.err.println("EOFException: " + eof.getMessage());
75
+ continue;
72
76
  }
73
77
  if (entry == null) {
74
78
  endOfArchive = true;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-decoder-unzip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - fundoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-27 00:00:00.000000000 Z
11
+ date: 2020-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -50,7 +50,7 @@ files:
50
50
  - README.md
51
51
  - build.gradle
52
52
  - classpath/commons-compress-1.20.jar
53
- - classpath/embulk-decoder-unzip-0.1.3.jar
53
+ - classpath/embulk-decoder-unzip-0.1.4.jar
54
54
  - config/checkstyle/checkstyle.xml
55
55
  - config/checkstyle/default.xml
56
56
  - gradle/wrapper/gradle-wrapper.jar