Sha256: ad4f360386b882684a7ad40c9fda8bedc88235bf9dce1a4020a8321477aedb8e
Contents?: true
Size: 979 Bytes
Versions: 2
Compression:
Stored size: 979 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.extensions = ["ext/haskell/extconf.rb"] spec.summary = %q{Ruby with type.} spec.description = %q{Ruby with type.} spec.homepage = "http://azabuhs.org/" 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", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rake-compiler" spec.add_development_dependency "minitest" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
haskell-0.0.2 | haskell.gemspec |
haskell-0.0.1 | haskell.gemspec |