2.0 Beta Release
Pre-release
Pre-release
Updates for RDF.rb 2.0 Beta
- Handle
Enumerablevalues onRepository#delete- A test for
RDF::Enumerableinputs was added by ruby-rdf/rdf-spec#39. This adds conformance, and allowsSPARQL::Client::Repositoryto use the newMutable#delete_insertinterface. It does not yet implement an efficient SPARQL#delete_insert.
- A test for
- It may be possible to refactor
#delete_statementsin response to these changes, to remove the code smells called out in the comment in that method. - Change calling sequence to Repository to use
urinamed parameter instead of fixedendpointparameter. - Change pattern of uri named parameter for backwards compatibility with earlier versions of Ruby 2.x