gems-status 0.20.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module GemsStatusMetadata
2
- VERSION = "0.20.0"
2
+ VERSION = "0.21.0"
3
3
  end
@@ -85,12 +85,12 @@ class NotASecurityAlertChecker < GemChecker
85
85
  @emails.each do |listname, emails|
86
86
  emails.each do |email|
87
87
  if listname.include?(gem.name)
88
- @security_messages[key_for_emails] = email.subject
88
+ @security_messages[key_for_emails(listname, gem, email)] = email.subject
89
89
  Utils::log_debug "looking for security emails: listname matches gem #{gem.name}: #{listname}"
90
90
  next
91
91
  end
92
92
  if email.subject.include?(gem.name)
93
- @security_messages[key_for_emails] = email.subject
93
+ @security_messages[key_for_emails(listname, gem, email)] = email.subject
94
94
  Utils::log_debug "looking for security emails: subject matches gem #{gem.name}: #{email.subject}"
95
95
  next
96
96
  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: 79
4
+ hash: 75
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 20
8
+ - 21
9
9
  - 0
10
- version: 0.20.0
10
+ version: 0.21.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordi Massaguer Pla
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-02 00:00:00 Z
18
+ date: 2012-07-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: xml-simple
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  requirements: []
175
175
 
176
176
  rubyforge_project:
177
- rubygems_version: 1.8.15
177
+ rubygems_version: 1.8.11
178
178
  signing_key:
179
179
  specification_version: 3
180
180
  summary: compares rubygems from different sources