gems-status 0.21.0 → 0.22.0

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.
@@ -1,3 +1,3 @@
1
1
  module GemsStatusMetadata
2
- VERSION = "0.21.0"
2
+ VERSION = "0.22.0"
3
3
  end
@@ -74,7 +74,6 @@ class NotASecurityAlertChecker < GemChecker
74
74
  end
75
75
  Utils::log_debug "Source URL for #{gem.name} #{source_repo}"
76
76
  look_for_security_messages(gem.name, source_repo, gem.origin)
77
- filter_security_messages_already_fixed(gem.version)
78
77
  end
79
78
 
80
79
  def key_for_emails(listname, gem, email)
@@ -105,6 +104,7 @@ class NotASecurityAlertChecker < GemChecker
105
104
  @security_messages = {}
106
105
  look_in_scm(gem)
107
106
  look_in_emails(gem)
107
+ filter_security_messages_already_fixed(gem.version)
108
108
  send_emails(gem)
109
109
  return @security_messages.length == 0
110
110
  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: 75
4
+ hash: 71
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 21
8
+ - 22
9
9
  - 0
10
- version: 0.21.0
10
+ version: 0.22.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-30 00:00:00 Z
18
+ date: 2012-08-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: xml-simple