Sha256: da8156f8e479c0904cee7da76be64a2789ea2ac764d85fcf999f1eae37866539
Contents?: true
Size: 843 Bytes
Versions: 1
Compression:
Stored size: 843 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cnname/version' Gem::Specification.new do |gem| gem.name = "cnname" gem.version = Cnname::VERSION gem.authors = ["Tower He"] gem.email = ["towerhe@gmail.com"] gem.description = %q{cnname provides support to handle the names of Chinese} gem.summary = %q{cnname provides support to handle the names of Chinese} gem.homepage = "https://github.com/towerhe/cnname" gem.files = `git ls-files`.split($/) 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.add_dependency 'oj' gem.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cnname-0.1.0 | cnname.gemspec |