lib/unicode/confusable/constants.rb in unicode-confusable-1.4.0 vs lib/unicode/confusable/constants.rb in unicode-confusable-1.5.0
- old
+ new
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
+
module Unicode
module Confusable
- 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
+ VERSION = "1.5.0"
+ UNICODE_VERSION = "12.0.0"
+ DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
+ INDEX_FILENAME = (DATA_DIRECTORY + "/confusable.marshal.gz").freeze
end
end