wisper icon indicating copy to clipboard operation
wisper copied to clipboard

Please release new version without `console`

Open sj26 opened this issue 4 years ago • 7 comments

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!

sj26 avatar Apr 02 '20 05:04 sj26

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.

rodrigovilina avatar Apr 30 '20 04:04 rodrigovilina

Oh, there's actually a merged PR, so it's just the release thats missing.

rodrigovilina avatar Apr 30 '20 04:04 rodrigovilina

That's a great article. Which PR is it that is not part of a release?

krisleech avatar Jul 09 '20 16:07 krisleech

I don't remember the PR, but this is the commit, I guess you can find the PR with it.

rodrigovilina avatar Jul 09 '20 17:07 rodrigovilina

@krisleech current latest version 2.0.1 still includes bin/console

brodock avatar Aug 17 '20 15:08 brodock

🍿

Nakilon avatar Jun 09 '21 22:06 Nakilon

The PR was https://github.com/krisleech/wisper/pull/181 There was no entry in CHANGELOG which is why it hasn't been released.

krisleech avatar Jan 21 '22 16:01 krisleech