unison-watch/Gemfile
John Bintz 9e4ccb22eb stuff
2012-05-04 07:56:09 -04:00

15 lines
182 B
Ruby

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