blackwinter / ruby-filemagic

Ruby bindings to the magic(4) library, revised.
https://blackwinter.github.iom/ruby-filemagic
146 stars 34 forks source link

[Fix] symlink error at gem installation #36

Closed sachiotomita closed 2 years ago

sachiotomita commented 2 years ago

close #30

cp test/pyfile test/pylink

Rubygems: OK to have symlinks in gem distribution? https://stackoverflow.com/questions/9968193/rubygems-ok-to-have-symlinks-in-gem-distribution

blackwinter commented 2 years ago

Thanks, but the test is specifically for symlinks. So replacing the file is not an adequate solution, I'm afraid.