gems-status 1.74.0 → 1.75.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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.75.0
|
|
@@ -134,6 +134,7 @@ module GemsStatus
|
|
|
134
134
|
def look_for_security_messages(name, source_repo, origin, counter = 0)
|
|
135
135
|
Utils::log_debug "looking for security messages on #{source_repo}"
|
|
136
136
|
if ! File.exists?("build_security_messages_check")
|
|
137
|
+
Utils::log_debug "creating build_security_messages_check in #{Dir.pwd}"
|
|
137
138
|
Dir.mkdir("build_security_messages_check")
|
|
138
139
|
end
|
|
139
140
|
Dir.chdir("build_security_messages_check") do
|