Sha256: 7ba6bca03c3267c05abfa3f507b76fc5ae726bea4ec9ad756b46e387fd4d704f
Contents?: true
Size: 871 Bytes
Versions: 7
Compression:
Stored size: 871 Bytes
Contents
# -*- encoding: utf-8 -*- require File.dirname(__FILE__) + "/lib/unicode/blocks/constants" Gem::Specification.new do |gem| gem.name = "unicode-blocks" gem.version = Unicode::Blocks::VERSION gem.summary = "Return Unicode blocks of a string." gem.description = "[Unicode #{Unicode::Blocks::UNICODE_VERSION}] Which Unicode block does a character belong to?" gem.authors = ["Jan Lelis"] gem.email = ["mail@janlelis.de"] gem.homepage = "https://github.com/janlelis/unicode-blocks" gem.license = "MIT" gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^pkg/ } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.required_ruby_version = "~> 2.0" end
Version data entries
7 entries across 7 versions & 1 rubygems