whoops, left debugging string in

This commit is contained in:
Thomas Reynolds 2011-08-21 11:05:42 -07:00
parent b2153db79f
commit 6c52ce9037
2 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,6 @@ module Middleman
guardfile_contents << result unless result.nil?
end
$stderr.puts guardfile_contents
::Guard.start({ :guardfile_contents => guardfile_contents })
end
end

View file

@ -64,6 +64,7 @@ eos
# s.add_runtime_dependency "windows-pr", "= 1.1.2"
s.add_runtime_dependency("win32-process", ["~> 0.6.5"])
s.add_runtime_dependency("win32console", ["~> 1.3.0"])
s.add_runtime_dependency("rb-fchange")
when %r{darwin}
s.add_runtime_dependency("rb-fsevent", ["~> 0.4.2"])
end