[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

SMTP server (my first gem

Wouter De bie

4/16/2007 11:41:00 AM

Hi all!


After searching for some generic SMTP Server classes, I found out that
ruby seems to lack this. Therefore I ported Perl's Net::SMTP::Server to
Ruby.

My work can be found at http://www.evenf..., where I've created a
source tarball and a RubyGem. Things can be implemented much more
elegant, but this is the 0.1 version and is basically just a raw port of
the Perl module.

Let me know what you think of it and I hope that it's useful to some
people.

--
Posted via http://www.ruby-....

3 Answers

Guest

4/16/2007 12:21:00 PM

0

Wouter De bie wrote:
> After searching for some generic SMTP Server classes, I found out that
> ruby seems to lack this. Therefore I ported Perl's Net::SMTP::Server to
> Ruby.
Thanks for sharing. :)

> Let me know what you think of it and I hope that it's useful to some
> people.
You should remove the svn stuff (.svn directories) from the bundled tar
ball and gem. ;)

regards
Jan

--
Posted via http://www.ruby-....

Ryan Davis

4/16/2007 1:15:00 PM

0


On Apr 16, 2007, at 08:20 , Jan Friedrich wrote:

>> Let me know what you think of it and I hope that it's useful to some
>> people.
> You should remove the svn stuff (.svn directories) from the bundled
> tar
> ball and gem. ;)

Switch to hoe and you get that and a lot more for free.


Wouter De bie

4/16/2007 1:27:00 PM

0

Jan Friedrich wrote:
>> Let me know what you think of it and I hope that it's useful to some
>> people.
> You should remove the svn stuff (.svn directories) from the bundled tar
> ball and gem. ;)

I can't find it in the gem. The gemspec has svn excluded and when
untarring the gem, I don't see them. The tar has it, yes and I've just
uploaded a new one without the svn stuff.


--
Posted via http://www.ruby-....