kcburge / omniauth-fellowshipone

OmniAuth strategy for Fellowship One

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not published to RubyGems.org?

jstayton opened this issue · comments

Hey Kevin,

Thanks for your work on this gem!

Simply adding gem 'omniauth-fellowshipone' to my Gemfile doesn't seem to work. I get this errror:

$ bundle
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Could not find gem 'omniauth-fellowshipone (>= 0) ruby' in the gems available on this machine.

I have to use: gem 'omniauth-fellowshipone', :github => 'kcburge/omniauth-fellowshipone'

Can you publish it to RubyGems.org? Thanks!

Hi Justin,

I have not had time to work on this gem in a long time (though I believe
it's standalone and stable), and I've never published a gem to rubygems
before. I'll try to publish it soon.

Thanks,
Kevin

On Wed, Jun 5, 2013 at 10:10 AM, Justin Stayton notifications@github.comwrote:

Hey Kevin,

Thanks for your work on this gem!

Simply adding gem 'omniauth-fellowshipone' to my Gemfile doesn't seem to
work. I get this errror:

$ bundle
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Could not find gem 'omniauth-fellowshipone (>= 0) ruby' in the gems available on this machine.

I have to use: gem 'omniauth-fellowshipone', :github =>
'kcburge/omniauth-fellowshipone'

Can you publish it to RubyGems.org? Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

Thanks, Kevin! (And I agree, it does appear to be stable in my usage so far.)