From 61d8f6e13b7f0cfab5caabb72c6d7ec4fd3f341e Mon Sep 17 00:00:00 2001 From: Jeff Dallien Date: Tue, 21 Feb 2012 19:24:07 -0500 Subject: [PATCH] Need to include the new file here. --- lib/cookie_extractor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cookie_extractor.rb b/lib/cookie_extractor.rb index 20f68f4..013c4ba 100644 --- a/lib/cookie_extractor.rb +++ b/lib/cookie_extractor.rb @@ -1,5 +1,6 @@ require "cookie_extractor/version" require "cookie_extractor/firefox_cookie_extractor" +require "cookie_extractor/chrome_cookie_extractor" module CookieExtractor end