songkick / oauth2-provider

Simple OAuth 2.0 provider toolkit
MIT License
529 stars 148 forks source link

Fix post-install message when installing development dependencies. #22

Closed attilagyorffy closed 12 years ago

attilagyorffy commented 12 years ago

The gem specification file references sqlite3-ruby. The gem has been renamed to sqlite3. The gem still installs but it's not quite clear for how long they are going to provide the library under the old gem name. (Rails is also referencing sqlite3 rather than sqlite3-ruby.

This commit updates the development dependency and gets rid of the post-install message:

'Hello! The sqlite3-ruby gem has changed it's name to just sqlite3. Rather than installing sqlite3-ruby, you should install sqlite3. Please update your dependencies accordingly'.