Skip to content

Instantly share code, notes, and snippets.

@paneq
Created June 14, 2012 22:36
Show Gist options
  • Save paneq/2933434 to your computer and use it in GitHub Desktop.
Save paneq/2933434 to your computer and use it in GitHub Desktop.
Wrong way of specifying gems for different ruby platforms
gem 'libnotify' if RUBY_PLATFORM =~ /linux/
gem 'growl' if RUBY_PLATFORM =~ /darwin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment