string_to_arpa 0.1.0 → 0.1.1

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: ca67bdb1fe23292d9f22617542fba74a5a831964
4
- data.tar.gz: c1b84db57b84126721a93c582e70b9fc52697026
3
+ metadata.gz: 6c3ec176182a4b03247164752cccdffa65f9cf2a
4
+ data.tar.gz: 2a62d74ca0d208a103cbb6809d5bcebe47d85ac9
5
5
  SHA512:
6
- metadata.gz: 54398bd358f6682512850fc2b483ccfb8b563eb22a696db6e9cb9d4bc33d843727a5b3525487c25da8ae94a8bce5232a45496ec53fb17647f8e8ab409eb99556
7
- data.tar.gz: 657dca7f3d8425c9e6ea29de2406eb424d0a5bb3695081f444b4b20150402418691573ad72789597ab1e1908d28e87bc918aa031b9e376d19207b8ff7bc8238e
6
+ metadata.gz: c61bcb454df7322fce209749d630b203d976cf5e4803a42e8580d2fc74916e1bd36c41bcf9535955266ed28bf12ddabaa4dc339199442cf14bc7921572dc091b
7
+ data.tar.gz: d3284a5c4ef35eb3a88d9f5171636c1201b5db53e82b53a77de498299d7e674f79f417d3bd083ef5976fc68a45d3e2c29626e508dd36284db97dd0a22f9c39b9
@@ -1,3 +1,3 @@
1
1
  module StringToArpa
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["hilarysk@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A minimalist gem that converts a string to Arpabet.}
13
- spec.description = %q{This gem relies on a modified version of the open-source Carnegie Mellon University Pronouncing Dictionary.}
13
+ spec.description = %q{This gem converts strings to Arpabet, a phonetic transcription code used in several speech synthesizers.}
14
14
  spec.homepage = "https://github.com/hilarysk/string_to_arpa"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: string_to_arpa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hilary Stohs-Krause
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: This gem relies on a modified version of the open-source Carnegie Mellon
56
- University Pronouncing Dictionary.
55
+ description: This gem converts strings to Arpabet, a phonetic transcription code used
56
+ in several speech synthesizers.
57
57
  email:
58
58
  - hilarysk@gmail.com
59
59
  executables: []