Sha256: 754d6141ce8eafe623df57ac0514c6b78cb8481e171ed65a21c42a100989e315
Contents?: true
Size: 442 Bytes
Versions: 48
Compression:
Stored size: 442 Bytes
Contents
module Hyrax class RepositoryFixityCheckService # This is a service that folks can use in their own rake tasks, # etc. It is not otherwise called or relied upon in Hyrax. # @see https://github.com/samvera/hyrax/wiki/Hyrax-Management-Guide#fixity-checking def self.fixity_check_everything ::FileSet.find_each do |file_set| Hyrax::FileSetFixityCheckService.new(file_set).fixity_check end end end end
Version data entries
48 entries across 48 versions & 1 rubygems