Sha256: 2a1e15cefb98f75204dc2ef20e8f7baaa120ea589f9be84a97926a5554b3f218

Contents?: true

Size: 1.41 KB

Versions: 3

Compression:

Stored size: 1.41 KB

Contents

=== 0.2.3
* In Writer, set @base_uri not @base, as :base_uri is an attribute.
* Relativize URLs without matching as regexp.
* Allow mixed case literal languages.
* Improve N3 Unicode support for Ruby 1.9
* Improve Turtle/N3 Writer to use unescaped and qname'd values

=== 0.2.2
* Ruby 1.9.2 compatibility
* Added script/tc to run test cases
* Fixed RDF.to_s != RDF.to_uri.to_s in writer, it worke for every other vocabulary
* Handle XMLLiteral when value is a Nokogiri node set.
* Simplify process_uri by not having a special case for ^# type URIs.
* Unescape values when creating URIs.
* URI normalization isn't required for N3, so removed.
* Added Reader#rewind and #close as stubs because document is parsed on initialize and input is closed.

=== 0.2.1
* Compatible with RDF.rb 0.2.1

=== 0.0.3
* Replace require against rdf/rdfxml/patches/* with rdf/n3/patches/*

=== 0.0.2
* N3 parsing and Turtle serialization substantially complete.
  * A little more work needed on some tests and some lingering issues in RDF.rb to be resolved.
* Added script/console and script/parse
* Updates to reader to bring it in line with other readers. Implement uri() and ns() as helper functions for constructing URIs.
* Literal_normalization to override RDF::Literal.initialize and create Literal#valid?
* rdf_escape Literals when serializing via to_s
* Remove trailing "#" from URIs when normalizing.

=== 0.0.1
* First port from RdfContext version 0.5.4

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rdf-n3-0.2.3.2 History.txt
rdf-n3-0.2.3.1 History.txt
rdf-n3-0.2.3 History.txt