Sha256: ad11ab7ba61420f7b7dbc77a77926d5e3ec83c666ddc64985283d5683de08be7
Contents?: true
Size: 913 Bytes
Versions: 1
Compression:
Stored size: 913 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fullwidth/version' Gem::Specification.new do |spec| spec.name = "fullwidth" spec.version = Fullwidth::VERSION spec.authors = ["John Hawthorn"] spec.email = ["john.hawthorn@gmail.com"] spec.summary = %q{Convert ASCII to equivalent fullwidth characters.} spec.description = %q{Convert ASCII to equivalent fullwidth characters.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.2" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fullwidth-0.0.1 | fullwidth.gemspec |