提交 61ff1878 编写于 作者: J Justin Collins

Add rake file to gemspec

Fixes #69

Thanks @antage
上级 eef618e0
......@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = "Security vulnerability scanner for Ruby on Rails."
s.description = "Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis."
s.homepage = "http://brakemanscanner.org"
s.files = ["bin/brakeman", "WARNING_TYPES", "FEATURES", "README.md"] + Dir["lib/**/*.rb"] + Dir["lib/brakeman/format/*.css"]
s.files = ["bin/brakeman", "WARNING_TYPES", "FEATURES", "README.md", "lib/brakeman/brakeman.rake"] + Dir["lib/**/*.rb"] + Dir["lib/brakeman/format/*.css"]
s.executables = ["brakeman"]
s.add_dependency "activesupport"
s.add_dependency "i18n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册