embulk 0.8.16-java → 0.8.17-java
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad820b279822bc993e1d17d13491153968c7973e
|
4
|
+
data.tar.gz: f5fe38fa6bbf8c78a3139efc14a102daad727676
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 612049bb483ecb0b45231082986808e8a3f72fdeca562b7cbc9226e30b05489a9c2d17b9e156371765796d1c41b6dc805a86042e51ad98752035fce982f3c687
|
7
|
+
data.tar.gz: c2ce28ffbf6cd5418663178568711f42042c3424bd8d128826b0a6466eaa85058ed99ce18c82a00404a091d1a7dd18e57ff0dbbd6a5db637d3cb76ffa4b1b4f2
|
data/build.gradle
CHANGED
@@ -180,7 +180,7 @@ public class JsonParser
|
|
180
180
|
try {
|
181
181
|
return ValueFactory.newInteger(parser.getLongValue());
|
182
182
|
}
|
183
|
-
catch (JsonParseException ex) {
|
183
|
+
catch (com.fasterxml.jackson.core.JsonParseException ex) {
|
184
184
|
return ValueFactory.newInteger(parser.getBigIntegerValue());
|
185
185
|
}
|
186
186
|
case VALUE_STRING:
|
data/embulk-docs/src/release.rst
CHANGED
data/lib/embulk/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.17
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -148,9 +148,9 @@ files:
|
|
148
148
|
- classpath/commons-beanutils-core-1.8.3.jar
|
149
149
|
- classpath/commons-compress-1.10.jar
|
150
150
|
- classpath/commons-lang3-3.1.jar
|
151
|
-
- classpath/embulk-cli-0.8.
|
152
|
-
- classpath/embulk-core-0.8.
|
153
|
-
- classpath/embulk-standards-0.8.
|
151
|
+
- classpath/embulk-cli-0.8.17.jar
|
152
|
+
- classpath/embulk-core-0.8.17.jar
|
153
|
+
- classpath/embulk-standards-0.8.17.jar
|
154
154
|
- classpath/guava-18.0.jar
|
155
155
|
- classpath/guice-4.0.jar
|
156
156
|
- classpath/guice-bootstrap-0.1.1.jar
|
@@ -471,6 +471,7 @@ files:
|
|
471
471
|
- embulk-docs/src/release/release-0.8.14.rst
|
472
472
|
- embulk-docs/src/release/release-0.8.15.rst
|
473
473
|
- embulk-docs/src/release/release-0.8.16.rst
|
474
|
+
- embulk-docs/src/release/release-0.8.17.rst
|
474
475
|
- embulk-docs/src/release/release-0.8.2.rst
|
475
476
|
- embulk-docs/src/release/release-0.8.3.rst
|
476
477
|
- embulk-docs/src/release/release-0.8.4.rst
|