From: Roger Pack Date: 2008-05-31T11:13:17+09:00 Subject: Re: ruby wish-list >> Let us assume that the aforementioned resource identifier is an >> SCM-dependent URL to a project's code repository. RubyGems would then >> be responsible for (1) checking out the latest copy of the code >> repository, (2) constructing a gem out of it, and (2) installing the >> constructed gem. Seems like minimalistically you'd need scm_type = :git scm_url = git://whatever # or something less scm dependent scm_build_command = 'cd subdir; rake build;' scm_output_gem = 'subdir/built.gem' Just my $0.02 :) -R -- Posted via http://www.ruby-forum.com/.