Digest::SHA2 NameError in (1.6.RC2 -- 1.9 mode) -----------------------------------------------
Key: JRUBY-5515 URL: http://jira.codehaus.org/browse/JRUBY-5515 Project: JRuby Issue Type: Bug Components: Ruby 1.9, Standard Library Affects Versions: JRuby 1.6RC2 Environment: jruby 1.6.0.RC2 (ruby 1.8.7 patchlevel 330) (2011-02-09 5434c72) (OpenJDK 64-Bit Server VM 1.6.0_20) [linux-amd64-java] Reporter: ~ Assignee: Thomas E Enebo Priority: Minor jruby -e "require('digest/sha2'); p Digest::SHA2" #=> Digest::SHA2 jruby --1.9 -e "require('digest/sha2'); p Digest::SHA2" #=> org/jruby/RubyDigest.java:140:in `const_missing': unitialized constant Digest::SHA2 (NameError) from -e:1:in `(root)' -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email