--- !ruby/object:Gem::Specification name: schematron-wrapper version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - AgileFreaks autorequire: bindir: bin cert_chain: [] date: 2014-02-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' description: A ruby gem that wrappers various schematron implementations so they can be easily used in ruby email: - office@agilefreaks.com executables: - saxon9he.jar extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - Gemfile - LICENSE - README.md - Rakefile - bin/saxon9he.jar - iso-schematron-xslt2/ExtractSchFromRNG-2.xsl - iso-schematron-xslt2/ExtractSchFromXSD-2.xsl - iso-schematron-xslt2/iso_abstract_expand.xsl - iso-schematron-xslt2/iso_dsdl_include.xsl - iso-schematron-xslt2/iso_schematron_message_xslt2.xsl - iso-schematron-xslt2/iso_schematron_skeleton_for_saxon.xsl - iso-schematron-xslt2/iso_svrl_for_xslt2.xsl - iso-schematron-xslt2/readme.txt - iso-schematron-xslt2/sch-messages-cs.xhtml - iso-schematron-xslt2/sch-messages-de.xhtml - iso-schematron-xslt2/sch-messages-en.xhtml - iso-schematron-xslt2/sch-messages-fr.xhtml - iso-schematron-xslt2/sch-messages-nl.xhtml - iso-schematron-xslt2/schematron-skeleton-api.htm - lib/schematron.rb - lib/schematron/utils.rb - lib/schematron/version.rb - lib/schematron/xslt2.rb - schematron_wrapper.gemspec - spec/lib/schematron/xslt2_spec.rb - spec/spec_helper.rb - spec/support/samples/compiled.xsl - spec/support/samples/initial.sch - spec/support/samples/target.xml - spec/support/samples/validation_result.xml homepage: https://github.com/Agilefreaks/schematron-wrapper licenses: - Mozilla Public License, version 2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Schematron XSLT 2.0 validator using Saxon9-HE test_files: - spec/lib/schematron/xslt2_spec.rb - spec/spec_helper.rb - spec/support/samples/compiled.xsl - spec/support/samples/initial.sch - spec/support/samples/target.xml - spec/support/samples/validation_result.xml