inline.rb

Path: lib/hoe/inline.rb
Last Update: Wed Jun 03 09:02:50 -0400 2009

Hoe allows bundling of pre-compiled extensions in the package task.

To create a package for your current platform:

  rake package INLINE=1

This will force Hoe analize your Inline already compiled extensions and include them in your gem.

If somehow you need to force a specific platform:

  rake package INLINE=1 FORCE_PLATFORM=mswin32

This will set the +Gem::Specification+ platform to the one indicated in FORCE_PLATFORM (instead of default Gem::Platform::CURRENT)

[Validate]