Skip to content

Commit ca03c1c

Browse files
committed
Remove deprecated default_executable gem attribute
1 parent a3be7f7 commit ca03c1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: fit-commit.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Gem::Specification.new do |gem|
1212
gem.description = "A Git hook to validate your commit messages based on community standards."
1313
gem.files = `git ls-files`.split("\n")
1414
gem.executables = ["fit-commit"]
15-
gem.default_executable = "fit-commit"
1615
gem.test_files = `git ls-files -- test/*`.split("\n")
1716
gem.require_paths = ["lib"]
1817
gem.extra_rdoc_files = ["README.md"]

0 commit comments

Comments
 (0)