unison-watch/Gemfile

15 lines
182 B
Ruby
Raw Normal View History

2012-05-02 23:40:16 +00:00
source :rubygems
gem 'qtbindings'
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
2012-05-02 23:40:16 +00:00
gem 'atomic'
2012-05-04 11:56:09 +00:00
gem 'thor'