schematron.gemspec in schematron-0.1.0 vs schematron.gemspec in schematron-0.1.1

- old
+ new

@@ -1,16 +1,16 @@ Gem::Specification.new do |spec| spec.name = "schematron" - spec.version = '0.1.0' + spec.version = '0.1.1' spec.summary = "ISO Schematron Validation" spec.email = "flazzarino@gmail.com" - spec.homepage = 'http://github.com/flazz/iso-schematron' + spec.homepage = 'http://github.com/flazz/schematron' spec.authors = ["Francesco Lazzarino"] - spec.rubyforge_project = 'schematron' + #spec.rubyforge_project = 'schematron' spec.executables << 'stron' - spec.files = ["Rakefile", "schematron.gemspec", "README", "LICENSE.txt", + spec.files = ["Rakefile", "schematron.gemspec", "README.md", "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",