cocoapods-fix-cache 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a5f1fa5fffe707553cdbfa1badbe44c9782c1f407d06a2241427236a97b3b80
4
- data.tar.gz: fd246cad12e8f6ad9c3e7015ea248a2c6336148838d655e62e258ae51608806e
3
+ metadata.gz: eb6dac2a5b4411d534bdf4d50e1f4588cd7dbc273364dc89ee18ad2faac02d4d
4
+ data.tar.gz: c567c70be68372ae83948af127309cf3d29ccc36380c1e23f4f5da5fe56993c3
5
5
  SHA512:
6
- metadata.gz: 7ca139fdd4c9f7b21bfba19e1a0a19449b4a10dbcde16ca186c3bb54cc870813726cc0efea869d3d8df34bebd403a7ab10273c48affbb49e9b8c1b60660b0ef1
7
- data.tar.gz: e932568d16516b7470c5b441bd6c5350db395841fff32fbdeb5062f0ac1c2ea7cb6e3916dc53d43e8650df68be77ce3ac7d0e7afeaf949d8315df89e672dbea1
6
+ metadata.gz: b7c30281ccfb0755182d7d8a31578bc6516a1ef8f6a1f9c642772f290e9f13467908c562798b990090f28ec76f210541ea59d167fb864e53e97627623894166f
7
+ data.tar.gz: 9cf77fba3f7bae4fbf5fa29ecc0b04ea7ff96c2ae970395fe54aa3f2c42675f9d814a38e42b5e605033673e9353349e9a64974c693813506af4fc11005f9f0f0
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['chengcong']
10
10
  spec.email = ['646376172@qq.com']
11
11
  spec.description = %q{A short description of cocoapods-fix-cache.}
12
- spec.summary = %q{A longer description of cocoapods-fix-cache.}
12
+ spec.summary = %q{Fix Concurrent building occasionally cleans the Pods cache directory, see https://github.com/CocoaPods/CocoaPods/pull/11827}
13
13
  spec.homepage = 'https://github.com/fabcz/cocoapods-fix-cache'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsFixCache
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-fix-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - chengcong
@@ -78,7 +78,8 @@ requirements: []
78
78
  rubygems_version: 3.3.7
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: A longer description of cocoapods-fix-cache.
81
+ summary: Fix Concurrent building occasionally cleans the Pods cache directory, see
82
+ https://github.com/CocoaPods/CocoaPods/pull/11827
82
83
  test_files:
83
84
  - spec/command/cache_spec.rb
84
85
  - spec/spec_helper.rb