unison-watch/Gemfile

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'