parsedate (LoadError) 1.9.2

  • Thread starter Siddharth Karandikar
  • Start date
S

Siddharth Karandikar

Hi,

siddharth@jupiter:~/tools$ ~/tools/mri-186-p420/bin/ruby -rparsedate
-e "p ParseDate.parsedate('08-09')"
[8, 9, nil, nil, nil, nil, nil, nil]
siddharth@jupiter:~/tools$ ~/tools/mri-187-p302/bin/ruby -rparsedate
-e "p ParseDate.parsedate('08-09')"
[nil, nil, 8, nil, nil, nil, "-09", nil]

siddharth@jupiter:~/tools$ ~/tools/mri-192-p0/bin/ruby -rparsedate -e
"p ParseDate.parsedate('08-09')"
<internal:lib/rubygems/custom_require>:29:in `require': no such file
to load -- parsedate (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'

What is going wrong in case of 1.9.2?


irb also fails.

siddharth@jupiter:~/tools$ ~/tools/mri-192-p0/bin/irb
irb(main):001:0> require 'parsedate'
LoadError: no such file to load -- parsedate
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from (irb):1
from /home/siddharth/tools/mri-192-p0/bin/irb:12:in `<main>'
irb(main):002:0>


- Siddharth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top