Skip to content

Commit

Permalink
add language to executables in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 24, 2024
1 parent a6852f5 commit 487ad3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
s.require_paths = ["lib"]
s.executables << "language"
s.homepage = "https://github.com/dorianmariecom/language-ruby"
s.license = "MIT"
s.add_dependency "zeitwerk"
Expand Down

0 comments on commit 487ad3b

Please sign in to comment.