# -*- encoding: utf-8 -*- # stub: onix 0.7.2 ruby lib Gem::Specification.new do |s| s.name = "onix".freeze s.version = "0.7.2".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 Healy".freeze] s.date = "2009-08-19" s.description = "A convient mapping between ruby objects and the ONIX XML specification".freeze s.email = "jimmy@deefa.com".freeze s.files = ["CHANGELOG".freeze, "README.markdown".freeze, "TODO".freeze, "dtd/2.1r3/iso-amsa.ent".freeze, "dtd/2.1r3/iso-amsb.ent".freeze, "dtd/2.1r3/iso-amsc.ent".freeze, "dtd/2.1r3/iso-amsn.ent".freeze, "dtd/2.1r3/iso-amso.ent".freeze, "dtd/2.1r3/iso-amsr.ent".freeze, "dtd/2.1r3/iso-box.ent".freeze, "dtd/2.1r3/iso-cyr1.ent".freeze, "dtd/2.1r3/iso-cyr2.ent".freeze, "dtd/2.1r3/iso-dia.ent".freeze, "dtd/2.1r3/iso-grk3.ent".freeze, "dtd/2.1r3/iso-lat1.ent".freeze, "dtd/2.1r3/iso-lat2.ent".freeze, "dtd/2.1r3/iso-mfrk.ent".freeze, "dtd/2.1r3/iso-mopf.ent".freeze, "dtd/2.1r3/iso-mscr.ent".freeze, "dtd/2.1r3/iso-num.ent".freeze, "dtd/2.1r3/iso-num.old.ent".freeze, "dtd/2.1r3/iso-pub.ent".freeze, "dtd/2.1r3/iso-tech.ent".freeze, "dtd/2.1r3/onix-international.dtd".freeze, "dtd/2.1r3/onix-xhtml.elt".freeze, "dtd/2.1r3/reference.elt".freeze, "dtd/2.1r3/xhtml-special.ent".freeze, "dtd/2.1r3/xhtml-symbol.ent".freeze, "lib/onix.rb".freeze, "lib/onix/addressee_identifier.rb".freeze, "lib/onix/apa_product.rb".freeze, "lib/onix/common.rb".freeze, "lib/onix/contributor.rb".freeze, "lib/onix/header.rb".freeze, "lib/onix/imprint.rb".freeze, "lib/onix/lists/product_availability.rb".freeze, "lib/onix/lists/product_form.rb".freeze, "lib/onix/market_representation.rb".freeze, "lib/onix/measure.rb".freeze, "lib/onix/media_file.rb".freeze, "lib/onix/normaliser.rb".freeze, "lib/onix/other_text.rb".freeze, "lib/onix/price.rb".freeze, "lib/onix/product.rb".freeze, "lib/onix/product_identifier.rb".freeze, "lib/onix/publisher.rb".freeze, "lib/onix/reader.rb".freeze, "lib/onix/sales_restriction.rb".freeze, "lib/onix/sender_identifier.rb".freeze, "lib/onix/simple_product.rb".freeze, "lib/onix/stock.rb".freeze, "lib/onix/subject.rb".freeze, "lib/onix/supply_detail.rb".freeze, "lib/onix/title.rb".freeze, "lib/onix/website.rb".freeze, "lib/onix/writer.rb".freeze, "spec/contributor_spec.rb".freeze, "spec/header_spec.rb".freeze, "spec/imprint_spec.rb".freeze, "spec/market_representation_spec.rb".freeze, "spec/measure_spec.rb".freeze, "spec/media_file_spec.rb".freeze, "spec/normaliser_spec.rb".freeze, "spec/other_text_spec.rb".freeze, "spec/price_spec.rb".freeze, "spec/product_identifier_spec.rb".freeze, "spec/product_spec.rb".freeze, "spec/publisher_spec.rb".freeze, "spec/reader_spec.rb".freeze, "spec/sales_restriction_spec.rb".freeze, "spec/sender_identifier.rb".freeze, "spec/stock_spec.rb".freeze, "spec/subject_spec.rb".freeze, "spec/supply_detail_spec.rb".freeze, "spec/title_spec.rb".freeze, "spec/website_spec.rb".freeze, "spec/writer_spec.rb".freeze, "support/entities.txt".freeze, "support/extract.rb".freeze, "support/switch-onix-tagnames-1.1.xsl".freeze, "support/switch-onix-tagnames-2.0.xsl".freeze] s.homepage = "http://github.com/yob/onix/tree/master".freeze s.rdoc_options = ["--title".freeze, "ONIX - Working with the ONIX XML spec".freeze, "--line-numbers".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A convient mapping between ruby objects and the ONIX XML specification".freeze s.test_files = ["spec/header_spec.rb".freeze, "spec/product_spec.rb".freeze, "spec/reader_spec.rb".freeze, "spec/writer_spec.rb".freeze, "spec/contributor_spec.rb".freeze, "spec/imprint_spec.rb".freeze, "spec/market_representation_spec.rb".freeze, "spec/website_spec.rb".freeze, "spec/measure_spec.rb".freeze, "spec/media_file_spec.rb".freeze, "spec/other_text_spec.rb".freeze, "spec/price_spec.rb".freeze, "spec/product_identifier_spec.rb".freeze, "spec/publisher_spec.rb".freeze, "spec/sales_restriction_spec.rb".freeze, "spec/sender_identifier.rb".freeze, "spec/stock_spec.rb".freeze, "spec/subject_spec.rb".freeze, "spec/supply_detail_spec.rb".freeze, "spec/title_spec.rb".freeze, "spec/normaliser_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 2.5.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end