Skip to content

Commit

Permalink
Set gemspec's bindir to exe
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed May 14, 2023
1 parent 9f4bad6 commit f817f87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions sass-embedded.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| # rubocop:disable Gemspec/RequireMFA
'funding_uri' => 'https://github.com/sponsors/ntkme'
}

spec.bindir = 'exe'
spec.executables = ['sass']
spec.files = Dir['bin/**/*'] + Dir['lib/**/*.rb'] + ['LICENSE', 'README.md']

Expand Down

0 comments on commit f817f87

Please sign in to comment.