lib/headhunter/html_validator.rb in headhunter-0.1.8 vs lib/headhunter/html_validator.rb in headhunter-0.1.9

- old
+ new

@@ -2,10 +2,10 @@ require 'colorize' module Headhunter class HtmlValidator VALIDATOR_DIR = Gem.loaded_specs['headhunter'].full_gem_path + '/lib/tidy/' - EXECUTABLE = 'tidy2' + EXECUTABLE = 'tidy' attr_reader :responses def initialize @responses = []