Sha256: 5d4504bf6ee3dd3004ee55b52c86f1b26ba77b962eefb3ef7c75c235bdaee3a5
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
redlander (0.5.0) * Model#query for queries in SPARQL (and other supported languages) * model.statements.size is obsolete, use model.size or model.statements.count * model.statements.delete_all accepts a pattern to delete only matching statements * added "model.statements.exist?" checker, with a pattern * bugfixes redlander (0.4.0) * deprecated Parser, Serializer, Storage, Stream and related classes and modules * moved parsing and serialization methods to Model instance * renamed parsing/serialization option :name to :format * Redlander::Uri now explicitly belongs to private (internal) API * ModelProxy (model.statements) is now Enumerable, with all benefits thereof * Statement no longer has "valid?" method and "errors" container * blank Nodes can be created with a given ID (:blank_id option) * public methods for handling transactions * URI is preferred over Redlander::Uri as method arguments or output, e.g., Node#datatype, Node#uri and others return an instance of URI * updated gem dependencies * updated README and YARD documentation * added LICENSE (MIT) redlander (0.3.6) ... the dark ages ...
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redlander-0.5.0 | ChangeLog |