Sha256: b5fde6ff29a083bc6a984f7399ce10df1bef6ab2a680901edaeb61e59d28d7f2
Contents?: true
Size: 240 Bytes
Versions: 35
Compression:
Stored size: 240 Bytes
Contents
module PodPrebuild class PodfileChangesCacheValidator < BaseCacheValidator def validate(*) return PodPrebuild::CacheValidationResult.new if @prebuilt_lockfile.nil? || @podfile.nil? validate_with_podfile end end end
Version data entries
35 entries across 35 versions & 4 rubygems