I'm running on OS X and this gem is not needed for me. Would be nice if we opt it only for Linux platform.
Thank, Ladislav On Oct 25, 2010, at 2:09 PM, [email protected] wrote: > From: Ladislav Martincik <[email protected]> > > --- > src/config/environment.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/config/environment.rb b/src/config/environment.rb > index 423f224..4cbc3f9 100644 > --- a/src/config/environment.rb > +++ b/src/config/environment.rb > @@ -53,7 +53,7 @@ Rails::Initializer.run do |config| > config.gem "compass-960-plugin", :lib => "ninesixty" > config.gem "simple-navigation" > config.gem "typhoeus" > - config.gem "rb-inotify" > + config.gem "rb-inotify" if RUBY_PLATFORM.downcase.include?("linux") > > config.active_record.observers = :instance_observer, :task_observer > # Only load the plugins named here, in the order given. By default, all > plugins > -- > 1.7.3.1 > > _______________________________________________ > deltacloud-devel mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/deltacloud-devel _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
