RubyGems 1.0.1 in windows

L

lance.sanchez

i'm not sure where to report this.

in windows XP, using the one-click installer to install either ruby
1.8.6-25 or 1.8.6-26
when you run gem update --system

Time::parse doesn't exist anymore, it works fine with rubygems 0.9.2
and 0.9.5
 
T

Tim Hunter

i'm not sure where to report this.

in windows XP, using the one-click installer to install either ruby
1.8.6-25 or 1.8.6-26
when you run gem update --system

Time::parse doesn't exist anymore, it works fine with rubygems 0.9.2
and 0.9.5

Time::parse lives in the "time" extension. Just at a guess the older
versions of RubyGems required "time" and 1.0.1 doesn't. In that case,
you'll have to do it yourself:

require "time"
 
L

lance.sanchez

Thanks for the info on that one, trying to upgrade the shop i work in
to the latest version of ruby and gems but these strange errors seem
to be bitting me more often then i expected.
 

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

No members online now.

Forum statistics

Threads
474,276
Messages
2,571,384
Members
48,073
Latest member
ImogenePal

Latest Threads

Top