masterkain / omniauth-twitchtv

Twitch.TV OAuth2 Strategy for OmniAuth
https://audiobox.fm
8 stars 6 forks source link

uninitialized constant OmniAuth::Strategies::Twitchtv::HTTPClient #2

Closed lserman closed 10 years ago

lserman commented 11 years ago

I see httpclient is a dependency, but I'm still getting this error on 0.2.2.

What happened to this project? The code from the version of RubyGems does not correspond with the code in this repo - it looks like this repo was never updated after the initial commit?

Do you plan on pushing the most recent version to GitHub, so people like myself can fork and make patches to this gem?

masterkain commented 11 years ago

mm, this gem was never published, I guess @joeljackson did that using a fork: http://rubygems.org/gems/omniauth-twitchtv

my bad for not publishing the gem up until now. @joeljackson what can we do about this?

masterkain commented 11 years ago

In the meantime you can try gem 'omniauth-twitchtv', github: 'masterkain/omniauth-twitchtv'

I'm going through a rework of this soon enough.

lserman commented 11 years ago

Ah I see. The master branch was not working for me either (although I forget why at this point... =/). I ended up making my own hacky library to get it working... let me know when you complete the rework.

masterkain commented 10 years ago

should be done