Paper-house 0.2.0 Released

paper-house version 0.2.0 has been released!

paper-house is a ruby gem to easily build C projects using
Rake. It supports the following build targets:

  • Executable
  • Static library
  • Shared library
  • C extension for Ruby

Features Overview:

  • Provides a simple yet a powerful syntax to build above mentioned
    targets using predefined Rake tasks.
  • Pure Ruby. No additional dependency on other external tools
    (makedepend etc.) to resolve file dependencies.
  • Multi-Platform. Runs on both Linux and MacOSX, and supports all
    major version of Ruby (1.8.7, 1.9.3, 2.0.0).