gems-status 0.25.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,7 +86,7 @@ class NotASecurityAlertChecker < GemChecker
86
86
  end
87
87
 
88
88
  def match_name(str, name)
89
- str =~ /\b#{name}\b/
89
+ str =~ /[gem|ruby].*\b#{name}\b/
90
90
  end
91
91
 
92
92
  def look_in_emails(gem)
@@ -1,3 +1,3 @@
1
1
  module GemsStatusMetadata
2
- VERSION = "0.25.0"
2
+ VERSION = "0.26.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gems-status
3
3
  version: !ruby/object:Gem::Version
4
- hash: 123
4
+ hash: 119
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 25
8
+ - 26
9
9
  - 0
10
- version: 0.25.0
10
+ version: 0.26.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordi Massaguer Pla