cocoapods-binary-cache 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f1e025f0f15030692b54a837f0570f8407e19b83a073f8aa39f3f0a7e37fa49
4
- data.tar.gz: 68a219a8f46e33712e4471295ba767e4cf523152a060d1bf4ada279096803eb4
3
+ metadata.gz: 7da9e54a448a2db99d8e9870096b80872868f2593d365298907a499676383e78
4
+ data.tar.gz: 6317b96160456163abb6cebf49b92f066b405ae312d9918d864cff8449b0c3f2
5
5
  SHA512:
6
- metadata.gz: d64cfaed327ace3fb95372be38dff97ec3ea059eb97d64053e2c7b213efb71c53b77f27d8ed38e1d7521f7992dede01d73ad670f86cfd7928e4ca4bc41f7b4d0
7
- data.tar.gz: 3895ac6b33beabfe3d78210b76712b68096852886e527882e68100888b322404b35399b21211dc02d38192d35d2038784bbc67e4e869814fc2ab0547813ef760
6
+ metadata.gz: cd63f945a80479d7c25bb52fc57f0659aba555da7e7f27308ad406d12806418cab69ab7ca6f3575dfdd2902bf69cb19127aa39e422dc8af1b1ed291c1d2497a0
7
+ data.tar.gz: f7b9d360fe8d2f81f784c3c8c0dd1481c904c0462b87af0fa968a981609f85de8213e0074ca3691e871627bfc19530400e1012740250068f1cb3550e3018cf2a
@@ -9,7 +9,6 @@ module Pod
9
9
  end
10
10
 
11
11
  apply_config.call(:prebuild_config)
12
- apply_config.call(:prebuild_job)
13
12
  apply_config.call(:prebuild_all) # TODO (thuyen): Revise this option
14
13
  apply_config.call(:prebuild_all_vendor_pods)
15
14
  apply_config.call(:excluded_pods)
@@ -18,7 +18,6 @@ class PodCacheValidator
18
18
  FileUtils.mkdir_p(target_path)
19
19
  end
20
20
  missing_pods_dic = Hash[]
21
- dev_pods_count = 0
22
21
  cachehit_pods_dic = Hash[]
23
22
  if !external_sources
24
23
  Pod::UI.puts 'No development pods!'
@@ -29,7 +28,6 @@ class PodCacheValidator
29
28
  path = attribs[:path]
30
29
  if path
31
30
  hash = FolderChecksum.checksum(path)
32
- dev_pods_count += 1
33
31
  cached_path = "#{devpod_path}#{name}_#{hash}"
34
32
  if !Dir.exists?(cached_path)
35
33
  missing_pods_dic[name] = hash
@@ -1,4 +1,5 @@
1
1
  require_relative "executor/prebuilder"
2
+ require_relative "../cocoapods-binary-cache/pod-binary/prebuild_dsl"
2
3
 
3
4
  module Pod
4
5
  class Command
@@ -21,6 +22,7 @@ module Pod
21
22
  end
22
23
 
23
24
  def run
25
+ Pod::Podfile::DSL.prebuild_job = true
24
26
  @prebuilder.run
25
27
  end
26
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bang Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-01 00:00:00.000000000 Z
11
+ date: 2020-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.0.8
187
+ rubygems_version: 3.0.3
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: Reduce build time by building pod frameworks and cache to remote storage,