lib/utf8/string.rb in utf8-0.1.0 vs lib/utf8/string.rb in utf8-0.1.1

- old
+ new

@@ -3,10 +3,10 @@ def as_utf8 String::UTF8.new(self) end class UTF8 - VERSION = "0.1.0" + VERSION = "0.1.1" # Gives you access to the raw non-UTF8-aware version of the string def as_raw ::String.new(self) end \ No newline at end of file