lib/unicode/confusable/constants.rb in unicode-confusable-1.3.2 vs lib/unicode/confusable/constants.rb in unicode-confusable-1.4.0

- old
+ new

@@ -1,8 +1,8 @@ module Unicode module Confusable - VERSION = "1.3.2".freeze - UNICODE_VERSION = "10.0.0".freeze + VERSION = "1.4.0".freeze + UNICODE_VERSION = "11.0.0".freeze DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze INDEX_FILENAME = (DATA_DIRECTORY + '/confusable.marshal.gz').freeze end end