Sha256: 7be5572603786418d1734a6cb7bb74d99084e2d0444e2faaaa3b261f55687103
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'HyakuninIssyu/version' Gem::Specification.new do |spec| spec.name = "HyakuninIssyu" spec.version = HyakuninIssyu::VERSION spec.authors = ["tomomichi"] spec.email = ["tomomichi.onishi@gmail.com"] spec.description = %q{This Gem offer all the information about Hyakunin-issyu, the One Hundred Poems by One Hundred Poets.} spec.summary = %q{This Gem offer all the information about Hyakunin-issyu, the One Hundred Poems by One Hundred Poets.} spec.homepage = "https://github.com/Tomomichi/HyakuninIssyu" 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.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "coveralls" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
HyakuninIssyu-0.6.1 | HyakuninIssyu.gemspec |
HyakuninIssyu-0.6.0 | HyakuninIssyu.gemspec |