# -*- encoding: utf-8 -*- # stub: typecollection 0.0.10 ruby lib Gem::Specification.new do |s| s.name = "typecollection".freeze s.version = "0.0.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James Petty".freeze] s.date = "2012-08-13" s.description = "Easily map subtypes into their parent type for later retrieval".freeze s.email = "jp@jibe.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = [".document".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/xml_generator.rb".freeze, "lib/typecollection.rb".freeze, "lib/typecollection/base.rb".freeze, "lib/typecollection/class+inferred_type.rb".freeze, "lib/typecollection/class_methods.rb".freeze, "lib/typecollection/object+inferred_type.rb".freeze, "test/helper.rb".freeze, "test/test_typecollection.rb".freeze, "typecollection.gemspec".freeze] s.homepage = "http://github.com/pettyjamesm/TypeCollection".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "TypeCollection maintains a record of sub-types for a given class based on a common suffix.".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.8.4".freeze]) end