gossip 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,11 @@
1
+ Version 0.3.2
2
+ * The SMTP crony identified mail as coming from "[watchdog] ",
3
+ which is not right now that there are other scripts. For the
4
+ moment, I choose not to add something like a :mail_header_prefix
5
+ choice - is there anything special about mail that makes such
6
+ a thing appropriate there when something like twitter doesn't have
7
+ it? Do I want to add it everywhere?
8
+
1
9
  Version 0.3.1
2
10
  * Out of sync with name change in s4t-utils.
3
11
  * Squish warning message from xmpp4r.
@@ -107,7 +107,7 @@ module Gossip
107
107
  mail = "
108
108
  . From: #{from}
109
109
  . To: #{to.join(', ')}
110
- . Subject: [watchdog] #{scandal}
110
+ . Subject: #{scandal}
111
111
  .
112
112
  . #{details}
113
113
  ".without_pretty_indentation('.')
@@ -4,5 +4,5 @@
4
4
  # Copyright (c) 2007. All rights reserved.
5
5
 
6
6
  module Gossip
7
- Version = '0.3.1'
7
+ Version = '0.3.2'
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: gossip
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.1
7
- date: 2007-09-29 00:00:00 -05:00
6
+ version: 0.3.2
7
+ date: 2007-10-01 00:00:00 -05:00
8
8
  summary: Library to broadcast messages to multiple destinations + scripts that use it
9
9
  require_paths:
10
10
  - lib