Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push needed to Ruby Gem #57

Open
reiterate-app opened this issue Sep 18, 2023 · 2 comments
Open

Push needed to Ruby Gem #57

reiterate-app opened this issue Sep 18, 2023 · 2 comments

Comments

@reiterate-app
Copy link

The current version of this package on rubygems.org is dated January 2019. It's missing many features that are here in this repo, most noticeably support for the http gem 4.4+. Can you push an update to rubygems?

@chipotle
Copy link

chipotle commented Feb 2, 2024

This would really be useful to anyone using this library. I had a very frustrating morning trying to figure out what was broken in my code until I realize it was not, in fact, my code that's broken, but your code. The published version of mastodon-api literally does not function anymore due to its dependency on the obsolete version of the http gem.

@asm
Copy link

asm commented Apr 18, 2024

FWIW, you can work around this issue by adding the following to your Gemfile:

gem 'mastodon-api', require: 'mastodon', git: 'https://github.com/mastodon/mastodon-api'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants