unison-watch/Gemfile
2012-05-07 18:21:03 -04:00

13 lines
149 B
Ruby

source :rubygems
gemspec
require 'rbconfig'
case RbConfig::CONFIG['host_os']
when /darwin/
gem 'rb-fsevent'
when /linux/
gem 'rb-inotify'
end