No description
Find a file
2025-07-22 08:53:29 -07:00
.github/workflows Update for 2023 2023-08-16 14:51:14 -07:00
bin Update for 2023 2023-08-16 14:51:14 -07:00
lib Update version to 0.3.1 2025-06-08 12:14:50 -07:00
spec Update for 2023 2023-08-16 14:51:14 -07:00
.gitignore Update for 2023 2023-08-16 14:51:14 -07:00
.rspec Fail slow 2014-03-24 10:54:15 +01:00
.rubocop.yml Fix warnings in Ruby 3.4 2025-06-08 10:30:40 -07:00
.travis.yml Update simplecov dependency to >= 0.9 2014-08-21 21:02:41 +02:00
.yardopts Convert LICENSE to Markdown [ci skip] 2013-02-09 08:07:22 -08:00
CHANGELOG.md Update for 2023 2023-08-16 14:51:14 -07:00
CONTRIBUTING.md Move "Contributing" section into dedicated document for better GitHub integration 2012-10-07 12:08:19 -07:00
Gemfile Update for 2023 2023-08-16 14:51:14 -07:00
LICENSE.md Update for 2023 2023-08-16 14:51:14 -07:00
Rakefile Update for 2023 2023-08-16 14:51:14 -07:00
README.md Update for 2023 2023-08-16 14:51:14 -07:00
simple_oauth.gemspec Fix warnings in Ruby 3.4 2025-06-08 10:30:40 -07:00

simple_oauth

Simply builds and verifies OAuth headers

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add simple_oauth

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install simple_oauth

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/laserlemon/simple_oauth.

This project conforms to Standard Ruby. Patches that dont maintain that standard will not be accepted.

License

The gem is available as open source under the terms of the MIT License.