jruby / jruby-openssl
- Source
- Commits
- Network (8)
- Issues (1)
- Downloads (9)
- Wiki (1)
- Graphs
-
Tag:
jruby-openssl-0.5
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
License.txt | Fri Dec 14 00:00:30 -0800 2007 | |
| |
README.txt | Mon Mar 17 14:23:07 -0700 2008 | |
| |
Rakefile | Tue May 05 11:10:59 -0700 2009 | |
| |
build.properties.SAMPLE | Fri Dec 14 00:45:53 -0800 2007 | |
| |
build.xml | Mon Feb 11 05:23:36 -0800 2008 | |
| |
lib/ | ||
| |
mocha/ | Mon Jul 21 11:41:43 -0700 2008 | |
| |
nbproject/ | Wed Feb 18 12:37:31 -0800 2009 | |
| |
src/ | ||
| |
test/ |
README.txt
= JRuby-OpenSSL * http://jruby-extras.rubyforge.org/jruby-openssl == DESCRIPTION: JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. JRuby offers *just enough* compatibility for most Ruby applications that use OpenSSL. Libraries that appear to work fine: Rails, Net::HTTPS Notable libraries that do *not* yet work include: Net::SSH, Net::SFTP, etc. Please report bugs and incompatibilities (preferably with testcases) to either the JRuby mailing list [1] or the JRuby bug tracker [2]. [1]: http://xircles.codehaus.org/projects/jruby/lists [2]: http://jira.codehaus.org/browse/JRUBY

