Sha256: d556f8f7e7513d9e04fd8318f7724d79a891cfb70cf8d52065c8bf4b2f3d4cab
Contents?: true
Size: 1.87 KB
Versions: 1
Compression:
Stored size: 1.87 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "typecollection" s.version = "0.0.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Petty"] s.date = "2012-08-13" s.description = "Easily map subtypes into their parent type for later retrieval" s.email = "jp@jibe.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", "Gemfile", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "examples/xml_generator.rb", "lib/typecollection.rb", "lib/typecollection/base.rb", "lib/typecollection/class+inferred_type.rb", "lib/typecollection/class_methods.rb", "lib/typecollection/object+inferred_type.rb", "test/helper.rb", "test/test_typecollection.rb", "typecollection.gemspec" ] s.homepage = "http://github.com/pettyjamesm/TypeCollection" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "TypeCollection maintains a record of sub-types for a given class based on a common suffix." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<shoulda>, [">= 0"]) s.add_development_dependency(%q<bundler>, [">= 1.0.0"]) s.add_development_dependency(%q<jeweler>, [">= 1.8.4"]) else s.add_dependency(%q<shoulda>, [">= 0"]) s.add_dependency(%q<bundler>, [">= 1.0.0"]) s.add_dependency(%q<jeweler>, [">= 1.8.4"]) end else s.add_dependency(%q<shoulda>, [">= 0"]) s.add_dependency(%q<bundler>, [">= 1.0.0"]) s.add_dependency(%q<jeweler>, [">= 1.8.4"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typecollection-0.0.10 | typecollection.gemspec |