lib/firetower/firetower.conf.erb in firetower-0.0.3 vs lib/firetower/firetower.conf.erb in firetower-0.0.4
- old
+ new
@@ -17,6 +17,10 @@
# DEFAULT ROOM
default '<%= subdomain %>', '<%= room_names.first %>'
# Plugins
-use NotifyPlugin
+<% if RUBY_PLATFORM =~ /darwin/ %>
+ use GrowlPlugin
+<% else %>
+ use NotifyPlugin
+<% end %>