- From: Gregg Kellogg <gregg@kellogg-assoc.com>
- Date: Tue, 3 Aug 2010 21:37:45 -0400
- To: "public-rdf-ruby@w3.org" <public-rdf-ruby@w3.org>
I pushed an update with some changes that have been in the repository for a while. Some change that have made it into RDF.rb 0.2.2 have been integrated and some reported bugs have been fixed (http://github.com/gkellogg/rdf-rdfxml/issues/closed#issue/1). === 0.2.2 * Fix bug creating datatyped literal where datatype is a string, not an RDF::URI * Added more XMLLiteral tests (fail, until full canonicalization working) * Added RDF_Reader and RDF_Writer behavior expectations * Use RDF::Writer#prefix and #prefixes implementation instead of internal version. * Added RDF::Reader#rewind and #close, which override default behavior as stream is closed on initialization and rewinding isn't required. * In console, load RDF.rb from parent directory, if it exists. * Dependencies on RDF 0.2.2 * Replace String#rdf_escape with RDF::NTriples.escape * Fixed bug in Writer where a qname was expected for sorting, but property has no qname * Handle XMLLiteral when value is a Nokogiri node set. * Ensure URIs are properly RDF Escaped (patch to RDF::NTriples::Writer#format_uri) Gregg
Received on Wednesday, 4 August 2010 01:38:59 UTC