OAuth2Me is a ruby client for the oauth2.me service.
Add this line to your application's Gemfile:
gem 'oauth2-me', github: 'jetthoughts/oauth2-me-ruby'
And then execute:
$ bundle
The work is still in progress.
- Fork it ( https://github.com/jetthoughts/oauth2-me-ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request