embulk-filter-google_translate_api 0.1.0 → 0.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a7226d317141e558edc1c87560d2bb04beef7de
|
|
4
|
+
data.tar.gz: c30c74eb6838a2dff7142d552dfe80d38029ed0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f050d824b14b0e8892e23f2de4f4bfd9e11765589508abd177b78aa1dad64d95c7ea6b2bc28969aefd5169154466788d83a49b2467c7a634c41b52b4c2cc26d6
|
|
7
|
+
data.tar.gz: 468b418d545d133147f6f7f22822eae9596e92ed4095d4350ea31a2532a8f75f13c7ecc5d02e8ce86e4891f06137cfe0cbb4e7711b9f92d8ea8dda4e31f2637f
|
data/README.md
CHANGED
|
@@ -14,8 +14,8 @@ see support language. [Google Language Codes \- tomihasa](https://sites.google.c
|
|
|
14
14
|
- **out_key_name_suffix**: translated target key names suffix (string, required)
|
|
15
15
|
- **source_lang**: source language (string, default: `null`)
|
|
16
16
|
- **target_lang**: target language (string, required)
|
|
17
|
-
- **sleep**: delay per record, define milliseconds. (
|
|
18
|
-
- **google_api_key**: google_api_key. support environment variable.
|
|
17
|
+
- **sleep**: delay per record, define milliseconds. (integer, default: 0)
|
|
18
|
+
- **google_api_key**: google_api_key. support environment variable. please `export GOOGLE_API_KEY`(string, default: `null`)
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
data/build.gradle
CHANGED
|
@@ -14,7 +14,7 @@ configurations {
|
|
|
14
14
|
provided
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
version = "0.1.
|
|
17
|
+
version = "0.1.1"
|
|
18
18
|
|
|
19
19
|
sourceCompatibility = 1.7
|
|
20
20
|
targetCompatibility = 1.7
|
|
@@ -82,7 +82,7 @@ Gem::Specification.new do |spec|
|
|
|
82
82
|
spec.description = %[Google Translate Api filter plugin for Embulk]
|
|
83
83
|
spec.email = ["toyama0919@gmail.com"]
|
|
84
84
|
spec.licenses = ["MIT"]
|
|
85
|
-
|
|
85
|
+
spec.homepage = "https://github.com/toyama0919/embulk-filter-google_translate_api"
|
|
86
86
|
|
|
87
87
|
spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
|
|
88
88
|
spec.test_files = spec.files.grep(%r"^(test|spec)/")
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-filter-google_translate_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- toyama0919
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -63,7 +63,7 @@ files:
|
|
|
63
63
|
- classpath/auto-value-1.2.jar
|
|
64
64
|
- classpath/commons-codec-1.3.jar
|
|
65
65
|
- classpath/commons-logging-1.1.1.jar
|
|
66
|
-
- classpath/embulk-filter-google_translate_api-0.1.
|
|
66
|
+
- classpath/embulk-filter-google_translate_api-0.1.1.jar
|
|
67
67
|
- classpath/gax-0.0.25.jar
|
|
68
68
|
- classpath/google-api-client-1.21.0.jar
|
|
69
69
|
- classpath/google-api-client-appengine-1.21.0.jar
|
|
@@ -99,7 +99,7 @@ files:
|
|
|
99
99
|
- classpath/protobuf-java-util-3.0.0.jar
|
|
100
100
|
- classpath/servlet-api-2.5.jar
|
|
101
101
|
- classpath/transaction-api-1.1.jar
|
|
102
|
-
homepage:
|
|
102
|
+
homepage: https://github.com/toyama0919/embulk-filter-google_translate_api
|
|
103
103
|
licenses:
|
|
104
104
|
- MIT
|
|
105
105
|
metadata: {}
|