embulk-output-td 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/build.gradle +2 -2
- data/embulk-output-td.gemspec +1 -1
- data/gradle/wrapper/gradle-wrapper.jar +0 -0
- data/gradle/wrapper/gradle-wrapper.properties +2 -2
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a267fd641a84253cb29de2ec4c37976fa7f0760f
|
4
|
+
data.tar.gz: 642cca9fe3ec33c04946f58142fbc7c1429c9c3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a977689516a89bbc73d79b2c909b0ef2556e5c17c84792a33f305ea8c044b7c982f4cd7ec9aa93077684b15c2d17e80ec891d05674fc07ff98008ba938b4e60
|
7
|
+
data.tar.gz: 115af84da016a98b1fc68f80588d573a944d50c79caba8dd2f8f8eddfdbdb45bce18ee658704469fc6a464a56fbb076194a020cfa298dd27b954ffdf86c6adef
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
## 0.4.1 - 2017-08-08
|
2
|
+
|
3
|
+
* [maintenance] Upgrade gradle 3.2.1 [#77](https://github.com/treasure-data/embulk-output-td/pull/77)
|
4
|
+
* [maintenance] Upgrade td-client-java v0.7.41 [#76](https://github.com/treasure-data/embulk-output-td/pull/76)
|
5
|
+
|
1
6
|
## 0.4.0 - 2017-06-26
|
2
7
|
|
3
8
|
* [maintenance] Use TDClient#showTable method to to get table schema [#64](https://github.com/treasure-data/embulk-output-td/pull/64)
|
data/build.gradle
CHANGED
@@ -19,7 +19,7 @@ configurations {
|
|
19
19
|
}
|
20
20
|
|
21
21
|
group = "org.embulk.output.td"
|
22
|
-
version = "0.4.
|
22
|
+
version = "0.4.1"
|
23
23
|
|
24
24
|
compileJava.options.encoding = 'UTF-8' // source encoding
|
25
25
|
sourceCompatibility = 1.7
|
@@ -32,7 +32,7 @@ dependencies {
|
|
32
32
|
provided "org.embulk:embulk-standards:0.8.+"
|
33
33
|
compile "org.msgpack:msgpack-core:0.8.+"
|
34
34
|
provided "org.msgpack:msgpack-core:0.8.+"
|
35
|
-
compile "com.treasuredata.client:td-client:0.7.
|
35
|
+
compile "com.treasuredata.client:td-client:0.7.41"
|
36
36
|
|
37
37
|
testCompile "junit:junit:4.+"
|
38
38
|
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.4.
|
4
|
+
spec.version = "0.4.1"
|
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.]
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
|
-
#Tue Aug
|
1
|
+
#Tue Aug 08 17:33:43 PDT 2017
|
2
2
|
distributionBase=GRADLE_USER_HOME
|
3
3
|
distributionPath=wrapper/dists
|
4
4
|
zipStoreBase=GRADLE_USER_HOME
|
5
5
|
zipStorePath=wrapper/dists
|
6
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.
|
6
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip
|
metadata
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-td
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Muga Nishizawa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: bundler
|
15
|
-
version_requirements: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ~>
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.0'
|
20
14
|
requirement: !ruby/object:Gem::Requirement
|
21
15
|
requirements:
|
22
16
|
- - ~>
|
23
17
|
- !ruby/object:Gem::Version
|
24
18
|
version: '1.0'
|
19
|
+
name: bundler
|
25
20
|
prerelease: false
|
26
21
|
type: :development
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: rake
|
29
22
|
version_requirements: !ruby/object:Gem::Requirement
|
30
23
|
requirements:
|
31
|
-
- -
|
24
|
+
- - ~>
|
32
25
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
26
|
+
version: '1.0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
35
29
|
requirements:
|
36
30
|
- - '>='
|
37
31
|
- !ruby/object:Gem::Version
|
38
32
|
version: '10.0'
|
33
|
+
name: rake
|
39
34
|
prerelease: false
|
40
35
|
type: :development
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
41
|
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.
|
42
42
|
email:
|
43
43
|
- muga.nishizawa@gmail.com
|
@@ -82,17 +82,17 @@ 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.4.
|
85
|
+
- classpath/embulk-output-td-0.4.1.jar
|
86
86
|
- classpath/hamcrest-core-1.1.jar
|
87
87
|
- classpath/jackson-datatype-json-org-2.6.7.jar
|
88
|
-
- classpath/jetty-client-9.2.
|
89
|
-
- classpath/jetty-http-9.2.
|
90
|
-
- classpath/jetty-io-9.2.
|
91
|
-
- classpath/jetty-util-9.2.
|
88
|
+
- classpath/jetty-client-9.2.22.v20170606.jar
|
89
|
+
- classpath/jetty-http-9.2.22.v20170606.jar
|
90
|
+
- classpath/jetty-io-9.2.22.v20170606.jar
|
91
|
+
- classpath/jetty-util-9.2.22.v20170606.jar
|
92
92
|
- classpath/json-20090211_1.jar
|
93
93
|
- classpath/json-simple-1.1.1.jar
|
94
94
|
- classpath/junit-4.10.jar
|
95
|
-
- classpath/td-client-0.7.
|
95
|
+
- classpath/td-client-0.7.41.jar
|
96
96
|
homepage: https://github.com/treasure-data/embulk-output-td
|
97
97
|
licenses:
|
98
98
|
- Apache 2.0
|