class Gem::Commands::RebuildCommand

def sha256(file)

def sha256(file)
  Digest::SHA256.hexdigest(Gem.read_binary(file))
end