embulk-output-td 0.3.6 → 0.3.7
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 +4 -0
- data/build.gradle +2 -2
- data/embulk-output-td.gemspec +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fe80afecce945dbd8c15764950148f56429403c
|
|
4
|
+
data.tar.gz: 15b1566112f4d4f0f55296c4b2a7828f19066a41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7388d4ab8b9728f24f47ebbc0423a238c5badb7799fe636244055689edd9f0979313ada00cccd8715a93e2fdbe64b797c23bd6367b7603ec2c9478e5d5b65f8e
|
|
7
|
+
data.tar.gz: eb95480a70c26b27c174b86ace0818a72ffa57ef9d19efd005f4bc9b8ea95675835b84e541c3e1db8ba5abb3f73b09e658ce32c463bde266b46568da2c40a025
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 0.3.7 - 2016-07-27
|
|
2
|
+
|
|
3
|
+
* [maintenance] Upgrade td-client v0.7.24 [#49](https://github.com/treasure-data/embulk-output-td/pull/49)
|
|
4
|
+
|
|
1
5
|
## 0.3.6 - 2016-07-11
|
|
2
6
|
|
|
3
7
|
* [new feature] Http proxy config from system properties [#47](https://github.com/treasure-data/embulk-output-td/pull/47)
|
data/build.gradle
CHANGED
|
@@ -16,7 +16,7 @@ configurations {
|
|
|
16
16
|
provided
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
version = "0.3.
|
|
19
|
+
version = "0.3.7"
|
|
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.24"
|
|
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.7"
|
|
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.7
|
|
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-07-
|
|
11
|
+
date: 2016-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -82,13 +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.7.jar
|
|
86
86
|
- classpath/hamcrest-core-1.1.jar
|
|
87
|
-
- classpath/jackson-annotations-2.6.
|
|
88
|
-
- classpath/jackson-core-2.6.
|
|
89
|
-
- classpath/jackson-databind-2.6.
|
|
90
|
-
- classpath/jackson-datatype-guava-2.6.
|
|
91
|
-
- classpath/jackson-datatype-json-org-2.6.
|
|
87
|
+
- classpath/jackson-annotations-2.6.7.jar
|
|
88
|
+
- classpath/jackson-core-2.6.7.jar
|
|
89
|
+
- classpath/jackson-databind-2.6.7.jar
|
|
90
|
+
- classpath/jackson-datatype-guava-2.6.7.jar
|
|
91
|
+
- classpath/jackson-datatype-json-org-2.6.7.jar
|
|
92
92
|
- classpath/jetty-client-9.2.2.v20140723.jar
|
|
93
93
|
- classpath/jetty-http-9.2.2.v20140723.jar
|
|
94
94
|
- classpath/jetty-io-9.2.2.v20140723.jar
|
|
@@ -96,7 +96,7 @@ files:
|
|
|
96
96
|
- classpath/json-20090211_1.jar
|
|
97
97
|
- classpath/json-simple-1.1.1.jar
|
|
98
98
|
- classpath/junit-4.10.jar
|
|
99
|
-
- classpath/td-client-0.7.
|
|
99
|
+
- classpath/td-client-0.7.24.jar
|
|
100
100
|
homepage: https://github.com/treasure-data/embulk-output-td
|
|
101
101
|
licenses:
|
|
102
102
|
- Apache 2.0
|