Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Add support implementation list
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Nov 4, 2011
1 parent d51b7b8 commit 58cc475
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,28 @@ library:
request.challenge_password? # => false
request.subject_alternative_names # => ['example.com', 'www.example.com']

## Supported Ruby Implementations

This OpenSSL extension library currently supports (and is continuously tested
against) the following Ruby implementations:

* [MRI 1.8.7][mri]
* [MRI 1.9.2][mri]
* [MRI 1.9.3][mri]
* [Ruby Enterprise Edition][ree]
* [Rubinius][rubinius]

The following implementations are known to be incompatible:

* [JRuby][jruby]

## License

Released under the MIT License. See the LICENSE file for further details.

[ci]: http://travis-ci.org/nbibler/openssl-extensions
[ci-image]: https://secure.travis-ci.org/nbibler/openssl-extensions.png
[mri]: http://www.ruby-lang.org/
[ree]: http://www.rubyenterpriseedition.com/
[rubinius]: http://rubini.us/
[jruby]: http://jruby.org/

0 comments on commit 58cc475

Please sign in to comment.