ruby-ipfs-http-client icon indicating copy to clipboard operation
ruby-ipfs-http-client copied to clipboard

A client library for the IPFS HTTP API, implemented in Ruby.

Results 4 ruby-ipfs-http-client issues
Sort by recently updated
recently updated
newest added

Bumps [yard](https://github.com/lsegal/yard) from 0.9.20 to 0.9.36. Release notes Sourced from yard's releases. Release v0.9.36 Further XSS fixes for generated frameset pages (#1538) Improve tests for Ruby 3.3 compatibility (#1519, #1531)...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

This library depends on `http` gem. So it's dependency move to gemspec from Gemfile.

When a new file is instanciated from a multihash, then added, a check is missing. We need to ensure the path is present before requesting Ipfs. The check must be...

enhancement