Just pushed out some more updates to Booko:
- Moved Booko’s gem dependencies into environment.rb. Should have done this ages ago. (Read about it here)
 - Started moving from Hpricot to Nokogiri. Hpricot was awesome, but it’s been choking on some websites and crashing the price grabbers.
 - Started moving from timeout.rb to SystemTimer because I would like my timeouts to, you know, timeout. Sheesh.
 - Updated the memcache-client to use SystemTimer for the same reason.
 - Added more testing