fonemas 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjU4OGVjOTdlMDQxODlkYzNjZTc3MjBhMDdhMDVhODE3ZDNhOTdmZg==
4
+ ZmNlNTljNWRlZWJiYTk1ZmUyYTliNWJkOWM2YjRmODExMmFlMzdjYg==
5
5
  data.tar.gz: !binary |-
6
- ZTg3NWFmOTI0MWY3MWZjODQzZTMxZWM3OWVkMzA1MmM4NjIwZmM1NQ==
6
+ ZWJkMDI2YTE4NjA4OWJmMTQ3ZGZiMmUyYmU0YTZhYTUxNzA1ZWJmNg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YTVlNGFjNGQyZDkwZmViYjNkNTU2NjJhNWM2YWFlMTllYmY5YTVlZThhM2Rl
10
- YzIxY2MzN2IyMzc5MDJkMjI1NmJlYzU2Y2Y0MjIxZTAxY2ZkNDViNWQyNGZl
11
- MWM3NDFhMGY5OTkzYWM1NGJjM2EwZGI4OTExZTgyYzJkYzdkNTQ=
9
+ N2QyMjBhNjZjN2YyYmJkM2ViOTMwNjcwN2VlY2U5NzYwYjYwMjc1Mzc3Mjk3
10
+ NjQ1MmNlMjc4MzRiNTk5M2I5NDFjNGJjZWFhYzljOGRhMjE0ZGQzYWFlN2Uw
11
+ YTU1ZGYzZWE2MjE4MmZkMTA2NGE0YmZiNTJiZDVlZGI4YjRkNGI=
12
12
  data.tar.gz: !binary |-
13
- NjFhZTNjY2ZlOGJlZWMzNGZkMzVlZDRiNjcyODI1YTI4ODUwOGY0MjNiZTZh
14
- MDcxMmM5OGIxNWFjNWQ5Mjk2ZjY0YjMxNDgwNDdjMTQ5OTBmODJjYzY4MzUw
15
- MWYwM2QzMjUzYmNjZTU2MjA2N2RmMGVmMThkNWI4MzRhZTg4YWI=
13
+ OGMxY2I1NTc3OTUyOGYyYjM0OTZhNGMxNGI0M2FmNmFlZGE1MWMwYzkyN2U4
14
+ OWZlNWRhMDg5MTZjNjc1OTY5YTc0NTY5NzUwZDc1MjcxOTVkNzEzMjFhZTM3
15
+ ZDNmYjJiZWI2OTAzYzAyNGQ0OTc4YTkxZDk0MmI1N2YwOTE4MWI=
data/lib/fonemas.rb CHANGED
@@ -182,10 +182,10 @@ module Fonemas
182
182
  when 't' then ['t ee']
183
183
  when 'u','ú' then ['uu']
184
184
  when 'v' then ['b ee','uu b e']
185
- when 'w' then ['d o b l e b ee','d o b l e uu v e']
185
+ when 'w' then ['d o b l e b ee','d o b l e uu b e']
186
186
  when 'x' then ['ee k i s']
187
187
  when 'y' then ['ll ee']
188
- when 'z' then ['z ee t a']
188
+ when 'z' then ['s ee t a']
189
189
  else
190
190
  [letra]
191
191
  end
@@ -1,3 +1,3 @@
1
1
  module Fonemas
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
@@ -87,10 +87,10 @@ describe Fonemas do
87
87
  Fonemas.fonemas('v').should include('b ee')
88
88
  Fonemas.fonemas('v').should include('uu b e')
89
89
  Fonemas.fonemas('w').should include('d o b l e b ee')
90
- Fonemas.fonemas('w').should include('d o b l e uu v e')
90
+ Fonemas.fonemas('w').should include('d o b l e uu b e')
91
91
  Fonemas.fonemas('x').should include('ee k i s')
92
92
  Fonemas.fonemas('y').should include('ll ee')
93
- Fonemas.fonemas('z').should include('z ee t a')
93
+ Fonemas.fonemas('z').should include('s ee t a')
94
94
  Fonemas.fonemas('é').should include('ee')
95
95
  end
96
96
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fonemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Bahamondez Honores