wisper
wisper copied to clipboard
Please release new version without `console`
Hi!
Could you please release a new version containing #181? I currently cannot install this gem because:
$ gem install wisper
Fetching wisper-2.0.1.gem
wisper's executable "console" conflicts with countries
Overwrite the executable? [yN] n
ERROR: Error installing wisper:
"console" from wisper conflicts with installed executable from countries
This is a problem with countries, too, but currently unresolvable.
Thanks!
I'll put up a PR, hopefully @krisleech can merge and release; I too had problems because of this. As a general rule you don't want to put scripts in /bin
without changing the bindir or especifying no executables.
You can check the gemspec reference or this nice article for further reading.
Oh, there's actually a merged PR, so it's just the release thats missing.
That's a great article. Which PR is it that is not part of a release?
I don't remember the PR, but this is the commit, I guess you can find the PR with it.
@krisleech current latest version 2.0.1
still includes bin/console
🍿
The PR was https://github.com/krisleech/wisper/pull/181 There was no entry in CHANGELOG which is why it hasn't been released.