ruby-rdf / rdf-rdfxml

Ruby RDF/XML reader/writer for RDF.rb.
http://rubygems.org/gems/rdf-rdfxml
The Unlicense
17 stars 7 forks source link

Dependency on Nokogiri #29

Closed abrisse closed 9 years ago

abrisse commented 10 years ago

RDF::RDFXML::WriterWriter requires explicitly nokogiri (Link) but the dependency with nokogiri is made via equivalent-xml is just a development requirement, not a run-time one.

gkellogg commented 9 years ago

That require of nokogiri looks like it should have been removed. This version uses Haml, which doesn't depeend on Nokogiri. Funny the Travis CI didn't catch this.

Equivalent xml would only be used as part of specs, but that should fail back to REXML.

abrisse commented 9 years ago

Travis CI didn't catch it because it is explicitly required in the Gemfile but not in the .gemspec, hence this issue.