lib/origen/utility/mailer.rb in origen-0.7.45 vs lib/origen/utility/mailer.rb in origen-0.7.46

- old
+ new

@@ -134,10 +134,10 @@ def config Origen.config end def external?(type) - [:production, :major, :minor, :bugfix].include?(type) + [:production, :major, :minor, :tiny, :bugfix].include?(type) end end end end