Sha256: 75f1007cb04df3a8ab807f6b1a919138dd53e6e41d02b565c8bf3935fdb54e43
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
require_relative "lib/shikiho/version" Gem::Specification.new do |spec| spec.name = "shikiho" spec.version = Shikiho::VERSION spec.authors = ["POPPIN-FUMI", "KishiTheMechanic"] spec.email = ["fumitake.kawasaki@el-soul.com", "shota.kishi@el-soul.com"] spec.summary = "Shikiho is for Japanese Stock Market Data(東京証券取引所)" spec.description = "Shikiho is for Japanese Stock Market Data(東京証券取引所)" spec.homepage = "https://github.com/elsoul/shikiho" spec.license = "Apache-2.0" spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/elsoul/shikiho" spec.metadata["changelog_uri"] = "https://github.com/elsoul/shikiho" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shikiho-0.1.2 | shikiho.gemspec |
shikiho-0.1.1 | shikiho.gemspec |
shikiho-0.1.0 | shikiho.gemspec |