# -*- encoding: utf-8 -*- # stub: charwidth 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "charwidth".freeze s.version = "0.2.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 = ["labocho".freeze] s.date = "2021-05-19" s.description = "Normalize Japanese / Korean fullwidth (zenkaku) and halfwidth (hankaku) characters".freeze s.email = ["labocho@penguinlab.jp".freeze] s.executables = ["charwidth".freeze, "rspec".freeze, "rubocop".freeze] s.files = [".cleancode".freeze, ".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/charwidth".freeze, "bin/rspec".freeze, "bin/rubocop".freeze, "charwidth.gemspec".freeze, "lib/charwidth.rb".freeze, "lib/charwidth/active_model.rb".freeze, "lib/charwidth/characters.rb".freeze, "lib/charwidth/cli.rb".freeze, "lib/charwidth/string.rb".freeze, "lib/charwidth/version.rb".freeze, "spec/charwidth/active_model_spec.rb".freeze, "spec/charwidth_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/labocho/charwidth".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Normalize Japanese / Korean fullwidth (zenkaku) and halfwidth (hankaku) characters".freeze s.test_files = ["spec/charwidth/active_model_spec.rb".freeze, "spec/charwidth_spec.rb".freeze, "spec/spec_helper.rb".freeze] end