spanish 0.0.5 → 0.0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ module Spanish
30
30
  voice if alveolar? and fricative? and precedes(:voiced, :non_vocoid)
31
31
  },
32
32
  :aspiration => ::Phonology::Rule.new {
33
- if syllable_final? and alveolar? and fricative? and follows(:vocoid) and !final?
33
+ if syllable_final? and alveolar? and fricative? and follows(:vocoid) and next_sound
34
34
  devoice
35
35
  add :glottal
36
36
  add! :approximant
@@ -1,3 +1,3 @@
1
1
  module Spanish
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.5.1"
3
3
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 5
9
- version: 0.0.5
9
+ - 1
10
+ version: 0.0.5.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Norman Clarke