mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/digest/sha2/lib/sha2.rb: revert r28347. It's my mistake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c07c5e1e9f
commit
6fefc895ca
2 changed files with 5 additions and 5 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Thu Jun 17 18:22:00 2010 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* ext/digest/sha2/lib/sha2.rb: revert r28347. It's my mistake.
|
||||
|
||||
Thu Jun 17 17:32:00 2010 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* ext/digest/sha2/lib/sha2.rb: Darwin uses ".bundle", but not ".so",
|
||||
|
|
|
|||
|
|
@ -10,11 +10,7 @@
|
|||
# $Id$
|
||||
|
||||
require 'digest'
|
||||
begin
|
||||
require 'digest/sha2.so'
|
||||
rescue LoadError
|
||||
require 'digest/sha2.bundle'
|
||||
end
|
||||
require 'digest/sha2.so'
|
||||
|
||||
module Digest
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue