Skip to content

Commit

Permalink
changed req
Browse files Browse the repository at this point in the history
  • Loading branch information
flazz committed Jan 28, 2010
1 parent a3b6e98 commit cb344a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schematron.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "schematron"
spec.version = '0.1.1'
spec.version = '0.1.2'
spec.summary = "ISO Schematron Validation"
spec.email = "[email protected]"
spec.homepage = 'http://github.com/flazz/schematron'
Expand Down Expand Up @@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
"spec/schema_spec.rb",
"spec/spec_helper.rb"]

spec.add_dependency 'libxml-ruby', '>= 1.1.3'
spec.add_dependency 'libxml-ruby', '~> 1.1.2'
spec.add_dependency 'libxslt-ruby', '>= 0.9.1'
end

0 comments on commit cb344a4

Please sign in to comment.