# -*- encoding: utf-8 -*- # stub: type_constraints 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "type_constraints".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["hisaichi5518".freeze] s.date = "2015-01-09" s.description = "Type constraint system for Ruby".freeze s.email = ["hisaichi5518@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/type_constraints.rb".freeze, "lib/type_constraints/exceptions.rb".freeze, "lib/type_constraints/meta.rb".freeze, "lib/type_constraints/registry.rb".freeze, "lib/type_constraints/type/default.rb".freeze, "lib/type_constraints/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/type_constraints/meta_spec.rb".freeze, "spec/type_constraints/registry_spec.rb".freeze, "spec/type_constraints/type/default_spec.rb".freeze, "spec/type_constraints_spec.rb".freeze, "type_constraints.gemspec".freeze] s.homepage = "https://github.com/hisaichi5518/type_constraints".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Type constraint system for Ruby".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/type_constraints/meta_spec.rb".freeze, "spec/type_constraints/registry_spec.rb".freeze, "spec/type_constraints/type/default_spec.rb".freeze, "spec/type_constraints_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end