Actually, as I read the RDoc for File::Stat, it seems most of it should
be rewritten to not use NormalizedFile at all ("The information is
recorded at the moment the File::Stat object is created; changes made to
the file after that point will not be reflected."), so that's probably
what I'll do, an
Hi!
On the road with Gems installation. I set my mind to actually fix the
things in the local installation that's not working. Right now it seems
to install rake without problem, but the RDoc on the other hand. Well,
we're back at NormalizedFile and CWD. AGAIN. At a certain point in RDoc
installat
Hi.
I now have RubyGems installing without error the first time through.
I've written what I did to get this to work:
* New, pristine copy of JRuby
* Add my versions of RubyTime.java, TimeMetaClass.java
* Replace yaml.rb with the RbYAML yaml.rb
* Compile
* Add contents from C Ruby libraries
* Chan
Hiya!
I have now started work on RubyGems again, and the RubyGems install
seems to be broken again, for some strange reason. Time misses
utc_offset and gmt_offset. Why aren't those there anymore?
/O
---
All the advantages of Linux Managed Host
--
Announcing version 0.1 of RbYAML
--
This is a major release, with big changes especially in the loader:
http://rbyaml.rubyforge.org
or to download directly:
http://rubyforge.org/frs/?group_id=1658
Changes:
-
* Rewritte