Roadmap to RedCloth 4.0 release
_why
why at hobix.com
Mon Apr 14 18:50:57 EDT 2008
On Mon, Apr 14, 2008 at 05:03:38PM -0400, Jason Garber wrote:
> 1.) Resolve the WIN32 vs. CURRENT problem outlined in my reply to Jase. It
> needs to compile for individuals who have the latest RubyGems, but we also
> have to be able to cross-compile win32 binaries. _why, do you have any
> ideas?
I think the correct setting to use in the Rakefile is the string
'mswin32'. I read though lib/rubygems/platform.rb and
lib/rubygems/specification.rb in the latest release and they've only
deprecated the use of the Gem::Platform constants, not done away with
platform-specific gems in general.
So, I think the line should be: s.platform = 'mswin32'. Give it a
try in your Rakefile, Jason, and we'll take it from there.
_why
More information about the Redcloth-upwards
mailing list