another readme tweak

This commit is contained in:
John Bintz 2012-06-06 11:26:26 -04:00
parent 6c35253266
commit b60e60598c
1 changed files with 5 additions and 7 deletions

View File

@ -69,13 +69,11 @@ frameworks:
``` ruby
no_deployment do
require 'rbconfig'
case RbConfig::CONFIG['host_os']
when /darwin/
gem 'growl_notify'
gem 'growl'
gem 'rb-fsevent'
when /linux/
os :darwin do
gems 'growl_notify', 'growl', 'rb-fsevent'
end
os :linux do
gem 'libnotify', :require => nil
end