lib/sidekick/helpers/user_interaction.rb in sidekick-0.6.1 vs lib/sidekick/helpers/user_interaction.rb in sidekick-0.6.2

- old
+ new

@@ -1,9 +1,9 @@ -module Sidekick::Helpers::Shell +module Sidekick::Helpers::UserInteraction def notify(message, title='Sidekick') - log "### #{title}: #{message}" + log "NOTIFY #{title}: #{message}" case platform when :linux needs 'libnotify', 'to display status messages on linux' Libnotify.show :body => message, :summary => title when :darwin