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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecdc89638bd881305f9a2103c0f93949487fd7cf
4
- data.tar.gz: fbb66bd29c049357f814baf21c649dc0ba6aab1f
3
+ metadata.gz: 9fe80afecce945dbd8c15764950148f56429403c
4
+ data.tar.gz: 15b1566112f4d4f0f55296c4b2a7828f19066a41
5
5
  SHA512:
6
- metadata.gz: ff210b5c00c02e08392c162f5c8ddeb1bebf7ae3432074ce7a17d8a7890692664799ea667262f00548ac9c9e4cc775191138a7f6ec0cd9d835279b615d1594f8
7
- data.tar.gz: 2146190b46c8eb9ec89337ff4c03aab16097e9d82bc2c55f36271d0501eef986f8a1d23bcea1dc2db8d7222d90a00501356f4e4f8a9864643a16dd78d264599c
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.6"
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.22"
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"
@@ -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.6"
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.6
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 00:00:00.000000000 Z
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.6.jar
85
+ - classpath/embulk-output-td-0.3.7.jar
86
86
  - classpath/hamcrest-core-1.1.jar
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
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.22.jar
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