summaryrefslogtreecommitdiff
path: root/lib/rubygems/digest/md5.rb
blob: 2bc8f9c13818e8b1aa64d4318d8ac91861177233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++

require 'digest/md5'

# :stopdoc:
module Gem
  MD5 = Digest::MD5
end
# :startdoc: