Gem::Specification.new do |spec| spec.name = "schematron" spec.version = '0.0.2' spec.summary = "ISO Schematron Validation" spec.email = "flazzarino@gmail.com" spec.homepage = 'http://github.com/flazz/iso-schematron' spec.authors = ["Francesco Lazzarino"] spec.rubyforge_project = 'schematron' spec.executables = ['stron'] spec.files = ["Rakefile", "schematron.gemspec", "README", "LICENSE.txt", "bin/stron", "lib/schematron.rb", "iso_impl/iso_abstract_expand.xsl", "iso_impl/iso_dsdl_include.xsl", "iso_impl/iso_schematron_skeleton_for_saxon.xsl", "iso_impl/iso_schematron_skeleton_for_xslt1.xsl", "iso_impl/iso_schematron_text.xsl", "iso_impl/iso_svrl.xsl", "spec/command_spec.rb", "spec/feature_requests_spec.rb", "spec/instances", "spec/instances/daitss-sip", "spec/instances/daitss-sip/Example1.xml", "spec/instances/daitss-sip/Example2.xml", "spec/instances/premis-in-mets", "spec/instances/premis-in-mets/bad.xml", "spec/instances/premis-in-mets/good.xml", "spec/schema", "spec/schema/fda_sip.sch", "spec/schema/pim.sch", "spec/schema_spec.rb", "spec/spec_helper.rb"] spec.has_rdoc = true end