YAML errors are a joy to try and fix, since the parser modifies what file and position the interpreter says it's looking at. The only way I was able to fix it well enough for Rails script/generate to work was to dig into it manually, adding logging in various places to see what was failing. You may have to do the same.

I'm hoping to have some time to look at RubyGems myself today, so perhaps I'll run into the same issue. For the record, the piece of RubyGems I've been trying to make work is the setup.rb script that installs it. Last time I tried it got as far as some internal zlib stuff before blowing up...so it's getting there.

On 3/24/06, Ola Bini <[EMAIL PROTECTED]> wrote:
Next problem.
while parsing this line:
--- !ruby/object:Gem::Specification \n
it says: Parse error at line 1, char 37: [false, $]

Any ideas?

/O


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Jruby-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jruby-devel



--
Charles Oliver Nutter @ headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com

Reply via email to