master/Gemfile

14 lines
269 B
Ruby
Raw Normal View History

2010-10-03 21:00:33 +00:00
source "http://rubygems.org"
gemspec
require 'rbconfig'
if Config::CONFIG['host_os'] =~ /darwin/i
gem 'rb-fsevent', '>= 0.3.9'
gem 'growl', '~> 1.0'
elsif Config::CONFIG['host_os'] =~ /linux/i
gem 'rb-inotify', '>= 0.5.1'
gem 'libnotify', '~> 0.1'
end