DanaDanger-unicode_madness 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,7 +91,7 @@ class UnicodeString < String
91
91
  # length of the string.
92
92
  def uindex_to_index(char_index)
93
93
  return nil if char_index.nil?
94
- if char_index < 0 || char_index > ulength
94
+ if char_index < 0 || char_index > jlength
95
95
  raise RangeError, 'index out of range'
96
96
  end
97
97
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DanaDanger-unicode_madness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DanaDanger