lib/unicode/confusable/constants.rb in unicode-confusable-1.0.1 vs lib/unicode/confusable/constants.rb in unicode-confusable-1.1.0
- old
+ new
@@ -1,7 +1,8 @@
module Unicode
module Confusable
- VERSION = "1.0.1".freeze
+ VERSION = "1.1.0".freeze
+ UNICODE_VERSION = "9.0.0".freeze
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
INDEX_FILENAME = (DATA_DIRECTORY + '/confusable.marshal.gz').freeze
end
end