Sha256: 2b8d3a4dd7bbdc5f16dfc0521f7dd513fc2b9f8f0fc7a0624328f2eddfc4f9be
Contents?: true
Size: 891 Bytes
Versions: 11
Compression:
Stored size: 891 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hyakunin-issyu/version' Gem::Specification.new do |gem| gem.name = "hyakunin-issyu" gem.version = HyakuninIssyu::VERSION gem.authors = ["Tomomichi"] gem.email = ["tomomichi.onishi@gmail.com"] gem.description = %q{This Gem offer all the information about Hyakunin-issyu, the One Hundred Poems by One Hundred Poets.} gem.summary = %q{This Gem offer all the information about Hyakunin-issyu, the One Hundred Poems by One Hundred Poets.} gem.homepage = "http://hyaku-1.eure-ka.me" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
11 entries across 11 versions & 1 rubygems