oauth-plugin
oauth-plugin copied to clipboard
This plugin requires the portablecontacts gem
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.
Furthermore, portablecontacts gem is broken in rails 3 because of the deprecated 'require activesupport' line, which means this gem is as well.
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.