forked from oreoshake/guard-brakeman
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Neil Matatall
committed
Feb 13, 2012
1 parent
404cf4c
commit a98487a
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,9 @@ $:.push File.expand_path('../lib', __FILE__) | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'guard-brakeman' | ||
s.version = '0.2.0' | ||
s.version = '0.3.0' | ||
s.platform = Gem::Platform::RUBY | ||
s.authors = ['Neil Matatall'] | ||
s.email = ['[email protected]'] | ||
s.authors = ['Neil Matatall', 'Justin Collins'] | ||
s.homepage = 'http://rubygems.org/gems/guard-brakeman' | ||
s.summary = 'Guard gem for Brakeman' | ||
s.description = 'Guard::Brakeman automatically scans your Rails app for vulnerabilities' | ||
|