cocoapods-hipac 0.0.3 → 0.0.4
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15f7295aabc3ba1e3e579c0cec944ab9b7ec9460
|
4
|
+
data.tar.gz: f8db89d29f5344973ba107fd9816ef4e9b0a5f31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 655b310c3395f05eb6b0ded2157c5c06d28fbe7b6ff8905a35d2b353d68124b334fa33295783339fb03e34d36fc280158610164c45269b4e1e03374fa9f00abf
|
7
|
+
data.tar.gz: 68a42136df90eb681a8e4ff35115f04fc65652e2973de585872e9f2fdfb4c798184ad14aedbee6c89139abf8c1a524b5404d824d4058b7f46c86b2d63f506294
|
@@ -43,7 +43,6 @@ module Pod
|
|
43
43
|
sort_pods = []
|
44
44
|
@grouped_pods.each do |group|
|
45
45
|
group.each do |pod|
|
46
|
-
|
47
46
|
sort_pods << pod
|
48
47
|
end
|
49
48
|
end
|
@@ -53,7 +52,11 @@ module Pod
|
|
53
52
|
end
|
54
53
|
|
55
54
|
UI.puts "\n\npod_dep_sort_result\n\n"
|
56
|
-
UI.puts
|
55
|
+
UI.puts "========="
|
56
|
+
sort_pods.each { |pod|
|
57
|
+
UI.puts pod.name.lstrip.rstrip
|
58
|
+
}
|
59
|
+
UI.puts "========="
|
57
60
|
else
|
58
61
|
puts '没有未依赖正式版本组件.'
|
59
62
|
end
|
@@ -9,10 +9,10 @@ module Pod
|
|
9
9
|
class Command
|
10
10
|
class Hipac < Command
|
11
11
|
class Tree < Hipac
|
12
|
-
self.summary = '
|
12
|
+
self.summary = '输出 podfile.lock 格式的带层级依赖'
|
13
13
|
|
14
14
|
self.description = <<-DESC
|
15
|
-
根据 Podfile 文件对 pod
|
15
|
+
根据 Podfile 文件对 pod 依赖分析,输出 podfile.lock 格式的带层级依赖
|
16
16
|
DESC
|
17
17
|
|
18
18
|
def self.options
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-hipac
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- QiYa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|