embulk-output-bigobject 0.2.1 → 0.2.2
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 +4 -4
- data/README.md +6 -0
- data/embulk-output-bigobject.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4abbf3b6161fb6ddb59c2cfe4fd3ae89b3a5961
|
|
4
|
+
data.tar.gz: b02bd14ef11fdce22ee580ea76c445ea6d269d8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fa09ecceae34bdd5bca9677471f46b11d9ee8000c036e6dc9a323089ec36ec10017ae8d8b5dc6ee503e36ad6b91da577a795fc6f1ab5fe5734caf768ff96a70
|
|
7
|
+
data.tar.gz: 0dc99721e8c4fa3b058472ec3a33bc6f552897adfb0fa8eb47def38d37d28fec90f3e62ef133dddbd6e5828973ee47f224f4ee4442990b0e550a07c38b65143b
|
data/README.md
CHANGED
|
@@ -9,6 +9,12 @@ BigObject output plugins for Embulk loads records to BigObject.
|
|
|
9
9
|
* **Resume supported**: no
|
|
10
10
|
* **Cleanup supported**: yes
|
|
11
11
|
|
|
12
|
+
## Installation
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
embulk gem install embulk-output-bigobject
|
|
16
|
+
```
|
|
17
|
+
|
|
12
18
|
## Configuration
|
|
13
19
|
|
|
14
20
|
- **host**: database host name (string, required)
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
Gem::Specification.new do |spec|
|
|
3
3
|
spec.name = "embulk-output-bigobject"
|
|
4
|
-
spec.version = "0.2.
|
|
4
|
+
spec.version = "0.2.2"
|
|
5
5
|
spec.authors = ["randyviola"]
|
|
6
6
|
spec.summary = "Bigobject output plugin for Embulk"
|
|
7
7
|
spec.description = "Dumps records to Bigobject."
|
|
8
8
|
spec.email = ["randyh0329@gmail.com"]
|
|
9
9
|
spec.licenses = ["MIT"]
|
|
10
|
-
spec.homepage = "https://github.com/
|
|
10
|
+
spec.homepage = "https://github.com/bigobject-inc/embulk-output-bigobject"
|
|
11
11
|
|
|
12
12
|
spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
|
|
13
13
|
spec.test_files = spec.files.grep(%r{^(test|spec)/})
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-output-bigobject
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- randyviola
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: embulk
|
|
@@ -66,7 +66,7 @@ files:
|
|
|
66
66
|
- embulk-output-bigobject.gemspec
|
|
67
67
|
- lib/embulk/output/bigobject.rb
|
|
68
68
|
- lib/embulk/output/test.rb
|
|
69
|
-
homepage: https://github.com/
|
|
69
|
+
homepage: https://github.com/bigobject-inc/embulk-output-bigobject
|
|
70
70
|
licenses:
|
|
71
71
|
- MIT
|
|
72
72
|
metadata: {}
|