embulk-formatter-poi_excel 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
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: 75cb295c2a32fde5c16833a507b1af6568b12e5b
4
- data.tar.gz: 102a01bed57d8884dc74583c62b013417c522b68
3
+ metadata.gz: 6981109bda6d834cf10577d7e772f2119e6aa1a6
4
+ data.tar.gz: 07cb3d1a41df7355451ff7728d356e35bc417fd2
5
5
  SHA512:
6
- metadata.gz: 83033f6d461f0198d00618ace1abfb0242d1353b352255666075209c0c03efa3bdae70d3a3faead19b9c05c28e420f531988b4956ec691d54d482c88388b83f0
7
- data.tar.gz: e1db97df7e0cc523eeb8692dcfd156555144401b082de23b1f70dbe722aafbf41722b4e8614fcb07a80bbe7ef9eec78ea2c3e179f15daa37c51986a3fc49266b
6
+ metadata.gz: a24b26746de9798a17c01924aff9b6bed10f71d90a9c76f4e0c06124a90325cdfca14016500e567190aecce0a7724e0e5bef1007490b9379e77857a00aeee0c3
7
+ data.tar.gz: 3a43e5987fec83d12c556eedf396c6ec861637b6175d6e58e310c8e082e440e53fd5e065af9991703ea4754a9e5831cf2c7d5650eec03f7bf0e8c462b353ee81
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.1"
16
+ version = "0.1.2"
17
17
 
18
18
  sourceCompatibility = 1.7
19
19
  targetCompatibility = 1.7
@@ -23,7 +23,9 @@ dependencies {
23
23
  provided "org.embulk:embulk-core:0.7.5"
24
24
  // compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
25
25
  compile group: 'org.apache.poi', name : 'poi', version: '3.13'
26
- compile group: 'org.apache.poi', name : 'poi-ooxml', version: '3.13'
26
+ compile(group: 'org.apache.poi', name : 'poi-ooxml', version: '3.13') {
27
+ exclude group: 'stax', module: 'stax-api'
28
+ }
27
29
  testCompile "junit:junit:4.+"
28
30
  }
29
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-formatter-poi_excel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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
@@ -58,11 +58,10 @@ files:
58
58
  - src/main/java/org/embulk/formatter/poi_excel/visitor/PoiExcelColumnVisitor.java
59
59
  - src/test/java/org/embulk/formatter/poi_excel/TestPoiExcelFormatterPlugin.java
60
60
  - classpath/commons-codec-1.9.jar
61
- - classpath/embulk-formatter-poi_excel-0.1.1.jar
61
+ - classpath/embulk-formatter-poi_excel-0.1.2.jar
62
62
  - classpath/poi-3.13.jar
63
63
  - classpath/poi-ooxml-3.13.jar
64
64
  - classpath/poi-ooxml-schemas-3.13.jar
65
- - classpath/stax-api-1.0.1.jar
66
65
  - classpath/xmlbeans-2.6.0.jar
67
66
  homepage: https://github.com/hishidama/embulk-formatter-poi_excel
68
67
  licenses: