Sha256: c70155eebb7bd4b32e496069028355eb12b6e8c75ed795745e7cee82c48a08a1
Contents?: true
Size: 988 Bytes
Versions: 1
Compression:
Stored size: 988 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'convert_numeral/version' Gem::Specification.new do |spec| spec.name = 'convert_numeral' spec.version = ConvertNumeral::VERSION spec.authors = ['masatoshi_moritsuka'] spec.email = ['yakiyaki_ikayaki@yahoo.co.jp'] spec.summary = 'This gem convert numeral.' spec.description = 'This gem convert numeral into Chinese Numeral or full-width numeral.' spec.homepage = 'https://github.com/sanfrecce-osaka/convert_numeral' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") do |f| f.match(%r{^(test|spec|features)/}) end spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.16' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'rspec', '~> 3.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
convert_numeral-0.1.0 | convert_numeral.gemspec |