Sha256: 697af04d2ed6accbffbf9c1986adf85fb7c9401f1c6301abf1045f910898f7ee

Contents?: true

Size: 727 Bytes

Versions: 1

Compression:

Stored size: 727 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name = "schematron-nokogiri"
  spec.description = "Using this gem you can validate an XML document using a ISO Schematron validation file"
  spec.version = "0.0.3"
  spec.summary = "ISO Schematron Validation using Nokogiri"
  spec.email = "alexxed@gmail.com"
  spec.homepage = 'https://github.com/alexxed/schematron'
  spec.authors = ["Francesco Lazzarino", "Alexandru Szasz"]
  spec.executables << 'stron-nokogiri'
  spec.licenses = ["MIT"]

  spec.files = ["schematron-nokogiri.gemspec", "README.md", "LICENSE.txt", '.semver']
  spec.files += Dir['lib/*.rb']
  spec.files += Dir['spec/**/*']
  spec.files += Dir['iso-schematron-xslt1/*']
  spec.add_dependency 'nokogiri', '~> 1.6'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schematron-nokogiri-0.0.3 schematron-nokogiri.gemspec