Adding system notifications to development gems.
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -19,6 +19,9 @@ group :development do
|
|||||||
if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/
|
if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/
|
||||||
gem 'libnotify'
|
gem 'libnotify'
|
||||||
end
|
end
|
||||||
|
if RbConfig::CONFIG['host_os'] =~ /darwin|mac os/
|
||||||
|
gem 'terminal-notifier-guard', '~> 1.6.1'
|
||||||
|
end
|
||||||
if RUBY_VERSION >= '1.9.2'
|
if RUBY_VERSION >= '1.9.2'
|
||||||
gem "rubocop"
|
gem "rubocop"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user