embulk-output-bigobject 0.2.1 → 0.2.2

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: 229379a513faaf6478955285b0640d23858f0ea0
4
- data.tar.gz: 38a19d01b384b5dbd4018d878f89b5cd6fd4bde1
3
+ metadata.gz: f4abbf3b6161fb6ddb59c2cfe4fd3ae89b3a5961
4
+ data.tar.gz: b02bd14ef11fdce22ee580ea76c445ea6d269d8a
5
5
  SHA512:
6
- metadata.gz: 557932358583d6e91d3da7bba271fd35bd98a6a96f43ce47fc77eec3fc87192da65cd71baa09e2d6d080635391784ce6390008bdd9b0379137ce0db87fff6230
7
- data.tar.gz: 83718189456159337507f5ed47d1121d0d76ec0460f782b030358ac9d302ab189ddd7a970e412ea17becbed32cfebd82299d4fd9044c459b20178b898329a211
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.1"
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/randyh0329/embulk-output-bigobject"
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.1
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-01-30 00:00:00.000000000 Z
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/randyh0329/embulk-output-bigobject
69
+ homepage: https://github.com/bigobject-inc/embulk-output-bigobject
70
70
  licenses:
71
71
  - MIT
72
72
  metadata: {}