v0.0.7 - finally a release, not the final release
This release contains the contents of master
branch from the last year or so, tagged as a release in git and on rubygems.
You can finally update your Gemfile
from:
gem 'omniauth-uaa-oauth2', git: 'https://github.com/cloudfoundry/omniauth-uaa-oauth2'
To
gem 'omniauth-uaa-oauth2'
And run:
bundle update
See #17 for more information