ruby-rdf / rdf-turtle

Turtle reader/writer for Ruby
http://rubygems.org/gems/rdf-turtle
The Unlicense
31 stars 9 forks source link

each_statement as enumerator #7

Closed djstrong closed 10 years ago

djstrong commented 10 years ago

enum = reader.each_statement is not working. It is not implemented.

gkellogg commented 10 years ago

It was actually not implemented properly in many of the reader gems. I ended up reworking the generic rdf-spec reader tests and updated all readers as necessary for the new specs and to fix the behavior of #each_statement and #each_triple.

gkellogg commented 10 years ago

Released as 1.1.3.1