On Sat, May 21, 2016 at 7:16 PM, Ben Woodcroft <donttrust...@gmail.com> wrote: > Previously the gemspec was extracted during the build phase. The problem was > that this was then immediately used to build the gem, leaving no ability to > modify it before building (without replacing the entire phase). I figure > building a gemspec is kind of like a > configure, so made the extraction step the configure step.
The name "configure" doesn't make sense in this context. How about "extract-gemspec" instead? - Dave