|
|
nntp for ruby 1.9.3
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
|
|
0
|
|
|
|
Reply
|
hawat.thufir (2520)
|
3/24/2012 6:05:33 AM |
|
|
0 Replies
94 Views
(page loaded in 0.506 seconds)
Similiar Articles: Do I need to upgrade to the latest version of Ruby - comp.lang ...Hi, I have been using the Ruby version that came with Mac OSX (1.8.?) and so far no problems but I was wondering if it would be better to install... parsedate (LoadError) 1.9.2 - comp.lang.rubyHi, siddharth@jupiter:~/tools$ ~/tools/mri-186-p420/bin/ruby -rparsedate -e "p ParseDate.parsedate('08-09')" [8, 9, nil, nil, nil, nil, nil, nil]... Mysql2::Error: Can't create database - comp.lang.rubyOn Fri, Mar 25, 2011 at 6:18 PM, Rajesh B. <rajesh.13kits@gmail.com> wrote: > i have installed mysql2 and 64bit mysql server. > when i run rake db:create it gives me ... Windows 7 - 64-bit and MySql - what are my options? - comp.lang ...I upgraded from 32-bit to Windows 7 64-bit. Here is my environment: Windows 7 - 64-bit ruby 1.9.1p243 (i386-mingw32) .. which was probably bui... If you have new Macbook Air 11 or 13 inch, do you mind running ...If you can run Ruby 1.9.2 on your Macbook Air 11 or 13 inch. I can go to an Apple Store except to install Ruby 1.9.2, I will need a password to do ... Error Compiling Ruby - comp.lang.rubyHello, I am new to Ruby, and I have played around a bit using a pre-built package of 1.8.7. I am running openSUSE 11.3 64-bit, and I am trying to... How to open file dialog in Ruby, and get open FileName? :-( - comp ...Class: File (Ruby 1.9.3) Returns the last component of the filename given in file_name ... home/gumby/work/ruby.rb") #=> "ruby.rb" File. ... In this instance, File.open ... How can i get the first letter of this string - comp.lang.ruby ...Hello, i'm a newbie. I have a question that how can i get the first letter of this string: "=C3=A1 is the first letter". my solution: >> string =... Can't Debug in Ruby - comp.lang.rubyI'm attempting to debug in Ruby 1.9.2 with the Eclipse plugin. Whenever I attempt to debug something I'm given the following error: F:/Programming... Need help to decode snmp string - comp.lang.rubyHi I'm a ruby newbie and need a little help. I think I'm wrong with class = and instance methods? I can't figure out how to do a decode a snmp = ... Ruby 1.9.3 p0 is released - Ruby Programming LanguageRuby 1.9.3 p0 is released. This is the latest stable version of 1.9 series. See ChangeLogs and NEWS for the descriptions. Ruby (programming language) - Wikipedia, the free encyclopediaRuby 2.0 is rumored to be "100% compatible" with Ruby 1.9.3. As of October 2011, the plan is to have ... In a May 2005, discussion on the newsgroup comp.lang.ruby ... 7/21/2012 10:03:39 PM
|
|
|
|
|
|
|
|
|