Gemfile in rivendell-api-0.0.2 vs Gemfile in rivendell-api-0.0.3

- old
+ new

@@ -1,4 +1,9 @@ source 'https://rubygems.org' # Specify your gem's dependencies in rivendell-api.gemspec gemspec + +if RUBY_PLATFORM =~ /linux/ + gem 'libnotify' + gem 'rb-inotify', '~> 0.8.8' +end