提交 c045cde0 编写于 作者: J Justin Collins

Fix gemspec path to CSS files

上级 83ca09f6
......@@ -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/format/*.css"]
s.files = ["bin/brakeman", "WARNING_TYPES", "FEATURES", "README.md"] + Dir["lib/**/*.rb"] + Dir["lib/brakeman/format/*.css"]
s.executables = ["brakeman"]
s.add_dependency "activesupport", "~>2.2"
s.add_dependency "ruby2ruby", "~>1.2.4"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册