redhataccess / ascii_binder

AsciiBinder is an AsciiDoc-based system for authoring and publishing closely related documentation sets from a single source.
https://asciibinder.net
MIT License
76 stars 39 forks source link

ascii_binder bin file is busted in 0.1.5 release #64

Closed Fryguy closed 4 years ago

Fryguy commented 8 years ago

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?

nhr commented 8 years ago

I ran bundle exec rake release.

nhr commented 8 years ago

Is it possible that this line is not grabbing the symlink? https://github.com/redhataccess/ascii_binder/blob/master/ascii_binder.gemspec#L17

nhr commented 8 years ago

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

nhr commented 8 years ago

This seems relevant: https://github.com/rubygems/rubygems/issues/1577