schematron.gemspec in schematron-0.0.2 vs schematron.gemspec in schematron-0.0.3

- old
+ new

@@ -1,15 +1,15 @@ Gem::Specification.new do |spec| spec.name = "schematron" - spec.version = '0.0.2' + spec.version = '0.0.3' 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.executables << 'stron' spec.files = ["Rakefile", "schematron.gemspec", "README", "LICENSE.txt", "bin/stron", "lib/schematron.rb", "iso_impl/iso_abstract_expand.xsl", @@ -30,8 +30,9 @@ "spec/schema", "spec/schema/fda_sip.sch", "spec/schema/pim.sch", "spec/schema_spec.rb", "spec/spec_helper.rb"] - - spec.has_rdoc = true + + spec.add_dependency 'libxml-ruby', '>= 1.1.3' + spec.add_dependency 'libxslt-ruby', '>= 0.9.1' end