# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{om} s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matt Zumwalt"] s.date = %q{2010-06-21} s.description = %q{OM (Opinionated Metadata): A library to help you tame sprawling XML schemas like MODS. Wraps Nokogiri documents in objects with miscellaneous helper methods for doing things like retrieve generated xpath queries or look up properties based on a simplified DSL} s.email = %q{matt.zumwalt@yourmediashelf.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "History.textile", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "lib/om.rb", "lib/om/xml.rb", "lib/om/xml/accessors.rb", "lib/om/xml/container.rb", "lib/om/xml/properties.rb", "lib/om/xml/property_value_operators.rb", "lib/om/xml/validation.rb", "om.gemspec", "spec/fixtures/CBF_MODS/ARS0025_016.xml", "spec/fixtures/RUBRIC_mods_article_template.xml", "spec/fixtures/mods-3-2.xsd", "spec/fixtures/mods_articles/hydrangea_article1.xml", "spec/fixtures/test_dummy_mods.xml", "spec/spec.opts", "spec/spec_helper.rb", "spec/unit/accessors_spec.rb", "spec/unit/container_spec.rb", "spec/unit/properties_spec.rb", "spec/unit/property_value_operators_spec.rb", "spec/unit/validation_spec.rb", "spec/unit/xml_spec.rb" ] s.homepage = %q{http://github.com/mediashelf/om} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{OM (Opinionated Metadata): A library to help you tame sprawling XML schemas like MODS.} s.test_files = [ "spec/spec_helper.rb", "spec/unit/accessors_spec.rb", "spec/unit/container_spec.rb", "spec/unit/properties_spec.rb", "spec/unit/property_value_operators_spec.rb", "spec/unit/validation_spec.rb", "spec/unit/xml_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 1.2.9"]) s.add_development_dependency(%q, [">= 0.9.8"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0.9.8"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0.9.8"]) s.add_dependency(%q, [">= 0"]) end end