voice_text_api 0.0.3 → 1.0.0
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/.tachikoma.yml +1 -0
- data/lib/voice_text_api.rb +1 -1
- data/lib/voice_text_api/version.rb +1 -1
- data/voice_text_api.gemspec +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f6dfb1d77888945af4865358ff7c591c6612d04
|
|
4
|
+
data.tar.gz: b6571b4f375026059922ac2a677cb3fcd775234e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c974577bd00384294a554ba463b17db5bea704077aab21e49244fddf184a3920dabdaeceace90f3462b737bb677f42cf0f74f282fec4ce4592d4fe03f9a41a95
|
|
7
|
+
data.tar.gz: 7720caac36089df5783edf9802c3bf0a01cb5dc17c925c09c1bbcf31a9062393fee4e70315ea5012adc51e26d85149a83b0945b070ffe08bfb05181f360076f3
|
data/.tachikoma.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
strategy: 'bundler'
|
data/lib/voice_text_api.rb
CHANGED
|
@@ -7,7 +7,7 @@ class VoiceTextAPI
|
|
|
7
7
|
class Unauthoeized < StandardError; end
|
|
8
8
|
|
|
9
9
|
ENDPOINT = URI('https://api.voicetext.jp/v1/tts')
|
|
10
|
-
SPEAKERS = %w(show haruka hikari takeru)
|
|
10
|
+
SPEAKERS = %w(show haruka hikari takeru santa bear)
|
|
11
11
|
EMOTIONS = %w(happiness anger sadness)
|
|
12
12
|
|
|
13
13
|
# emotion levels
|
data/voice_text_api.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["TADA Tadashi"]
|
|
10
10
|
spec.email = ["t@tdtds.jp"]
|
|
11
11
|
spec.summary = %q{API of VoiceText}
|
|
12
|
-
spec.description = %q{API of VoiceText}
|
|
13
|
-
spec.homepage = ""
|
|
12
|
+
spec.description = %q{API of VoiceText, See https://cloud.voicetext.jp/webapi}
|
|
13
|
+
spec.homepage = "https://github.com/tdtds/voice_text_api"
|
|
14
14
|
spec.license = "GPL"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: voice_text_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TADA Tadashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: API of VoiceText
|
|
41
|
+
description: API of VoiceText, See https://cloud.voicetext.jp/webapi
|
|
42
42
|
email:
|
|
43
43
|
- t@tdtds.jp
|
|
44
44
|
executables: []
|
|
@@ -46,6 +46,7 @@ extensions: []
|
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
48
|
- ".gitignore"
|
|
49
|
+
- ".tachikoma.yml"
|
|
49
50
|
- Gemfile
|
|
50
51
|
- LICENSE.txt
|
|
51
52
|
- README.md
|
|
@@ -53,7 +54,7 @@ files:
|
|
|
53
54
|
- lib/voice_text_api.rb
|
|
54
55
|
- lib/voice_text_api/version.rb
|
|
55
56
|
- voice_text_api.gemspec
|
|
56
|
-
homepage:
|
|
57
|
+
homepage: https://github.com/tdtds/voice_text_api
|
|
57
58
|
licenses:
|
|
58
59
|
- GPL
|
|
59
60
|
metadata: {}
|
|
@@ -73,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
74
|
version: '0'
|
|
74
75
|
requirements: []
|
|
75
76
|
rubyforge_project:
|
|
76
|
-
rubygems_version: 2.
|
|
77
|
+
rubygems_version: 2.4.6
|
|
77
78
|
signing_key:
|
|
78
79
|
specification_version: 4
|
|
79
80
|
summary: API of VoiceText
|