rDHCPd

A very light dhcp server written purely in ruby.
rdhcpd.rb

The configuration section within the source is pretty straightforward, you can specify which interface
to listen on and also bind MAC addresses to static IP addresses.
It requires no additional gems or libraries but has only yet been tested in win32 enviorments.