method
executables
v2_1_10 -
Show latest stable
- Class:
Gem::Specification
executables()public
Executables included in the gem.
For example, the rake gem has rake as an executable. You donât specify the full path (as in bin/rake); all application-style files are expected to be found in bindir. These files must be executable Ruby files. Files that use bash or other interpreters will not work.
Usage:
spec.executables << 'rake'