embulk-parser-poi_excel 0.1.4 → 0.1.5

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 +4 -2
  3. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be106894c6b2167dd2f275cf8696003cc82195c3
4
- data.tar.gz: c6f3718249f56278a0a29dd50521216765838c51
3
+ metadata.gz: b6b3e37c337cca59783620b59c08c46eb873188d
4
+ data.tar.gz: 6648241ed3545ccf5e134412274a5dfa25a41903
5
5
  SHA512:
6
- metadata.gz: 6c88d6b4604a07b40681a44290bdf75c7f8c10e6e857da5ed254fe7828fc796e54f84e0f37de1e5c9f0089c934dd91283783b95849180b620cf1180a70d8a419
7
- data.tar.gz: 772b8d21d4e1587acd97886a79b284a1db42d8a12ac30660a0d2eba9db61292839ceeef39f65d8756e0ee4aea58c7a3c9e3785fcda31c51f01708b116497c6d7
6
+ metadata.gz: 3c115aa89954e182773b200e09dd90d091d8f3a8ba274bd1fd2b30b6cfdceb857b65ff2b2cdf375e4cbfc4a73bb46d8ecb3e73ea6ed823d53e1306ce3c4809b8
7
+ data.tar.gz: 60461a21d343976e53ef726dc6a893572fe041849c7f7ed1cdb3f8511584f54c7956ce3716cbec7a40db7a89717358092c891d487c4e1c1431107180f3ade95a
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.4"
16
+ version = "0.1.5"
17
17
 
18
18
  sourceCompatibility = 1.7
19
19
  targetCompatibility = 1.7
@@ -24,7 +24,9 @@ dependencies {
24
24
  compile "org.embulk:embulk-standards:0.7.5"
25
25
  // compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
26
26
  compile group: 'org.apache.poi', name : 'poi', version: '3.13'
27
- compile group: 'org.apache.poi', name : 'poi-ooxml', version: '3.13'
27
+ compile(group: 'org.apache.poi', name : 'poi-ooxml', version: '3.13') {
28
+ exclude group: 'stax', module: 'stax-api'
29
+ }
28
30
  testCompile "junit:junit:4.+"
29
31
  }
30
32
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-parser-poi_excel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - hishidama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-10 00:00:00.000000000 Z
11
+ date: 2015-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -92,12 +92,11 @@ files:
92
92
  - src/test/resources/org/embulk/parser/poi_excel/test1.xls
93
93
  - src/test/resources/org/embulk/parser/poi_excel/test2.xlsx
94
94
  - classpath/commons-codec-1.9.jar
95
- - classpath/embulk-parser-poi_excel-0.1.4.jar
95
+ - classpath/embulk-parser-poi_excel-0.1.5.jar
96
96
  - classpath/embulk-standards-0.7.5.jar
97
97
  - classpath/poi-3.13.jar
98
98
  - classpath/poi-ooxml-3.13.jar
99
99
  - classpath/poi-ooxml-schemas-3.13.jar
100
- - classpath/stax-api-1.0.1.jar
101
100
  - classpath/xmlbeans-2.6.0.jar
102
101
  homepage: https://github.com/hishidama/embulk-parser-poi_excel
103
102
  licenses: