cocoapods-TSPodfileTimeWatch 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
  SHA256:
3
- metadata.gz: e2eae968c21fd848631b14ce12bcd71d0eed5f9058bf31ed01465f928a2d056b
4
- data.tar.gz: fe4225acea142dcb9c02487a2a3925ee26a6dfdd3ebf3063a7078d0b6fdfa89e
3
+ metadata.gz: 89729e0d0c653130cfbb13c2d89e6b0d7d622dc407509c7e7a05cecaa66ee482
4
+ data.tar.gz: ffe84060ada4a3cf0885dc06f15d0c2ee9130438f76600cc84a3e7d3c7fd7d68
5
5
  SHA512:
6
- metadata.gz: e9213d05f6fcad59348846cfb4d2ea4eb5b37fd94f4282778f28626060234fcdc573da5d8873dc5913c1e1396be92522b100850aec02dd03c95bb0e2131bc00e
7
- data.tar.gz: 53459fd618f730609dfa0b7cc86311386601b05db3f71502e55838fd6e7913fad7fb2342f2cf7b559823c1ef99d45c0ed7bc27a320e3cb836e89793891143f72
6
+ metadata.gz: 1d3bf5efc5d150e3a4a8a1a8fa02d744190a503187be64d6716fb89c82e845998d32925cba5c59d0c75c01ef622526dec926cff88a78109e4aac308123bccfc8
7
+ data.tar.gz: 19ff0979aff5e38ec424bcd5b26f423b2eac5d827e90caeebf62dd75b638897fd8390a60c55d491a8fb8a2ad069592f28c7865a527f49005c92ed206f3cd01d7
data/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # cocoapods-TSPodfileTimeWatch
2
2
 
3
- A description of cocoapods-TSPodfileTimeWatch.
4
3
 
5
- ## Installation
6
4
 
7
- $ gem install cocoapods-TSPodfileTimeWatch
5
+ ## 安装:
8
6
 
9
- ## Usage
7
+ $ gem install cocoapods-TSPodfileTimeWatch
10
8
 
11
- $ pod spec TSPodfileTimeWatch POD_NAME
9
+ 可以通过pod install/update --verbose获取每个pod的下载耗时(S),git clone文件大小(M),cache文件大小(M),大小差值(M)。如果大小差值过大则存在优化空间。具体的统计数据请在#{Dir.home}/.AllPodsTimeAndSize.csv中查看。
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTspodfiletimewatch
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -33,7 +33,7 @@ module CocoapodsTSPodfileTimeWatch
33
33
  puts "\e[31mCocoapodsTSPodfileTimeWatch gitAllSize: #{$gitAllSize}M\e[0m"
34
34
  puts "\e[31mCocoapodsTSPodfileTimeWatch cloneAllTime: #{$cloneAllTime}S\e[0m"
35
35
  if $pluginIsVerbose == true
36
- puts "\e[31m 具体的统计数据请在#{Dir.home}/.AllPodsTimeAndSize.csv中查看"
36
+ puts "\e[31m具体的统计数据请在#{Dir.home}/.AllPodsTimeAndSize.csv中查看\e[0m"
37
37
  end
38
38
  end
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-TSPodfileTimeWatch
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
  - keai