mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
No description
| lib | ||
| test | ||
| .gemtest | ||
| .gitignore | ||
| .yardopts | ||
| Gemfile | ||
| init.rb | ||
| LICENSE.md | ||
| Rakefile | ||
| README.md | ||
| simple_oauth.gemspec | ||
| VERSION | ||
simple_oauth
Simply builds and verifies OAuth headers
Submitting a Pull Request
- Fork the project.
- Create a topic branch.
- Implement your feature or bug fix.
- Add documentation for your feature or bug fix.
- Run bundle exec rake doc:yard. If your changes are not 100% documented, go back to step 4.
- Add tests for your feature or bug fix.
- Run bundle exec rake test. If your changes are not 100% covered, go back to step 6.
- Commit and push your changes.
- Submit a pull request. Please do not include changes to the gemspec or version file. (If you want to create your own version for some reason, please do so in a separate commit.)
Copyright
Copyright (c) 2010 Steve Richert. See LICENSE for details.