Require 'msn/msn'?

hi. I try to make ruby msn bot like this tutorial.

http://code.google.com/p/rubymsn/wiki/Tutorial

but I have some problem when I use require ‘msn/msn’ on my code and I’ve
got error.

C:/Program
Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
gem_original_require': no such file to load -- msn/msn (LoadError) from C:/Program Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in require’
from a.rb:3

How can I solve it?? what’s the gem I must download??

On Mon, Apr 21, 2008 at 6:53 PM, Pat K.
[email protected] wrote:

from C:/Program
Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require’
from a.rb:3

How can I solve it?? what’s the gem I must download??

The page looks like there are no gems yet.

See Google Code Archive - Long-term storage for Google Code Project Hosting. If you have
subversion client, you can do:
svn checkout http://rubymsn.googlecode.com/svn/trunk/lib/msn msn

If you don’t have svn and you don’t want to install it, just use
‘Browse’ links and download all from trunk/lib/msn.

http://rubymsn.googlecode.com/svn/trunk/lib/msn

this link isn’t work :cry:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pat K. wrote:
| http://rubymsn.googlecode.com/svn/trunk/lib/msn
|
| this link isn’t work :cry:

http://code.google.com/p/rubymsn/source/checkout


Phillip G.
Twitter: twitter.com/cynicalryan

~ It seems like once people grow up, they have no idea what’s cool.
– Calvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgM084ACgkQbtAgaoJTgL+jRACeP07HSGqJB/fGAxMzG9tZ6Xx3
ddQAn1joD55j0Kx6eoUfY3KtzAX7iJZK
=b25o
-----END PGP SIGNATURE-----

I found it in http://rubymsn.googlecode.com/svn/trunk/scripts/msn/
thx you :slight_smile: