Sha256: b97a0f6d61120b26eb128bb83306ce596d83d8c445cc272c4d2f81395287a6b5
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
require_relative "lib/sushi_yakuza/version" Gem::Specification.new do |spec| spec.name = "sushi_yakuza" spec.version = SushiYakuza::VERSION spec.authors = ["holasoynaoki"] spec.email = ["naoki13futsal@gmail.com"] spec.summary = "sushi_yakuza is a gem that converts sushi names from hiragana to kanji and kanji to hiragana." spec.description = "sushi_yakuza is a gem that converts sushi names from hiragana to kanji and kanji to hiragana." spec.homepage = "https://github.com/holasoynaoki/sushi_yakuza" spec.license = "MIT" spec.required_ruby_version = ">= 2.6.0" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage spec.metadata["changelog_uri"] = "https://github.com/holasoynaoki/sushi_yakuza/blob/master/CHANGELOG.md" spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject do |f| (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) end end spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sushi_yakuza-0.1.1 | sushi_yakuza.gemspec |
sushi_yakuza-0.1.0 | sushi_yakuza.gemspec |