embulk-output-td 0.3.3 → 0.3.4

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: cd3cdd249b28d3e94b06da0f451718c93385abbb
4
- data.tar.gz: aaeacf63b3eda4001d92340f8e91fd70b9fae748
3
+ metadata.gz: fd15ee132455feea6bd51dd661cb004aad68faff
4
+ data.tar.gz: 3e88ad015e3bd0554d657b7b8a8fc6d85484cf67
5
5
  SHA512:
6
- metadata.gz: 42c747ff8757c4b16530ed11a1a30fbed2f7207c13ad9f7a5603674ccaaa38f508a6bc7ff37005a0ce7eba38f21cd233b51cbd86f2fbb26551e6e9d5d84cc11e
7
- data.tar.gz: 88d3b9609cd54369e39a7ade53e468d1d1fdee979c0bab78b3c6428451bcad6589b5be1db60ccee260e7de2aaebd89672a94967cd8941ae9d58c443524d379e0
6
+ metadata.gz: 013dd36188790de3b47ecba7d575f153e17e04205818d5804b1c994f31ed2d20474e1f4c1d733b08a6925d86daadfcf81e6f1e193cd4f281330e081c2b984087
7
+ data.tar.gz: 78c24b21246411edda056ef6dda494eecfca7043b8f835982d216cde735d12eac8c6092709c11dcaefc9321c4e6ff1ad039b2d6c2bb1be2948784c6f279ba620
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.4 - 2016-06-23
2
+
3
+ * [maintenance] Upgrade td-client v0.7.22 [#45](https://github.com/treasure-data/embulk-output-td/pull/45)
4
+
1
5
  ## 0.3.3 - 2016-05-27
2
6
 
3
7
  * [maintenance] Upgrade td-client v0.7.19 [#42](https://github.com/treasure-data/embulk-output-td/pull/42)
data/build.gradle CHANGED
@@ -16,7 +16,7 @@ configurations {
16
16
  provided
17
17
  }
18
18
 
19
- version = "0.3.3"
19
+ version = "0.3.4"
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.19"
32
+ compile "com.treasuredata.client:td-client:0.7.22"
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.3"
4
+ spec.version = "0.3.4"
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.3
4
+ version: 0.3.4
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-28 00:00:00.000000000 Z
11
+ date: 2016-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ 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.3.jar
85
+ - classpath/embulk-output-td-0.3.4.jar
86
86
  - classpath/hamcrest-core-1.1.jar
87
87
  - classpath/jackson-annotations-2.6.2.jar
88
88
  - classpath/jackson-core-2.6.2.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.19.jar
99
+ - classpath/td-client-0.7.22.jar
100
100
  homepage: https://github.com/treasure-data/embulk-output-td
101
101
  licenses:
102
102
  - Apache 2.0