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-cache-next-0.1.16 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-cache-next-0.1.15 lib/cocoapods-binary-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.19 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.18 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.17 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.16 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.15 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.14 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.13 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.12 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.11 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.10 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.9 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-ht-1.0.0 lib/cocoapods-binary-ht/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.8 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.7 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.6 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.5 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.4 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb
cocoapods-binary-artifactory-cache-0.0.3 lib/cocoapods-binary-artifactory-cache/cache/validator_with_podfile.rb