Continuing our pre-release of the RedCloth 4 gems. gem install RedCloth --source http://code.whytheluckystiff.net Oh and my trouble with Gem::Platform::CURRENT is due to my cross-compilation on Linux. I need to force Gem::Platform::WIN32 so that the gem will actually work after it's built. I build the gem on Linux, so the "x86-linux" platform is used and when I index the gem repository, it throws an error. So, am I okay to just change the windows gem spec like so? _why
on 2008-04-08 06:38
on 2008-04-11 16:00
Glad to know why WIN32 is necessary. With WIN32, the rake aborts for me... > $ rake > rake aborted! > WIN32 has been removed, use CURRENT instead > /.../redcloth/rakefile:156 > (See full trace by running task with --trace) > > $ gem -v > 1.0.1 So, what can we do that works with both? I know next to nothing about it.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.