README.md in devise_oam-0.0.5 vs README.md in devise_oam-0.0.6
- old
+ new
@@ -1,16 +1,16 @@
-# DeviseOam [![Build Status](https://secure.travis-ci.org/whatthewhat/devise_oam.png)](http://travis-ci.org/whatthewhat/devise_oam)
+# DeviseOam [![Build Status](https://secure.travis-ci.org/whatthewhat/devise_oam.png)](http://travis-ci.org/whatthewhat/devise_oam) [![Gem Version](https://badge.fury.io/rb/devise_oam.png)](http://badge.fury.io/rb/devise_oam)
OAM authentication strategy for devise.
This Rails engine adds header based authentication strategy to [devise](https://github.com/plataformatec/devise) for
integration with Oracle Access Manager.
## Installation
In **Rails 3**, add this to your Gemfile and run the `bundle` command.
- gem "devise_oam", "~> 0.0.5"
+ gem "devise_oam", "~> 0.0.6"
## Usage
1) Add the `HeaderAuthenticatable` strategy in devise initializer `config/initializers/devise.rb`:
```ruby
@@ -89,6 +89,6 @@
* [Devise](https://github.com/plataformatec/devise)
* [Warden authentication strategies](https://github.com/hassox/warden/wiki/Strategies)
## License
-This project uses MIT-LICENSE.
\ No newline at end of file
+This project uses MIT-LICENSE.