Sha256: 149ef1aa6ebfde5646d9649f134ec45047d4d6769c784972401e02e357c5c488
Contents?: true
Size: 896 Bytes
Versions: 3
Compression:
Stored size: 896 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}] Answers the question: Which Unicode block does a code point belong to?" gem.authors = ["Jan Lelis"] gem.email = ["hi@ruby.consulting"] 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
unicode-blocks-1.8.0 | unicode-blocks.gemspec |
unicode-blocks-1.7.0 | unicode-blocks.gemspec |
unicode-blocks-1.6.0 | unicode-blocks.gemspec |