schematron.gemspec in schematron-0.0.0 vs schematron.gemspec in schematron-0.0.1
- old
+ new
@@ -1,12 +1,14 @@
Gem::Specification.new do |spec|
spec.name = "schematron"
- spec.version = '0.0.0'
- spec.summary = "ISO Schematron Validation in ruby"
+ spec.version = '0.0.1'
+ spec.summary = "ISO Schematron Validation"
spec.email = "flazzarino@gmail.com"
spec.homepage = 'http://github.com/flazz/iso-schematron'
- rubyforge_project = "schematron"
spec.authors = ["Francesco Lazzarino"]
+
spec.files = ["Rakefile", "schematron.gemspec",
- "bin/validate", "lib/schematron.rb"]
+ "bin/validate",
+ "bin/validate-sh"]
+
spec.has_rdoc = true
end