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: 1fb11a7cb6a2d71811d6e26bb4ddfb914c5559d7
4
- data.tar.gz: e33e7a586ebf129566178a90e55e0be48f4b980f
3
+ metadata.gz: 15f7295aabc3ba1e3e579c0cec944ab9b7ec9460
4
+ data.tar.gz: f8db89d29f5344973ba107fd9816ef4e9b0a5f31
5
5
  SHA512:
6
- metadata.gz: f8adc7b7c13cd6a56e139242896f3be08507a6d27e8aeeeaf31abf0cca8726ef6f690e2d1078f4f342bbbdccc40d3e2f0341f3104cdbee56cc907687bdcb3fe7
7
- data.tar.gz: 16180fdea911ef55f2a0dcf810fe7a54cc31b550e2b9d1b6250f99264e0abbefd60505360ddf4452eb815a6fb9f52e1d6074e85cf465e3245d915b22d337f593
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 sort_pods
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 = '根据 Podfile 文件对 pod 依赖分析'
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
@@ -1,3 +1,3 @@
1
1
  module CocoapodsHipac
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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-18 00:00:00.000000000 Z
11
+ date: 2019-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler