Skip to content

Instantly share code, notes, and snippets.

@mynameisrufus
Created December 1, 2010 23:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mynameisrufus/724422 to your computer and use it in GitHub Desktop.
Save mynameisrufus/724422 to your computer and use it in GitHub Desktop.
os specific gems
group :test do
gem 'guard'
gem 'guard-rspec'
if RUBY_PLATFORM =~ /linux/
gem 'rb-inotify'
gem 'libnotify'
end
if RUBY_PLATFORM =~ /darwin/
gem 'rb-fsevent'
gem 'growl'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment