embulk-output-td 0.3.2 → 0.3.3
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 +4 -4
- data/CHANGELOG.md +7 -3
- data/build.gradle +2 -2
- data/embulk-output-td.gemspec +1 -1
- metadata +9 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd3cdd249b28d3e94b06da0f451718c93385abbb
|
|
4
|
+
data.tar.gz: aaeacf63b3eda4001d92340f8e91fd70b9fae748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42c747ff8757c4b16530ed11a1a30fbed2f7207c13ad9f7a5603674ccaaa38f508a6bc7ff37005a0ce7eba38f21cd233b51cbd86f2fbb26551e6e9d5d84cc11e
|
|
7
|
+
data.tar.gz: 88d3b9609cd54369e39a7ade53e468d1d1fdee979c0bab78b3c6428451bcad6589b5be1db60ccee260e7de2aaebd89672a94967cd8941ae9d58c443524d379e0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
## 0.3.
|
|
1
|
+
## 0.3.3 - 2016-05-27
|
|
2
2
|
|
|
3
|
-
* [maintenance]
|
|
3
|
+
* [maintenance] Upgrade td-client v0.7.19 [#42](https://github.com/treasure-data/embulk-output-td/pull/42)
|
|
4
|
+
|
|
5
|
+
## 0.3.2 - 2016-05-09
|
|
6
|
+
|
|
7
|
+
* [maintenance] Get temporary directory path from System.property('java.io.tmpdir') [#39](https://github.com/treasure-data/embulk-output-td/pull/39)
|
|
4
8
|
|
|
5
9
|
## 0.3.1 - 2016-04-25
|
|
6
10
|
|
|
7
|
-
* [maintenance] Fix bug TransactionalPageOutput.flush method throws NullPointerException
|
|
11
|
+
* [maintenance] Fix bug TransactionalPageOutput.flush method throws NullPointerException
|
|
8
12
|
|
|
9
13
|
## 0.3.0 - 2016-03-03
|
|
10
14
|
|
data/build.gradle
CHANGED
|
@@ -16,7 +16,7 @@ configurations {
|
|
|
16
16
|
provided
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
version = "0.3.
|
|
19
|
+
version = "0.3.3"
|
|
20
20
|
|
|
21
21
|
compileJava.options.encoding = 'UTF-8' // source encoding
|
|
22
22
|
sourceCompatibility = 1.7
|
|
@@ -29,7 +29,7 @@ dependencies {
|
|
|
29
29
|
provided "org.embulk:embulk-standards:0.8.+"
|
|
30
30
|
compile "org.msgpack:msgpack-core:0.8.+"
|
|
31
31
|
provided "org.msgpack:msgpack-core:0.8.+"
|
|
32
|
-
compile "com.treasuredata.client:td-client:0.7.
|
|
32
|
+
compile "com.treasuredata.client:td-client:0.7.19"
|
|
33
33
|
|
|
34
34
|
testCompile "junit:junit:4.+"
|
|
35
35
|
testCompile "org.bigtesting:fixd:1.0.0"
|
data/embulk-output-td.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
Gem::Specification.new do |spec|
|
|
3
3
|
spec.name = "embulk-output-td"
|
|
4
|
-
spec.version = "0.3.
|
|
4
|
+
spec.version = "0.3.3"
|
|
5
5
|
spec.authors = ["Muga Nishizawa"]
|
|
6
6
|
spec.summary = %[TreasureData output plugin for Embulk]
|
|
7
7
|
spec.description = %[TreasureData output plugin is an Embulk plugin that loads records to TreasureData read by any input plugins. Search the input plugins by 'embulk-output' keyword.]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-output-td
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Muga Nishizawa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -82,9 +82,13 @@ files:
|
|
|
82
82
|
- src/test/java/org/embulk/output/td/TestTdOutputPlugin.java
|
|
83
83
|
- src/test/java/org/embulk/output/td/TestTimeValueGenerator.java
|
|
84
84
|
- src/test/java/org/embulk/output/td/writer/TestFieldWriterSet.java
|
|
85
|
-
- classpath/embulk-output-td-0.3.
|
|
85
|
+
- classpath/embulk-output-td-0.3.3.jar
|
|
86
86
|
- classpath/hamcrest-core-1.1.jar
|
|
87
|
-
- classpath/jackson-
|
|
87
|
+
- classpath/jackson-annotations-2.6.2.jar
|
|
88
|
+
- classpath/jackson-core-2.6.2.jar
|
|
89
|
+
- classpath/jackson-databind-2.6.2.jar
|
|
90
|
+
- classpath/jackson-datatype-guava-2.6.2.jar
|
|
91
|
+
- classpath/jackson-datatype-json-org-2.6.2.jar
|
|
88
92
|
- classpath/jetty-client-9.2.2.v20140723.jar
|
|
89
93
|
- classpath/jetty-http-9.2.2.v20140723.jar
|
|
90
94
|
- classpath/jetty-io-9.2.2.v20140723.jar
|
|
@@ -92,7 +96,7 @@ files:
|
|
|
92
96
|
- classpath/json-20090211_1.jar
|
|
93
97
|
- classpath/json-simple-1.1.1.jar
|
|
94
98
|
- classpath/junit-4.10.jar
|
|
95
|
-
- classpath/td-client-0.7.
|
|
99
|
+
- classpath/td-client-0.7.19.jar
|
|
96
100
|
homepage: https://github.com/treasure-data/embulk-output-td
|
|
97
101
|
licenses:
|
|
98
102
|
- Apache 2.0
|