embulk-output-embulk_output_domo 0.2.2 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9994e7dd7a65a5027eadb76fc334c37dc78d04bf
4
- data.tar.gz: 61db6329840bd7d6d600c9eddb52a4058f78a127
3
+ metadata.gz: 435511fd7f9a31692d6e2115fec4101c8fae55d5
4
+ data.tar.gz: e064e771e202c7a2b5774938a53b30b2ad85674a
5
5
  SHA512:
6
- metadata.gz: f42829d10ca8ffba06df26832302d400c1a06d220bd9d56249cc0f87412dc6cfd355fbed7157700a843f39463bb58a1fb1c736b1ac84eda0f45617f6b7186bf7
7
- data.tar.gz: a413ecd3065fa8f8ebb35ed4f51edf4196fe9c2ae65a66d46dbfe20cce869bc7074544ed8b8950985cf2f864e7f696a54c7604c26390f8920d740f9caceeb4ff
6
+ metadata.gz: 993e535970bdcf1e2ccd049e5557e75a4d332aa1e9de4b76296339429c0ac1e7a810cbd38f9fab7d2b7dcda460a4138b182f99fa325a0f4dfca4b03951fda7df
7
+ data.tar.gz: 85aa5b270bd8f91d8a57092dceb077c798184847989d7e35aa1a787eb3a1e3675589c7274dabaa212d9fb09093695453a9351a31cdb125ff02f0c7ee1ee4cee6
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.2.2"
16
+ version = "0.2.3"
17
17
 
18
18
  sourceCompatibility = 1.8
19
19
  targetCompatibility = 1.8
@@ -150,7 +150,7 @@ public class EmbulkOutputDomoOutputPlugin
150
150
  for (int i = 0; i < schema.size(); i++) {
151
151
  Column column = schema.getColumn(i);
152
152
  Type type = column.getType();
153
- logger.info("{\n" +
153
+ System.out.println("{\n" +
154
154
  " \"type\" : \""+type.getName().toUpperCase()+"\",\n" +
155
155
  " \"name\" : \""+column.getName() +"\"\n" +
156
156
  " },");
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-embulk_output_domo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelos Alexopoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-18 00:00:00.000000000 Z
11
+ date: 2018-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -62,7 +62,7 @@ files:
62
62
  - classpath/slf4j-api-1.7.21.jar
63
63
  - classpath/gson-2.8.0.jar
64
64
  - classpath/junit-4.12.jar
65
- - classpath/embulk-output-embulk_output_domo-0.2.2.jar
65
+ - classpath/embulk-output-embulk_output_domo-0.2.3.jar
66
66
  - classpath/okhttp-3.7.0.jar
67
67
  - classpath/logging-interceptor-3.7.0.jar
68
68
  - classpath/hamcrest-core-1.3.jar