Skip to content

Commit

Permalink
Add libnotify dev dependency
Browse files Browse the repository at this point in the history
This *seems* to be required in order to get working Guard
notifications, although I'm not 100% certain.
  • Loading branch information
Adam Spiers committed Mar 14, 2018
1 parent 6f4bcd8 commit 3fbcb5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
json (2.1.0)
libnotify (0.9.4)
ffi (>= 1.0.11)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -90,6 +92,7 @@ DEPENDENCIES
guard
guard-minitest
guard-rspec
libnotify
minitest (~> 5.0)
minitest-reporters
pry
Expand Down
1 change: 1 addition & 0 deletions ansible-viz.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "guard"
s.add_development_dependency "guard-rspec"
s.add_development_dependency "guard-minitest"
s.add_development_dependency "libnotify"

s.bindir = "bin"
s.files = %w(README.md LICENSE)
Expand Down

0 comments on commit 3fbcb5c

Please sign in to comment.