lib/unicode/name/constants.rb in unicode-name-1.7.1 vs lib/unicode/name/constants.rb in unicode-name-1.8.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Unicode module Name - VERSION = "1.7.1" - UNICODE_VERSION = "12.0.0" + VERSION = "1.8.0" + UNICODE_VERSION = "12.1.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/name.marshal.gz").freeze end end