waiting-for-dev / front_matter_parser

Ruby library to parse files or strings with a front matter. It has automatic syntax detection.
MIT License
105 stars 12 forks source link

bin/* creates conflicts #9

Closed DannyBen closed 5 years ago

DannyBen commented 5 years ago

The files in the bin folder should probably not be included in the final gem, as these seem to be intended for development only.

https://github.com/waiting-for-dev/front_matter_parser/blob/698034cdb33f19eed29fa0e445f7bb9592e51091/front_matter_parser.gemspec#L17

Since there are other offending gems that have binaries with the same name, when installing either of them, users get this error:

front_matter_parser's executable "console" conflicts with request-log-analyzer
Overwrite the executable? [yN]  n
ERROR:  Error installing eucalypt:
        "console" from front_matter_parser conflicts with installed executable from request-log-analyzer
waiting-for-dev commented 5 years ago

Thanks for reporting @DannyBen . Fixed and released in v0.2.1

DannyBen commented 5 years ago

Nice, thanks.