lib/unicode/blocks/constants.rb in unicode-blocks-1.1.0 vs lib/unicode/blocks/constants.rb in unicode-blocks-1.2.0

- old
+ new

@@ -1,8 +1,8 @@ module Unicode module Blocks - VERSION = "1.1.0".freeze - UNICODE_VERSION = "9.0.0".freeze + VERSION = "1.2.0".freeze + UNICODE_VERSION = "10.0.0".freeze DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze INDEX_FILENAME = (DATA_DIRECTORY + '/blocks.marshal.gz').freeze end end