guard-brakeman 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-brakeman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -45,6 +45,7 @@ dependencies:
|
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: 1.8.2
|
47
47
|
description: Guard::Brakeman automatically scans your Rails app for vulnerabilities
|
48
|
+
using the Brakeman Scaner https://github.com/presidentbeef/brakeman
|
48
49
|
email:
|
49
50
|
executables: []
|
50
51
|
extensions: []
|
@@ -54,7 +55,7 @@ files:
|
|
54
55
|
- lib/guard/brakeman.rb
|
55
56
|
- LICENSE
|
56
57
|
- README.md
|
57
|
-
homepage:
|
58
|
+
homepage: https://github.com/guard/guard-brakeman
|
58
59
|
licenses: []
|
59
60
|
post_install_message:
|
60
61
|
rdoc_options:
|