unison-watch/Gemfile

13 lines
149 B
Ruby
Raw Normal View History

2012-05-02 23:40:16 +00:00
source :rubygems
2012-05-07 22:21:03 +00:00
gemspec
2012-05-02 23:40:16 +00:00
2012-05-03 02:54:11 +00:00
require 'rbconfig'
case RbConfig::CONFIG['host_os']
when /darwin/
gem 'rb-fsevent'
when /linux/
gem 'rb-inotify'
end