An open API service indexing awesome lists of open source software.

https://github.com/davyjoneslocker/ruby-easy_auth-google


https://github.com/davyjoneslocker/ruby-easy_auth-google

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# EasyAuth-Google #

[![Build Status](https://secure.travis-ci.org/dockyard/easy_auth-google.png?branch=master)](http://travis-ci.org/dockyard/easy_auth-google)
[![Dependency Status](https://gemnasium.com/dockyard/easy_auth-google.png?travis)](https://gemnasium.com/dockyard/easy_auth-google)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/google/dockyard/easy_auth-google)

Dead simple drop in authentication for Rails

## Installation ##

In your Gemfile add the following:

```ruby
gem 'easy_auth-google'
```

Then follow the general installation instructions for
[EasyAuth](https://github.com/dockyard/easy_auth#installation)

## Authors ##

[Brian Cardarella](http://twitter.com/bcardarella)

## Versioning ##

This gem follows [Semantic Versioning](http://semver.org)

## Want to help? ##

Stable branches are created based upon each minor version. Please make
pull requests to specific branches rather than master.

Please make sure you include tests!

Unles Rails drops support for Ruby 1.8.7 we will continue to use the
hash-rocket syntax. Please respect this.

Don't use tabs to indent, two spaces are the standard.

## Legal ##

[DockYard](http://dockyard.com), LLC © 2012

[@dockyard](http://twitter.com/dockyard)

[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)