Closed Fryguy closed 4 years ago
I ran bundle exec rake release
.
Is it possible that this line is not grabbing the symlink? https://github.com/redhataccess/ascii_binder/blob/master/ascii_binder.gemspec#L17
I see the problem. The symlink is broken in the gemfile. It ends up pointing to $GEM_DIR/asciibinder
instead of $GEM_DIR/bin/asciibinder
This seems relevant: https://github.com/rubygems/rubygems/issues/1577
In the repo, it's just a symlink, but in the 0.1.5 release the symlink is broken. In manageiq_docs we have a rake task that runs using the ascii_binder symlink and that rake task is broken.
@nhr How did you create the release?