DanaDanger-unicode_madness 1.0.1 → 1.0.2

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.
@@ -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