T
thufir
Trying to get some sort of ruby nntp working as so:INSTALL
"INSTALL
sudo gem install libruby-nntp or
sudo dpkg -r libruby-0.0.1.deb"
https://forge.secure.at:10443/projects/ruby-net-nntp/chrome/site/doc/
however, I can't find it:
thufir@dur:~$
thufir@dur:~$ gem search nntp -r
*** REMOTE GEMS ***
nntp (1.0.0)
ruby-net-nntp (1.0.0)
thufir@dur:~$
thufir@dur:~$ gem search libruby -r
*** REMOTE GEMS ***
thufir@dur:~$
thufir@dur:~$ gem install libruby-nntp --no-rdoc --no-ri
ERROR: Could not find a valid gem 'libruby-nntp' (>= 0) in any repository
^CERROR: Interrupted
thufir@dur:~$
thufir@dur:~$ gem --version
1.8.19
thufir@dur:~$
thufir@dur:~$ ruby --version
ruby 1.9.3p125 (2012-02-16 revision 34643) [i686-linux]
thufir@dur:~$
Which I'm trying only because of:
http://rubyforge.org/tracker/index.php?
func=detail&aid=28116&group_id=706&atid=2803
which doesn't seem to patch for me.
thanks,
Thufir
"INSTALL
sudo gem install libruby-nntp or
sudo dpkg -r libruby-0.0.1.deb"
https://forge.secure.at:10443/projects/ruby-net-nntp/chrome/site/doc/
however, I can't find it:
thufir@dur:~$
thufir@dur:~$ gem search nntp -r
*** REMOTE GEMS ***
nntp (1.0.0)
ruby-net-nntp (1.0.0)
thufir@dur:~$
thufir@dur:~$ gem search libruby -r
*** REMOTE GEMS ***
thufir@dur:~$
thufir@dur:~$ gem install libruby-nntp --no-rdoc --no-ri
ERROR: Could not find a valid gem 'libruby-nntp' (>= 0) in any repository
^CERROR: Interrupted
thufir@dur:~$
thufir@dur:~$ gem --version
1.8.19
thufir@dur:~$
thufir@dur:~$ ruby --version
ruby 1.9.3p125 (2012-02-16 revision 34643) [i686-linux]
thufir@dur:~$
Which I'm trying only because of:
http://rubyforge.org/tracker/index.php?
func=detail&aid=28116&group_id=706&atid=2803
which doesn't seem to patch for me.
thanks,
Thufir