From: Yasuhito Takamiya Date: 2013-07-12T18:07:01+09:00 Subject: paper-house 0.2.0 Released paper-house version 0.2.0 has been released! * YARD: * bugs: * home: 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). -- Posted via http://www.ruby-forum.com/.