burke / monkeysupport

[abandoned] C extensions monkeypatching ActiveSupport for improved perfomance
MIT License
95 stars 5 forks source link

Feature request: Make your gem compatbile with rake-compiler #1

Open luislavena opened 15 years ago

luislavena commented 15 years ago

Hello!

This project looks really interesting, and adding compatibility with rake-compiler:

http://github.com/luislavena/rake-compiler

Can improve cross-platform usability of it.

Right now, gems from GitHub cannot be binary, but adding rake-compiler to sanitize the process can help others generate Windows native gems.

Not only that, but also the compilation of native gems without the need of compilers in the remote servers.

Thank you.