From bdc8e8d55a926264c144eb1fe09ad007f66fff86 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Thu, 29 Nov 2012 22:37:00 -0800 Subject: [PATCH] Yard updates. --- History.markdown | 10 +- README.markdown | 13 +-- VERSION | 2 +- example-files/core.html | 2 +- example-files/core.ttl | 2 +- lib/rdf/rdfa.rb | 2 +- lib/rdf/rdfa/expansion.rb | 2 +- lib/rdf/rdfa/reader.rb | 8 +- lib/rdf/rdfa/reader/nokogiri.rb | 6 +- lib/rdf/rdfa/reader/rexml.rb | 8 +- lib/rdf/rdfa/writer.rb | 180 +++++++++----------------------- 11 files changed, 75 insertions(+), 160 deletions(-) diff --git a/History.markdown b/History.markdown index 62d27994..028ec15d 100644 --- a/History.markdown +++ b/History.markdown @@ -15,7 +15,7 @@ ### 0.3.11 * Up to date with RDFa Proposed Recomendation versions of specs. -* Fix problems with @resource=[] or @about=[], which should be ignored and use the next most appropriate attribute. +* Fix problems with @resource=\[\] or @about=\[\], which should be ignored and use the next most appropriate attribute. * Remove support for @data, which was previously a synonym for @src in HTML5. * More robust detection of XHTML1 if version is rdfa1.0 * Support change to remove @rel/@rev elements that aren't CURIES or IRIs when in the presense of @property @@ -49,8 +49,8 @@ * Don't default xhtml1 and rdfa1.1 in parser; depend on host_detect. * Use separate context documents for XML, XHTML and HTML. * Remove Facet gem, which was causing problems with Active Record. - * Added full support for HTML5