ActiveTriples / linked-data-fragments

Basic linked data fragments endpoint.
Creative Commons Zero v1.0 Universal
15 stars 0 forks source link

Update dependencies to allow RDF.rb 2.0 support #35

Open no-reply opened 7 years ago

scande3 commented 7 years ago

The automatic build fails due to the dependency of RDF::Blazegraph. How much effort would it be to update that code to using RDF.rb 2.0?

no-reply commented 7 years ago

The rdf-blazegraph update is partially complete, since: https://github.com/ruby-rdf/rdf-blazegraph/pull/4. The main question is when it will be appropriate to release, since there has never been (and probably will never be, at this point), a version that passes the specs.

There's also an apparent bundler issue; This should simply resolve to RDF 1.99.x (it does this without issue locally). I'm happy for this to sit until we can resolve the BG issue.

elrayle commented 7 years ago

Ok, I need to revoke my Approved review. The changes look fine, but then I noticed the tests are failing.