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

Version Path
cocoapods-binary-artifactory-cache-0.0.2 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.1 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.14 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.13 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.12 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.11 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.10 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.9 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.8 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.7 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.6 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.5 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.3 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.2 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-0.1.1 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb