Sha256: beeb883fc5f364a7401c61b1d354deefe39242ca68cf9e65ea44991d4d8dae83

Contents?: true

Size: 937 Bytes

Versions: 9

Compression:

Stored size: 937 Bytes

Contents

# -*- encoding: utf-8 -*-

require File.dirname(__FILE__) + "/lib/unicode/types/constants"

Gem::Specification.new do |gem|
  gem.name          = "unicode-types"
  gem.version       = Unicode::Types::VERSION
  gem.summary       = "Determine the basic type of codepoints."
  gem.description   = "[Unicode #{Unicode::Types::UNICODE_VERSION}] Determine the basic type of codepoints (Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved)"
  gem.authors       = ["Jan Lelis"]
  gem.email         = ["mail@janlelis.de"]
  gem.homepage      = "https://github.com/janlelis/unicode-types"
  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

9 entries across 9 versions & 1 rubygems

Version Path
unicode-types-1.5.0 unicode-types.gemspec
unicode-types-1.4.0 unicode-types.gemspec
unicode-types-1.3.0 unicode-types.gemspec
unicode-types-1.2.2 unicode-types.gemspec
unicode-types-1.2.1 unicode-types.gemspec
unicode-types-1.2.0 unicode-types.gemspec
unicode-types-1.1.2 unicode-types.gemspec
unicode-types-1.1.1 unicode-types.gemspec
unicode-types-1.1.0 unicode-types.gemspec