cocoapods-fix-cache 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cocoapods-fix-cache.gemspec +2 -2
- data/lib/cocoapods-fix-cache.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12a2cb0e8383137bc444a865a6731b6a14f12b888594d77e94197cbfcd7380b6
|
4
|
+
data.tar.gz: 611394b49bb2c32c4336684c0a47a3f403061dea05cdedd4a773a0002f15f98f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0117062d4a86e8f705112abfbb41761e5ff99a6ac55f801dff58992653cb6c6ec5b56a2922795c1975ac3e995ceb313a6b775c7616b49a97ed4b72bf7adc49e
|
7
|
+
data.tar.gz: e1306bc08cd490e8cc30736c1c7e579b23a06bcc0134fe0afff63f7c1c2eb3daaaa5533875c59166a75718c3de1cf09ec73c1694044043402f56e43312a3e801
|
data/cocoapods-fix-cache.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = CocoapodsFixCache::VERSION
|
9
9
|
spec.authors = ['chengcong']
|
10
10
|
spec.email = ['646376172@qq.com']
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{
|
11
|
+
spec.description = %q{Fix CocoaPods cache bug}
|
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
|
|
data/lib/cocoapods-fix-cache.rb
CHANGED
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.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chengcong
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description: Fix CocoaPods cache bug
|
42
42
|
email:
|
43
43
|
- 646376172@qq.com
|
44
44
|
executables: []
|
@@ -78,7 +78,8 @@ requirements: []
|
|
78
78
|
rubygems_version: 3.3.7
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
|
-
summary:
|
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
|