Skip to content

Commit

Permalink
Add rb-fsevent and fix Gemfile source.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Feb 28, 2013
1 parent 5187575 commit da7318d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gemspec

Expand All @@ -18,6 +18,7 @@ require 'rbconfig'

if RbConfig::CONFIG['target_os'] =~ /darwin/i
gem 'ruby_gntp', :require => false
gem 'rb-fsevent', :require => false
elsif RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'libnotify', :require => false
elsif RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
Expand Down

0 comments on commit da7318d

Please sign in to comment.