Project

General

Profile

« Previous | Next » 

Revision af88ca4c

Added by nobu (Nobuyoshi Nakada) over 1 year ago

Match --with/--without options against gem names

The simple names in default_exclude_exts do not match extension
paths under gems.

Extract each gem name from the gemspec file at the top level of each
gem directory. For example, if ext is syslog-0.1.2/ext/syslog/,
find out syslog-0.1.2/syslog.gemspec and take the base name syslog
without the suffix .gemspec.