shortcode icon indicating copy to clipboard operation
shortcode copied to clipboard

Remove executables from gemspec

Open hugopeixoto opened this issue 7 months ago • 0 comments

This gem does not have any executables. Previous versions included the rubocop/rspec/appraisals binstubs. Fixes #58

Tests before the PR:

shortcode$ bin/rspec
The `rspec` executable in the `rspec-core` gem is being loaded, but it's also present in other gems (shortcode).
If you meant to run the executable for another gem, make sure you use a project specific binstub (`bundle binstub <gem_name>`).
If you plan to use multiple conflicting executables, generate binstubs for them and disambiguate their names.

Randomized with seed 65244
...........................................................

Finished in 0.20697 seconds (files took 0.5488 seconds to load)
59 examples, 0 failures

Randomized with seed 65244

Tests after the PR:

$ bin/rspec

Randomized with seed 43142
...........................................................

Finished in 0.2537 seconds (files took 0.53934 seconds to load)
59 examples, 0 failures

Randomized with seed 43142

hugopeixoto avatar Jun 04 '25 14:06 hugopeixoto