sort-by-alphabet 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/alphabets.rb +1 -1
  2. metadata +1 -1
@@ -33,7 +33,7 @@ class Alphabet
33
33
  def self.letter_to_lowercase(a)
34
34
  i = upper_case.mb_chars.index(a)
35
35
  if i
36
- lower_case[i]
36
+ lower_case.mb_chars[i]
37
37
  else
38
38
  a
39
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sort-by-alphabet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frantisek Havluj