You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this @kraft001.
I have switched mine over to your fork as I was running ruby 3.2.1 and
getting an error something to do with dry-monads Transform / Transformer ... (should have copied it down) or something to that effect.
Once I forked...
I had the error uninitialized constant ApiStruct (NameError) thrown
which was resolved by simply adding require 'api_struct' to the top of my initializer.
Hopefully this helps someone else so thought I should share the experience.
Hi, RubyGarage team!
Many thanks for the amazing gem!
However, it hasn't been updated for quite a long time, so we had to fork and upgrade it to make compatible with new ruby versions:
https://github.com/uploadcare/uploadcare-api_struct
https://rubygems.org/gems/uploadcare-api_struct
Please, let me know if you decide to revive this gem and I'll prepare a PR to copy changes from the fork.
Thanks!
The text was updated successfully, but these errors were encountered: