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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d759193020ab3e74c2e8f7daeaf823c1cdc3b20
4
- data.tar.gz: ccea6021ad9bd415146da8eed15b7595c3b7af1d
3
+ metadata.gz: 8f6dfb1d77888945af4865358ff7c591c6612d04
4
+ data.tar.gz: b6571b4f375026059922ac2a677cb3fcd775234e
5
5
  SHA512:
6
- metadata.gz: 839345584673a5485bf8fedc2d85d057b40d24a25d29d6da43910776d760f876f25ae43a3ce018fde947aba9dcf0828ba4ba4373c77ed3bcbf0cb8216458ae1f
7
- data.tar.gz: bdd4e0a968619c10602f0f0801074c62cdc9dca831d0d2e3d93444a9d5c816407abd3cbc5344abd4d3878c6b565225ab55f3e7d6dd2b45b5927208a5ecbfbe72
6
+ metadata.gz: c974577bd00384294a554ba463b17db5bea704077aab21e49244fddf184a3920dabdaeceace90f3462b737bb677f42cf0f74f282fec4ce4592d4fe03f9a41a95
7
+ data.tar.gz: 7720caac36089df5783edf9802c3bf0a01cb5dc17c925c09c1bbcf31a9062393fee4e70315ea5012adc51e26d85149a83b0945b070ffe08bfb05181f360076f3
@@ -0,0 +1 @@
1
+ strategy: 'bundler'
@@ -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
@@ -1,3 +1,3 @@
1
1
  class VoiceTextAPI
2
- VERSION = "0.0.3"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -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.3
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: 2014-07-23 00:00:00.000000000 Z
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.2.2
77
+ rubygems_version: 2.4.6
77
78
  signing_key:
78
79
  specification_version: 4
79
80
  summary: API of VoiceText