Skip to content

Commit

Permalink
Moved un_used_methods to exe folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhamo1107 committed Aug 17, 2024
1 parent f0e9a31 commit 76ae513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion un_used_methods.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
end
end
spec.bindir = "exe"
spec.executables = ["un_used_methods"]
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

# Add development dependencies
Expand Down

0 comments on commit 76ae513

Please sign in to comment.