Project

General

Profile

« Previous | Next » 

Revision a2c66f52

Added by nobu (Nobuyoshi Nakada) over 3 years ago

Make dependency-free gemspec files

The default gems have not been installed yet in the build directory,
bundled gems depending on them can not work. As those dependencies
should be usable there even without rubygems, make temporary gemspec
files without the dependencies, and use them in the build directory.