Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 394533c

Browse files
Gemfile: Adding the correct Platform-Specific terminal notification gem based on RUBY_PLATFORM
Change-Id: I92b3a1ff2cf0cd392160245a0c5f7248dbeec847
1 parent a7a9499 commit 394533c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ group :development do
1515
gem 'rb-fsevent'
1616
gem 'guard', '~> 2.13'
1717
gem 'guard-rspec'
18+
19+
case RUBY_PLATFORM
20+
when /darwin/
21+
gem 'terminal-notifier-guard'
22+
when /linux/
23+
gem 'libnotify'
24+
when /win32/
25+
gem 'rb-notifu'
26+
end
1827
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /