ldp icon indicating copy to clipboard operation
ldp copied to clipboard

Linked Data Platform.rb client

Results 22 ldp issues
Sort by recently updated
recently updated
newest added

Part of https://github.com/samvera/maintenance/issues/159 Part of https://github.com/samvera/maintenance/issues/160

These proposed changes ensure that the usage of `fcrepo4` as an LDP server do not break the existing test suite (this is necessary for advancing https://github.com/samvera/active_fedora/issues/1470)

`RDf` instead of `RDF` https://github.com/samvera/ldp/blob/b923ba225c9e4c6e1153b50de79fbff7007f7821/lib/ldp/response.rb#L179

This fixes warning messages like the following: ``` /usr/local/bundle/gems/ldp-1.0.3/lib/ldp/response.rb:196: warning: URI.unescape is obsolete ``` Similar to #132, but this fix doesn't add a new dependency on the `addressable` gem.

Derived from samvera/maintenance#77

This is derived from https://github.com/samvera/maintenance/issues/119, and follows the guide in https://guides.rubygems.org/mfa-requirement-opt-in/

* Update arguments to .query to use the hash form for RDF.rb compatibility. * Use RDF::URI.decode, as URI.decode is deprected. * Explicitly require 'webrick' and 'rdf/vocab'. * Require unmerged change...

Currently, attempting to pin the Gem dependencies which can be used to narrow the support for Ruby 2.5.z requires quite a number of deprecated releases be used as strict dependencies:...

I found this to be the case given the results of the code coverage analysis found for https://app.circleci.com/pipelines/github/samvera/ldp/74/workflows/2e4b1ded-40ce-4117-bfbe-454fd0d93c4e/jobs/670/steps: ```bash Finished in 0.81456 seconds (files took 2.91 seconds to load) 109...

### Descriptive summary This repository’s default branch has already been renamed using GitHub’s renaming tool. Links that reference the old branch name are automatically forwarded to the new default branch....