jeanny 0.99.5 → 0.99.6

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.
Files changed (2) hide show
  1. data/lib/jeanny/engine.rb +1 -1
  2. metadata +2 -2
data/lib/jeanny/engine.rb CHANGED
@@ -93,7 +93,7 @@ module Jeanny
93
93
  %w(a aa a0 a_ a- aaa a00 a0a aa0 aa_ a_a aa- a-a a0_ a0- a_0 a-0).each do |name|
94
94
  max = name.length + 1
95
95
  while name.length < max
96
- short_words << name unless name =~ /^ad/
96
+ short_words << name unless name =~ /^ad/ or %w(el ek).include? name
97
97
  name = name.next
98
98
  end
99
99
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeanny
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.5
4
+ version: 0.99.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - gfranco
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-03-31 00:00:00 +03:00
12
+ date: 2010-04-07 00:00:00 +03:00
13
13
  default_executable:
14
14
  dependencies: []
15
15