Skip to content

Commit

Permalink
Remove rake executable from gemspec
Browse files Browse the repository at this point in the history
Closes #53
  • Loading branch information
sunny committed Dec 19, 2020
1 parent 1bc5131 commit 5098568
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sonice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables =
`git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.executables = ["sonice"]

s.add_runtime_dependency 'anyplayer', '>= 1.2.0'
s.add_runtime_dependency 'sinatra'
Expand Down

0 comments on commit 5098568

Please sign in to comment.