Re: [sup-devel] [PATCH] fix ask_for_contacts on Ruby 1.9

2010-01-23 Thread William Morgan
Applied to master and will go out in 0.10. Thanks! -- William ___ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel

[sup-devel] [PATCH] fix ask_for_contacts on Ruby 1.9

2010-01-13 Thread Rich Lane
From: Rich Lane String doesn't respond to :map anymore. The previous code was also joining with " " instead of ", ", which was broken. --- lib/sup/buffer.rb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/sup/buffer.rb b/lib/sup/buffer.rb index c826ab9..990dd4a 1006