1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabble

support out of the base class and have a separate module named
  digest/bubblebabble.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2006-10-13 11:46:03 +00:00
parent b9dea008c7
commit 2125aafc27
4 changed files with 145 additions and 76 deletions

View file

@ -0,0 +1,3 @@
require 'mkmf'
create_makefile('digest/bubblebabble')