oauth-plugin icon indicating copy to clipboard operation
oauth-plugin copied to clipboard

This plugin requires the portablecontacts gem

Open mfichman opened this issue 15 years ago • 2 comments

Why does this require the portablecontacts gem? Shouldn't it be the other way around? In any case, I didn't want to include the portablecontacts gem in my application, but I'm forced to unless I fork this project.

mfichman avatar Dec 21 '10 13:12 mfichman

Furthermore, portablecontacts gem is broken in rails 3 because of the deprecated 'require activesupport' line, which means this gem is as well.

ryu2 avatar Dec 25 '10 22:12 ryu2

To solve this issue I have added these lines to Gemfile:

gem "portablecontacts", :git => "git://github.com/abhishiv/portablecontacts.git" gem "oauth-plugin", ">=0.4.0.pre1"

abhishiv has forked portablecontacts and fixed activesupport issue.

edvinasbartkus avatar Feb 02 '11 15:02 edvinasbartkus