# -*- encoding: utf-8 -*- # stub: schematron-wrapper 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "schematron-wrapper".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["AgileFreaks".freeze] s.date = "2014-02-20" s.description = "A ruby gem that wrappers various schematron implementations so they can be easily used in ruby".freeze s.email = ["office@agilefreaks.com".freeze] s.executables = ["saxon9he.jar".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/saxon9he.jar".freeze, "iso-schematron-xslt2/ExtractSchFromRNG-2.xsl".freeze, "iso-schematron-xslt2/ExtractSchFromXSD-2.xsl".freeze, "iso-schematron-xslt2/iso_abstract_expand.xsl".freeze, "iso-schematron-xslt2/iso_dsdl_include.xsl".freeze, "iso-schematron-xslt2/iso_schematron_message_xslt2.xsl".freeze, "iso-schematron-xslt2/iso_schematron_skeleton_for_saxon.xsl".freeze, "iso-schematron-xslt2/iso_svrl_for_xslt2.xsl".freeze, "iso-schematron-xslt2/readme.txt".freeze, "iso-schematron-xslt2/sch-messages-cs.xhtml".freeze, "iso-schematron-xslt2/sch-messages-de.xhtml".freeze, "iso-schematron-xslt2/sch-messages-en.xhtml".freeze, "iso-schematron-xslt2/sch-messages-fr.xhtml".freeze, "iso-schematron-xslt2/sch-messages-nl.xhtml".freeze, "iso-schematron-xslt2/schematron-skeleton-api.htm".freeze, "lib/schematron.rb".freeze, "lib/schematron/utils.rb".freeze, "lib/schematron/version.rb".freeze, "lib/schematron/xslt2.rb".freeze, "schematron_wrapper.gemspec".freeze, "spec/lib/schematron/xslt2_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/samples/compiled.xsl".freeze, "spec/support/samples/initial.sch".freeze, "spec/support/samples/target.xml".freeze, "spec/support/samples/validation_result.xml".freeze] s.homepage = "https://github.com/Agilefreaks/schematron-wrapper".freeze s.licenses = ["Mozilla Public License, version 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Schematron XSLT 2.0 validator using Saxon9-HE".freeze s.test_files = ["spec/lib/schematron/xslt2_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/samples/compiled.xsl".freeze, "spec/support/samples/initial.sch".freeze, "spec/support/samples/target.xml".freeze, "spec/support/samples/validation_result.xml".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) end