cocoapods-cafswitcher 0.0.29 → 0.0.30
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 +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +25 -18
- data/lib/cocoapods-cafswitcher/Main.rb +11 -6
- data/lib/cocoapods-cafswitcher/gem_version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 665ef99907a1f245ae1cb6b32a036a6315772689c6acedfec05b79a74271d1ed
|
|
4
|
+
data.tar.gz: 8ca5e29f37c0cb77c147207a1cec9704eda457f6fbc2c1b6ac9c8242aca4ea55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d603a0a2ffcdd896765e0cede565ed51d8b27c595ecc7c0be1f9b00d2a77d8e71110be09009fba9ba56d0d27c682b318985b498e79b9e498b6e368b89817f4a
|
|
7
|
+
data.tar.gz: c437acc1ca533aef71f86f9406d532a35f8b91231e98b11615d383412d961517b6df9c2725aa70dd2c4fd161d7977fc6296951659bdbf6583a5c2866785ec2a6
|
data/Gemfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
source 'https://
|
|
1
|
+
source 'https://gems.ruby-china.com/'
|
|
2
2
|
|
|
3
3
|
# Specify your gem's dependencies in cocoapods-cafswitcher.gemspec
|
|
4
4
|
gemspec
|
|
@@ -10,5 +10,5 @@ group :development do
|
|
|
10
10
|
gem 'bacon'
|
|
11
11
|
gem 'mocha-on-bacon'
|
|
12
12
|
gem 'prettybacon'
|
|
13
|
-
gem 'cocoapods-stats'
|
|
13
|
+
gem 'cocoapods-stats'
|
|
14
14
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cocoapods-cafswitcher (0.0.
|
|
4
|
+
cocoapods-cafswitcher (0.0.30)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
|
-
remote: https://
|
|
7
|
+
remote: https://gems.ruby-china.com/
|
|
8
8
|
specs:
|
|
9
9
|
CFPropertyList (3.0.2)
|
|
10
|
-
activesupport (4.2.11.
|
|
10
|
+
activesupport (4.2.11.3)
|
|
11
11
|
i18n (~> 0.7)
|
|
12
12
|
minitest (~> 5.1)
|
|
13
13
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
14
14
|
tzinfo (~> 1.1)
|
|
15
|
-
algoliasearch (1.27.
|
|
15
|
+
algoliasearch (1.27.3)
|
|
16
16
|
httpclient (~> 2.8, >= 2.8.3)
|
|
17
17
|
json (>= 1.5.1)
|
|
18
18
|
atomos (0.1.3)
|
|
19
19
|
bacon (1.2.0)
|
|
20
20
|
claide (1.0.3)
|
|
21
|
-
cocoapods (1.
|
|
21
|
+
cocoapods (1.9.3)
|
|
22
22
|
activesupport (>= 4.0.2, < 5)
|
|
23
23
|
claide (>= 1.0.2, < 2.0)
|
|
24
|
-
cocoapods-core (= 1.
|
|
24
|
+
cocoapods-core (= 1.9.3)
|
|
25
25
|
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
|
26
26
|
cocoapods-downloader (>= 1.2.2, < 2.0)
|
|
27
27
|
cocoapods-plugins (>= 1.0.0, < 2.0)
|
|
@@ -36,26 +36,31 @@ GEM
|
|
|
36
36
|
molinillo (~> 0.6.6)
|
|
37
37
|
nap (~> 1.0)
|
|
38
38
|
ruby-macho (~> 1.4)
|
|
39
|
-
xcodeproj (>= 1.
|
|
40
|
-
cocoapods-core (1.
|
|
39
|
+
xcodeproj (>= 1.14.0, < 2.0)
|
|
40
|
+
cocoapods-core (1.9.3)
|
|
41
41
|
activesupport (>= 4.0.2, < 6)
|
|
42
42
|
algoliasearch (~> 1.0)
|
|
43
43
|
concurrent-ruby (~> 1.1)
|
|
44
44
|
fuzzy_match (~> 2.0.4)
|
|
45
45
|
nap (~> 1.0)
|
|
46
|
+
netrc (~> 0.11)
|
|
47
|
+
typhoeus (~> 1.0)
|
|
46
48
|
cocoapods-deintegrate (1.0.4)
|
|
47
49
|
cocoapods-downloader (1.3.0)
|
|
48
50
|
cocoapods-plugins (1.0.0)
|
|
49
51
|
nap
|
|
50
52
|
cocoapods-search (1.0.0)
|
|
51
|
-
cocoapods-stats (1.
|
|
52
|
-
cocoapods-trunk (1.
|
|
53
|
+
cocoapods-stats (1.1.0)
|
|
54
|
+
cocoapods-trunk (1.5.0)
|
|
53
55
|
nap (>= 0.8, < 2.0)
|
|
54
56
|
netrc (~> 0.11)
|
|
55
|
-
cocoapods-try (1.
|
|
57
|
+
cocoapods-try (1.2.0)
|
|
56
58
|
colored2 (3.1.2)
|
|
57
|
-
concurrent-ruby (1.1.
|
|
59
|
+
concurrent-ruby (1.1.6)
|
|
58
60
|
escape (0.0.4)
|
|
61
|
+
ethon (0.12.0)
|
|
62
|
+
ffi (>= 1.3.0)
|
|
63
|
+
ffi (1.13.0)
|
|
59
64
|
fourflusher (2.3.1)
|
|
60
65
|
fuzzy_match (2.0.4)
|
|
61
66
|
gh_inspector (1.1.3)
|
|
@@ -63,8 +68,8 @@ GEM
|
|
|
63
68
|
i18n (0.9.5)
|
|
64
69
|
concurrent-ruby (~> 1.0)
|
|
65
70
|
json (2.3.0)
|
|
66
|
-
minitest (5.
|
|
67
|
-
mocha (1.
|
|
71
|
+
minitest (5.14.1)
|
|
72
|
+
mocha (1.11.2)
|
|
68
73
|
mocha-on-bacon (0.2.3)
|
|
69
74
|
mocha (>= 0.13.0)
|
|
70
75
|
molinillo (0.6.6)
|
|
@@ -76,9 +81,11 @@ GEM
|
|
|
76
81
|
rake (13.0.1)
|
|
77
82
|
ruby-macho (1.4.0)
|
|
78
83
|
thread_safe (0.3.6)
|
|
79
|
-
|
|
84
|
+
typhoeus (1.4.0)
|
|
85
|
+
ethon (>= 0.9.0)
|
|
86
|
+
tzinfo (1.2.7)
|
|
80
87
|
thread_safe (~> 0.1)
|
|
81
|
-
xcodeproj (1.
|
|
88
|
+
xcodeproj (1.16.0)
|
|
82
89
|
CFPropertyList (>= 2.3.3, < 4.0)
|
|
83
90
|
atomos (~> 0.1.3)
|
|
84
91
|
claide (>= 1.0.2, < 2.0)
|
|
@@ -94,11 +101,11 @@ DEPENDENCIES
|
|
|
94
101
|
cocoapods
|
|
95
102
|
cocoapods-cafswitcher!
|
|
96
103
|
cocoapods-plugins
|
|
97
|
-
cocoapods-stats
|
|
104
|
+
cocoapods-stats
|
|
98
105
|
mocha
|
|
99
106
|
mocha-on-bacon
|
|
100
107
|
prettybacon
|
|
101
108
|
rake
|
|
102
109
|
|
|
103
110
|
BUNDLED WITH
|
|
104
|
-
1.
|
|
111
|
+
1.17.3
|
|
@@ -196,13 +196,18 @@ Pod::HooksManager.register('cocoapods-cafswitcher', :pre_install) do |installer_
|
|
|
196
196
|
podName = subPod.split('/')[0]
|
|
197
197
|
changedPods << podName
|
|
198
198
|
end
|
|
199
|
+
|
|
200
|
+
# gitPathList.each do |gitPathSubPod|
|
|
201
|
+
# changedSubPods << gitPathSubPod
|
|
202
|
+
# end
|
|
203
|
+
changedSubPods.uniq!
|
|
204
|
+
|
|
199
205
|
changedPods.uniq!
|
|
206
|
+
|
|
207
|
+
|
|
200
208
|
Pod::UI.puts "\nchanged Pod is:\n " + changedPods.to_s + "\n" unless changedPods.empty?
|
|
201
209
|
|
|
202
|
-
|
|
203
|
-
changedSubPods << gitPathSubPod
|
|
204
|
-
end
|
|
205
|
-
changedSubPods.uniq!
|
|
210
|
+
|
|
206
211
|
|
|
207
212
|
cleanPodsDir(changedSubPods)
|
|
208
213
|
cleanCocoapodsCache(gitPathList)
|
|
@@ -227,10 +232,10 @@ def cleanCocoapodsCache(gitPathList)
|
|
|
227
232
|
next
|
|
228
233
|
end
|
|
229
234
|
Pod::UI.message("Removing spec #{desc[:spec_file]} (v#{desc[:version]})") do
|
|
230
|
-
FileUtils.
|
|
235
|
+
FileUtils.rm_rf([desc[:spec_file]])
|
|
231
236
|
end
|
|
232
237
|
# Pod::UI.message("Removing cache #{desc[:slug]}") do
|
|
233
|
-
# FileUtils.rm_rf(desc[:slug])
|
|
238
|
+
# FileUtils.rm_rf([desc[:slug]])
|
|
234
239
|
# end
|
|
235
240
|
end
|
|
236
241
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-cafswitcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.30
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- handa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -94,8 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
|
-
|
|
98
|
-
rubygems_version: 2.7.7
|
|
97
|
+
rubygems_version: 3.0.8
|
|
99
98
|
signing_key:
|
|
100
99
|
specification_version: 4
|
|
101
100
|
summary: A longer description of cocoapods-cafswitcher.
|