lib/http_crawler/common.rb in http_crawler-0.3.0.2 vs lib/http_crawler/common.rb in http_crawler-0.3.0.3

- old
+ new

@@ -1,2 +1,2 @@ -load File.dirname(__FILE__) + '/common/object.rb' -load File.dirname(__FILE__) + '/common/string.rb' +require_dependency File.dirname(__FILE__) + '/common/object.rb' +require_dependency File.dirname(__FILE__) + '/common/string.rb'