On Mon, Sep 14, 2015 at 4:08 AM, Ludovic Courtès <l...@gnu.org> wrote: > David Thompson <dthomps...@worcester.edu> skribis: > >> From 612a4a692375f241934de03d24064dbef1c7294c Mon Sep 17 00:00:00 2001 >> From: David Thompson <dthomps...@worcester.edu> >> Date: Mon, 7 Sep 2015 22:58:05 -0400 >> Subject: [PATCH] build: ruby: Add support for tarball and directory sources. >> >> Previously, the Ruby build system only knew how to work with gem archives, >> which made it difficult to build unreleased gems from a Git repository or >> released gems in tarball form. >> >> * gnu/build/ruby-build-system.scm (gnu:unpack, gem-archive?): New procedures. >> (unpack): Use GNU build system unpack phase for non-gem sources. >> (build): Rebuild the gemspec iff the source is a gem archive. > > I trust you for all things Ruby, but it looks good. > > Should the manual mention that both Gems and raw checkouts are handled?
Yes, I'll mention it and push. Thanks! - Dave