pronto-brakeman 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 477903a2e4d6341012d921dfc51e7f196005c1c2
4
- data.tar.gz: 8fd1688caef59dd31eec7d13981eee1ed883904c
3
+ metadata.gz: 4fcdc923c97d8995df202344724f148561ad07ea
4
+ data.tar.gz: a3fe0a35d57a7d59b489dcedfddf749aeeed3b2b
5
5
  SHA512:
6
- metadata.gz: 20939031c863efa01e78e2918bcad68aee71595d539dcfdac1ff3460ea8d250e585bf9e66359ca98f8ae63fe8bb25f4847871f1fe6293ea940fc4b2117cfba72
7
- data.tar.gz: 32d78b4ed796c426e7b2aeae9aa47451bb071268571a52d4fc551c14c8608d2212b0459b5487eee69cbd8cd60feaa2e8a7ab31a6a4bcb6687a1df4ab8019bc1f
6
+ metadata.gz: 4f032c441431b677895968f5a13cc7fedac3c3722d7543221784c8e4e98c99936f536f99080a28455d7f0c2b8f099636136392189261662a5884fc03994c3632
7
+ data.tar.gz: 9eb8196bb2db906b7e77cd9f1cb279cf7f802372bee3831b0e9a0a29b59abd94487d7457cdb4799b9f9a032b9eae9fa502e1861748305367180942d6097e7608
@@ -19,6 +19,8 @@ module Pronto
19
19
  else
20
20
  []
21
21
  end
22
+ rescue ::Brakeman::NoApplication
23
+ []
22
24
  end
23
25
 
24
26
  def messages_for(ruby_patches, output)
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module BrakemanVersion
3
- VERSION = '0.4.1'
3
+ VERSION = '0.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-brakeman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-31 00:00:00.000000000 Z
11
+ date: 2015-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pronto
@@ -115,3 +115,4 @@ signing_key:
115
115
  specification_version: 4
116
116
  summary: Pronto runner for Brakeman, security vulnerability scanner for RoR
117
117
  test_files: []
118
+ has_rdoc: