embulk-output-mongodb_nest 0.1.0 → 0.1.1

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: 68b073414092445e8f8ed206b5869923cff6dadd
4
- data.tar.gz: a5e314633418c5531bdd7b82804aff8a93bea542
3
+ metadata.gz: 805ea709694587e6cc1e272f3f8b73342282f406
4
+ data.tar.gz: c6197817e97777b57495cdd92c63c2351f54aeaf
5
5
  SHA512:
6
- metadata.gz: 62a6bde8df8d222458a9c8b98f1510b0d3a9a74c5a0a6cc722a34812f62074d9e2c4eac998931f54d28125446760c5f5884708e3c569b34dcb5511d1ec9f29fa
7
- data.tar.gz: e68632825b0249b9fb7197f92af10c538526ca430e261fe11ec11e2ccd9ba14310d096ad9c8cc6981c852feec92eba8f831b7dae334f1ec1123b109e04e1d669
6
+ metadata.gz: a80bf91cb0001014cc8487479743ab01e5a0f3a3ab82ba26ff6c0a7862b3eabccee2ae417981c6af8c3953169b6f5c3325011afb00f975832415832f1e0a14cd
7
+ data.tar.gz: 072c9a6331ce5c3bab228706d2e9c403d66d62d35899317d5e792529fa868bc59d2f5de21e9db2a7130ecbb4aaa3dc7b5bae3ceb5ed9ad20de0df0f5e4642183
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Mongodb Nest output plugin for Embulk
1
+ # Mongodb output plugin for Embulk
2
2
 
3
3
  input source중에 지정된 필드를 subdocument로 만들어서 몽고DB로 저장한다
4
4
 
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.0"
16
+ version = "0.1.1"
17
17
 
18
18
  sourceCompatibility = 1.8
19
19
  targetCompatibility = 1.8
@@ -111,7 +111,7 @@ public class PluginPageOutput implements TransactionalPageOutput
111
111
  }
112
112
  }
113
113
 
114
- if (task.getChild() != null)
114
+ if (task.getChild().isPresent())
115
115
  {
116
116
  doc = transformDocument(doc);
117
117
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-mongodb_nest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - focuschange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-30 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -60,7 +60,7 @@ files:
60
60
  - src/main/java/org/embulk/output/mongodb_nest/PluginPageOutput.java
61
61
  - src/test/java/org/embulk/output/mongodb_nest/TestMongodbNestOutputPlugin.java
62
62
  - classpath/mongo-java-driver-3.7.0.jar
63
- - classpath/embulk-output-mongodb_nest-0.1.0.jar
63
+ - classpath/embulk-output-mongodb_nest-0.1.1.jar
64
64
  homepage: https://github.com/focuschange/embulk-output-mongodb_nest
65
65
  licenses:
66
66
  - MIT