Skip to content

Commit

Permalink
Replace Bundler instruction with gem-install instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Aug 1, 2013
1 parent 694ca4a commit 9f691f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{<img src="https://secure.travis-ci.org/songkick/oauth2-provider.png?branch=master" alt="Build Status" />}[http://travis-ci.org/songkick/oauth2-provider]
{<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/songkick/oauth2-provider]

gem 'songkick-oauth2-provider'

This gem provides a toolkit for adding OAuth2 provider capabilities to a Ruby
web app. It handles most of the protocol for you: it is designed to provide
a sufficient level of abstraction that it can implement updates to the protocol
Expand All @@ -19,6 +17,11 @@ framework-specific request objects, though you can pass those in and their
It stores the clients and authorizations using ActiveRecord.


=== Installation

gem install songkick-oauth2-provider


=== A note on versioning

This library is based on draft-10[http://tools.ietf.org/html/draft-ietf-oauth-v2-10],
Expand Down

0 comments on commit 9f691f2

Please sign in to comment.