Skip to content

Instantly share code, notes, and snippets.

@ysawa
Created September 27, 2012 09:50
Show Gist options
  • Select an option

  • Save ysawa/3793191 to your computer and use it in GitHub Desktop.

Select an option

Save ysawa/3793191 to your computer and use it in GitHub Desktop.
Partial codes of Gemfile to notify on Mac OS X, Linux, and Windows
# Notifiers
case RUBY_PLATFORM
when /linux/i
gem 'libnotify'
when /darwin/i
gem 'growl'
when /mswin(?!ce)|mingw|cygwin|bccwin/i
gem 'rb-notifu'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment