lib/fastcache/memcache.rb in binary42-fastcache-0.1 vs lib/fastcache/memcache.rb in binary42-fastcache-0.2

- old
+ new

@@ -1,8 +1,7 @@ module FastCache; end -module FastCache::Memcache - class ProtocolError < RuntimeError; end -end +module FastCache::Memcache; end # Memcache components require 'fastcache/memcache/node' require 'fastcache/memcache/protocol' +require 'fastcache/memcache/errors' \ No newline at end of file