bundler icon indicating copy to clipboard operation
bundler copied to clipboard

Bundler fails when there is more gemspecs in one directory

Open botanicus opened this issue 15 years ago • 0 comments

I'm usually using two gemspecs for my gems, one is for standard release and one is for prerelease. It might sound weird, but I have good reasons for this layout. This is an example:

  • http://github.com/botanicus/nake/blob/master/nake.gemspec
  • http://github.com/botanicus/nake/blob/master/nake.pre.gemspec

This is what I'm getting with both stable bundler & bundler from GitHub:

Calculating dependencies...
You have to have changelog gem installed for post install message
ERROR:  While executing gem ... (Errno::ENOENT)
    No such file or directory - nake.gemspec

It works when I remove the nake.pre.gemspec.

botanicus avatar Jan 02 '10 13:01 botanicus