Sha256: 40ce487f97b81b1fef1485c1fab4c28b33d9306e63458d8555d2fd2c3b5c4914

Contents?: true

Size: 966 Bytes

Versions: 5

Compression:

Stored size: 966 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "type_constraints"
  spec.version       = TypeConstraints::VERSION
  spec.authors       = ["hisaichi5518"]
  spec.email         = ["hisaichi5518@gmail.com"]
  spec.summary       = %q{Type constraint system for Ruby}
  spec.description   = %q{Type constraint system for Ruby}
  spec.homepage      = "https://github.com/hisaichi5518/type_constraints"
  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 "rspec"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
type_constraints-0.1.5 type_constraints.gemspec
type_constraints-0.1.4 type_constraints.gemspec
type_constraints-0.1.1 type_constraints.gemspec
type_constraints-0.1.0 type_constraints.gemspec
type_constraints-0.0.1 type_constraints.gemspec