Skip to content

Commit

Permalink
Merge pull request #43 from agrare/fix_gem_build_bin_bin_setup
Browse files Browse the repository at this point in the history
Fix gem build including bin/bin/setup
  • Loading branch information
bdunne authored Oct 21, 2024
2 parents 4978db1 + 0904c27 commit 464bece
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ffi-vix_disk_lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -- lib/*`.split("\n")
spec.files += %w(README.md LICENSE.txt)
spec.executables = `git ls-files -- bin/*`.split("\n")
spec.test_files = `git ls-files -- spec/*`.split("\n")
spec.require_paths = ["lib"]

spec.add_dependency "ffi"
Expand Down

0 comments on commit 464bece

Please sign in to comment.