Created
June 14, 2012 22:36
-
-
Save paneq/2933434 to your computer and use it in GitHub Desktop.
Wrong way of specifying gems for different ruby platforms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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