Sha256: 7df7454703003694ceb37840c0b66a1e882f2294173fde095eb4980848efb5c2

Contents?: true

Size: 1.09 KB

Versions: 3

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          = "hyakunin-issyu"
  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/notsobad-jp/hyakunin-issyu"
  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 "moji"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hyakunin-issyu-1.0.1 HyakuninIssyu.gemspec
hyakunin-issyu-1.0.0 HyakuninIssyu.gemspec
hyakunin-issyu-0.8.1 HyakuninIssyu.gemspec