gossip 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +8 -0
- data/lib/gossip/cronies/smtp.rb +1 -1
- data/lib/gossip/version.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
@@ -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.
|
data/lib/gossip/cronies/smtp.rb
CHANGED
data/lib/gossip/version.rb
CHANGED
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.
|
7
|
-
date: 2007-
|
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
|