unrequire osx file watcher

This commit is contained in:
Thomas Reynolds 2013-04-11 09:53:38 -07:00
parent f0449229a9
commit 9fc06035b1
2 changed files with 7 additions and 2 deletions

View file

@ -2,4 +2,9 @@
# the following line to use "https"
source 'http://rubygems.org'
gem "middleman", "~><%= Middleman::VERSION %>"
gem "middleman", "~><%= Middleman::VERSION %>"
# For faster file watcher updates:
# gem "rb-fsevent", "~> 0.9.3") # OS X
# gem "rb-inotify", "~> 0.9.0") # Linux
# gem "wdm", "~> 0.1.0") # Windows

View file

@ -33,6 +33,6 @@ Gem::Specification.new do |s|
# Watcher
s.add_dependency("listen", ["~> 0.7.3"])
s.add_dependency("rb-fsevent", ["~> 0.9.3"]) # OS X
# s.add_dependency("rb-fsevent", ["~> 0.9.3"]) # OS X
# s.add_dependency("rb-inotify", ["~> 0.9.0"]) # Linux
end