Skip to content

Commit

Permalink
Install fuzz script
Browse files Browse the repository at this point in the history
    * rakelib/gem.rake:
  • Loading branch information
jwillemsen committed Feb 27, 2020
1 parent 3b6d0dc commit dee8cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/gem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ task :gem do
gem.email = '[email protected]'
gem.homepage = "https://github.com/RemedyIT/fuzzr"
gem.authors = ['Martin Corino', 'Johnny Willemsen']
gem.files = %w{LICENSE README.rdoc}.concat(Dir.glob('{lib,bin,fuzzers}/**/*'))
gem.files = %w{LICENSE README.rdoc}.concat(Dir.glob('{lib,fuzzers}/**/*'))
gem.extensions = []
gem.extra_rdoc_files = %w{LICENSE README.rdoc}
gem.rdoc_options << '--main' << 'README.rdoc'
gem.executables = []
gem.executables = %w{fuzz}
gem.license = 'MIT'
gem.metadata = {
"bug_tracker_uri" => "https://github.com/RemedyIT/fuzzr/issues",
Expand Down

0 comments on commit dee8cec

Please sign in to comment.