pocke / mry

Mry Migrates .Rubocop.Yml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Linux executable

deric opened this issue · comments

In order to work on Linux there should be an executable bin/mry file (not just in exe/mry).

exe/ directory doesn't mean Windows and bin/ directory doesn't mean Linux.
Mry uses exe/ for executable files that are published as a gem package. So you can use mry command if you execute gem install mry.
And Mry uses bin/ for internal tools. For example, bin/setup setups development environment for Mry. This directory is not exposed to the gem package.

We can confirm it with this configuration.

spec.bindir = "exe"

Thanks for reporting the issue.
If you have any questions, feel free to comment on this issue.