Sha256: 0dfd40a7209ee801bd8e9345ec48fc519fa5c5d2909b17796101b8df44b6e00c

Contents?: true

Size: 1.09 KB

Versions: 8

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 "moji"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
HyakuninIssyu-0.8.0 HyakuninIssyu.gemspec
HyakuninIssyu-0.7.7 HyakuninIssyu.gemspec
HyakuninIssyu-0.7.6 HyakuninIssyu.gemspec
HyakuninIssyu-0.7.5 HyakuninIssyu.gemspec
HyakuninIssyu-0.7.4 HyakuninIssyu.gemspec
HyakuninIssyu-0.7.3 HyakuninIssyu.gemspec
HyakuninIssyu-0.7.2 HyakuninIssyu.gemspec
HyakuninIssyu-0.7.0 HyakuninIssyu.gemspec