# -*- encoding: utf-8 -*- # stub: unicode-categories 1.5.0 ruby lib Gem::Specification.new do |s| s.name = "unicode-categories".freeze s.version = "1.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jan Lelis".freeze] s.date = "2019-05-08" s.description = "[Unicode 12.1.0] Determine which Unicode General Categories a string belongs to.".freeze s.email = ["mail@janlelis.de".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "data/categories.marshal.gz".freeze, "lib/unicode/categories.rb".freeze, "lib/unicode/categories/constants.rb".freeze, "lib/unicode/categories/index.rb".freeze, "lib/unicode/categories/string_ext.rb".freeze, "spec/unicode_categories_spec.rb".freeze, "unicode-categories.gemspec".freeze] s.homepage = "https://github.com/janlelis/unicode-categories".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Determine the Unicode General Categories of a string.".freeze s.test_files = ["spec/unicode_categories_spec.rb".freeze] end