From 2affcef6334fb001a7607c1c8622f25669bd7537 Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Mon, 24 Jul 2023 10:46:51 +0200 Subject: [PATCH] Update Rakefile; aida -> aidaweb --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7a05651..b3ae5e1 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ task :test do /^(https?\:\/\/)?(www\.)?doi\.org\/10\.1145\/.+$/, /^(https?\:\/\/)?(www\.)?portal\.acm\.org\/citation\.cfm.+$/, /^(https?\:\/\/)?(www\.)?github\.com\/search\?.+$/, - /^(https?\:\/\/)?(www\.)?aida\.si\/.+$/ ], + /^(https?\:\/\/)?(www\.)?aidaweb\.si\/.+$/ ], :typhoeus => { :ssl_verifypeer => false, :ssl_verifyhost => 0 }