Skip to content

Commit

Permalink
Fix JRUBY-5515: Digest::SHA2 NameError in (1.6.RC2 -- 1.9 mode)
Browse files Browse the repository at this point in the history
* Move 1.9 sha2.rb to proper digest/sha2.rb location.
  • Loading branch information
headius committed Feb 17, 2011
1 parent 15832d3 commit e57aea1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tool/globals_1_9_2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
'ext/nkf/lib/kconv.rb' => 'kconv.rb',
'ext/digest/lib/digest' => 'digest',
'ext/digest/lib/digest.rb' => 'digest.rb',
'ext/digest/sha2/lib/sha2.rb' => 'sha2.rb',
'ext/digest/sha2/lib/sha2.rb' => 'digest/sha2.rb',
'ext/dl/win32/lib/win32' => 'win32',
'ext/psych/lib/psych.rb' => 'psych.rb',
'ext/psych/lib/psych' => 'psych',
Expand Down

0 comments on commit e57aea1

Please sign in to comment.