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 ``` ruby
no_deployment do no_deployment do
require 'rbconfig' os :darwin do
case RbConfig::CONFIG['host_os'] gems 'growl_notify', 'growl', 'rb-fsevent'
when /darwin/ end
gem 'growl_notify'
gem 'growl' os :linux do
gem 'rb-fsevent'
when /linux/
gem 'libnotify', :require => nil gem 'libnotify', :require => nil
end end