mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +00:00
Add section on Supported Rubies
This commit is contained in:
parent
373d819ca1
commit
06225833d7
2 changed files with 27 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.6
|
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.1
|
- 1.9.1
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- jruby
|
- jruby
|
||||||
- rbx-2.0
|
|
||||||
- ree
|
- ree
|
||||||
|
- ruby-head
|
||||||
|
|
|
||||||
26
README.md
26
README.md
|
|
@ -18,6 +18,32 @@ Submitting a Pull Request
|
||||||
8. Commit and push your changes.
|
8. Commit and push your changes.
|
||||||
9. 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.)
|
9. 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.)
|
||||||
|
|
||||||
|
Supported Rubies
|
||||||
|
----------------
|
||||||
|
This library aims to support and is [tested
|
||||||
|
against](http://travis-ci.org/laserlemon/simple_oauth) the following Ruby
|
||||||
|
implementations:
|
||||||
|
|
||||||
|
* Ruby 1.8.7
|
||||||
|
* Ruby 1.9.1
|
||||||
|
* Ruby 1.9.2
|
||||||
|
* Ruby Enterprise Edition 1.8.7
|
||||||
|
* JRuby 1.6
|
||||||
|
|
||||||
|
If something doesn't work on one of these interpreters, it should be considered
|
||||||
|
a bug.
|
||||||
|
|
||||||
|
This library may inadvertently work (or seem to work) on other Ruby
|
||||||
|
implementations, however support will only be provided for the versions listed
|
||||||
|
above.
|
||||||
|
|
||||||
|
If you would like this library to support another Ruby version, you may
|
||||||
|
volunteer to be a maintainer. Being a maintainer entails making sure all tests
|
||||||
|
run and pass on that implementation. When something breaks on your
|
||||||
|
implementation, you will be personally responsible for providing patches in a
|
||||||
|
timely fashion. If critical issues for a particular implementation exist at the
|
||||||
|
time of a major release, support for that Ruby version may be dropped.
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
---------
|
---------
|
||||||
Copyright (c) 2010 Steve Richert, Erik Michaels-Ober.
|
Copyright (c) 2010 Steve Richert, Erik Michaels-Ober.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue