whoops, left debugging string in
This commit is contained in:
parent
b2153db79f
commit
6c52ce9037
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue