lib/unicode/name/constants.rb in unicode-name-1.13.4 vs lib/unicode/name/constants.rb in unicode-name-1.13.5
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Unicode
module Name
- VERSION = "1.13.4"
+ VERSION = "1.13.5"
UNICODE_VERSION = "16.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
INDEX_FILENAME = (DATA_DIRECTORY + "/name.marshal.gz").freeze
end
end