Typhoeus cache class

This commit is contained in:
erwanlr
2013-02-21 12:41:43 +01:00
parent 4f3225c56a
commit b8ee3f84a0
5 changed files with 45 additions and 10 deletions

View File

@@ -34,13 +34,11 @@ begin
require 'rbconfig'
require 'pp'
# Third party libs
#gem 'typhoeus', :git => "https://github.com/typhoeus/typhoeus.git"
require 'typhoeus'
require 'json'
require 'nokogiri'
# Custom libs
require 'common/browser'
require 'common/cache_file_store'
require 'common/custom_option_parser'
rescue LoadError => e
puts "[ERROR] #{e}"