Skip to content

Commit

Permalink
Set bindir in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 4, 2024
1 parent ccdbecb commit 8747e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flipper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://www.flippercloud.io/docs'
gem.license = 'MIT'

gem.bindir = "exe"
gem.executables = `git ls-files -- exe/*`.split("\n").map { |f| File.basename(f) }
gem.files = `git ls-files`.split("\n") - ignored_files + ['lib/flipper/version.rb']
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") - ignored_test_files
Expand Down

0 comments on commit 8747e78

Please sign in to comment.