Skip to content

Commit

Permalink
Fix specification of executable in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Aug 6, 2020
1 parent 99a9197 commit 151dec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
spec.files = Rake::FileList['{docs,fixtures,lib}/**/*', 'CHANGELOG.md', \
'LICENSE', 'README.md'].exclude(*File.read('.gitignore').split)

spec.executables = ['exe/aruba']
spec.executables = ['aruba']
spec.rdoc_options = ['--charset', 'UTF-8', '--main', 'README.md']
spec.extra_rdoc_files = ['CHANGELOG.md', 'CONTRIBUTING.md', 'README.md', 'LICENSE']
spec.bindir = 'exe'
Expand Down

0 comments on commit 151dec5

Please sign in to comment.