Sha256: 190187f7fd9e0ad1e0cdd3f84ff1c0b52b0193990b2c76efe89b7ce2d2ed721e

Contents?: true

Size: 1.45 KB

Versions: 11

Compression:

Stored size: 1.45 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'shunkuntype/version'

Gem::Specification.new do |spec|
  spec.name          = "shunkuntype"
  spec.version       = Shunkuntype::VERSION
  spec.authors       = ["Shigeto R. Nishitani"]
  spec.email         = ["shigeto_nishitani@me.com"]

  spec.summary       = %q{type training.}
  spec.description   = %q{type training for shunkun.}
  spec.homepage      = 'https://github.com/daddygongon/shunkuntype'
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
#  if spec.respond_to?(:metadata)
#    spec.metadata['allowed_push_host'] = 'http://nishitani0.kwansei.ac.jp:2000'
#  else
#    raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
#  end

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "systemu", "~>2.5.1"
  spec.add_dependency "gnuplot"
  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "yard", "~> 0.8"
#  spec.add_development_dependency "test-unit"
  spec.add_development_dependency "rspec"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
shunkuntype-1.0.15 shunkuntype.gemspec
shunkuntype-1.0.14 shunkuntype.gemspec
shunkuntype-1.0.13 shunkuntype.gemspec
shunkuntype-1.0.12 shunkuntype.gemspec
shunkuntype-1.0.11 shunkuntype.gemspec
shunkuntype-1.0.10 shunkuntype.gemspec
shunkuntype-1.0.9 shunkuntype.gemspec
shunkuntype-1.0.7 shunkuntype.gemspec
shunkuntype-1.0.6 shunkuntype.gemspec
shunkuntype-1.0.5 shunkuntype.gemspec
shunkuntype-1.0.4 shunkuntype.gemspec