Sha256: 5a61749b555e7d2d16d23c7e28cb84e86ef262e948db9e6aa3532f79109ab89c

Contents?: true

Size: 910 Bytes

Versions: 3

Compression:

Stored size: 910 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "haskell"
  spec.version       = Haskell::VERSION
  spec.authors       = ["gogotanaka"]
  spec.email         = ["mail@tanakakazuki.com"]
  spec.summary       = %q{Ruby with type.}
  spec.description   = %q{Ruby with type.}
  spec.homepage      = "http://gogotanaka.me/"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rake-compiler"
  spec.add_development_dependency "minitest"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
haskell-1.0.1 rubype.gemspec
haskell-1.0.0 rubype.gemspec
haskell-0.2.3 rubype.gemspec