Sha256: 397bb747f59fdc140113768187e702555be0fe90bc95141258e69082e6f53f8d
Contents?: true
Size: 362 Bytes
Versions: 23
Compression:
Stored size: 362 Bytes
Contents
namespace :google_safe_browsing do desc "Performs an Update" task :update => :environment do GoogleSafeBrowsing::APIv2.update end desc "Enqueues an Update via Rescheduler, which will reschedule another Update the appropriate number of seconds in the future" task :update_and_reschedule => :environment do GoogleSafeBrowsing.kick_off end end
Version data entries
23 entries across 23 versions & 1 rubygems