Commit 0c7922b2 authored by John E. Vincent's avatar John E. Vincent

latest changes before branch

parent b0c97789
...@@ -2,6 +2,7 @@ $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) ...@@ -2,6 +2,7 @@ $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
require 'rubygems' require 'rubygems'
require 'noah' require 'noah'
require 'noah/agents/http_agent' require 'noah/agents/http_agent'
require 'noah/agents/https_agent'
require 'noah/agents/dummy_agent' require 'noah/agents/dummy_agent'
begin begin
candidates = [] candidates = []
......
require File.join(File.dirname(__FILE__), 'http_agent')
module Noah::Agents
class HttpsAgent < HttpAgent
PREFIX = "https://"
end
end
require 'digest/sha1'
module Noah module Noah
class Watcher < Model class Watcher < Model
include WatcherValidations include WatcherValidations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment