README in rdf-microdata-0.3.0 vs README in rdf-microdata-1.0.0
- old
+ new
@@ -32,11 +32,11 @@
GRDDL-type triple generation, such as for html>head>title anchor tags.
If the `RDFa` parser is available, {RDF::Microdata::Format} will not assert content type `text/html` or file extension `.html`, as this is also asserted by RDFa. Instead, the RDFa reader will invoke the microdata reader if an `@itemscope` attribute is detected.
## Dependencies
-* [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.3.4)
-* [RDF::XSD](http://rubygems.org/gems/rdf-xsd) (>= 0.3.4)
+* [RDF.rb](http://rubygems.org/gems/rdf) (>= 1.0)
+* [RDF::XSD](http://rubygems.org/gems/rdf-xsd) (>= 1.0)
* [HTMLEntities](https://rubygems.org/gems/htmlentities) ('>= 4.3.0')
* Soft dependency on [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.5.0)
## Documentation
Full documentation available on [Rubydoc.info][Microdata doc]