ruby-spoon - FFI binding of the posix_spawn function for Ruby
# sudo apt-get update
# sudo apt-get install ruby-spoon
2014-10-09 - Cédric Boutillier <boutil@debian.org> ruby-spoon (0.0.4-2) unstable; urgency=medium * Rebuild to update rubygems-integration data * Bump Standards-Version to 3.9.6 (no changes needed) * Set Testsuite field to autopkgtest-pkg-ruby
2013-05-14 - Cédric Boutillier <boutil@debian.org> ruby-spoon (0.0.4-1) unstable; urgency=low * New upstream version * drop all patches, not needed any more.
2013-03-29 - Cédric Boutillier <boutil@debian.org> ruby-spoon (0.0.3-1) unstable; urgency=low [ Hideki Yamane ] * Team upload. * Initial release (Closes: #697272) [ Cédric Boutillier ] * debian/ruby-spoon.lintian-overrides: override lintian message about missing upstream changelog. * debian/patches: + increase_size_spawnattributes.patch: increase the size of SpawnAttributes pointers to avoid segfault on 64bit architectures + pass_release_method.patch: circumvent the fact that AutoPointers from the FFI gem do not support classes.