Adding system notifications to development gems.

This commit is contained in:
Jeremy Cook
2015-10-11 22:18:33 -04:00
parent 721c10cffd
commit a9a5b81dc5

View File

@@ -19,6 +19,9 @@ group :development do
if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/
gem 'libnotify'
end
if RbConfig::CONFIG['host_os'] =~ /darwin|mac os/
gem 'terminal-notifier-guard', '~> 1.6.1'
end
if RUBY_VERSION >= '1.9.2'
gem "rubocop"
end