lib/ramaze/inform/growl.rb in ramaze-0.1.4 vs lib/ramaze/inform/growl.rb in ramaze-0.2.0
- old
+ new
@@ -11,10 +11,10 @@
trait :defaults => {
:name => 'walrus',
:host => 'localhost',
:password => 'walrus',
- :all_notifies => %w[error warn debug info],
+ :all_notifies => %w[error warn debug info dev],
:default_notifies => %w[error warn info]
}
# Takes the options from the default trait for merging.