ruby-ipfs-http-client
ruby-ipfs-http-client copied to clipboard
A client library for the IPFS HTTP API, implemented in Ruby.
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)...
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...
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...