hellosign / hellosign-ruby-sdk

A Ruby SDK for HelloSign's API
MIT License
52 stars 61 forks source link

Faraday::Error (:multipart is not registered on Faraday::Request) #126

Open checkmte opened 2 years ago

checkmte commented 2 years ago

Faraday version is not specified in the gem, so it installs the latest (2.2.0 at today) which doesn't seem compatible.

irb(main):001:0> HelloSign.get_account
Traceback (most recent call last):
        1: from (irb):1
Faraday::Error (:multipart is not registered on Faraday::Request)

Versions:

aub commented 2 years ago

I'm pretty sure this project is abandoned. I have a fork over here that fixes the faraday issue, if you want.

aub commented 2 years ago

Actually I just made a whole new gem over here. The code is exactly the same as this one except that it includes my two PRs from this repo.

blgastesi commented 2 years ago

Thanks mate, I'll try it out 🙌🏼