README.markdown in mbleigh-twitter-auth-0.1.3 vs README.markdown in mbleigh-twitter-auth-0.1.5
- old
+ new
@@ -4,14 +4,12 @@
TwitterAuth aims to provide a complete authentication and API access solution for creating Twitter applications in Rails. It provides a generator and all of the necessary components to use Twitter as the sole authentication provider for an application using either Twitter's OAuth or HTTP Basic authentication strategies.
Installation
============
-**NOTE:** The GemPlugin version of TwitterAuth is currently broken...Rails isn't picking up namespaced models in the Engines. I'm working on a fix, but please use the plugin version until then.
-
You can include TwitterAuth as a gem in your project like so:
- config.gem 'mbleigh-twitter-auth', :source => 'http://gems.github.com'
+ config.gem 'twitter-auth', :lib => 'twitter_auth'
Or you can install it as a traditional Rails plugin:
script/plugin install git://github.com/mbleigh/twitter-auth.git