vfastdev 0.0.8 → 0.0.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/vfastdev +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a1db618ba39661f9c8c6b2fd762e5b5bb4204ae
4
- data.tar.gz: e3f6594aa952d7db594c151aa270ff5a1a129239
3
+ metadata.gz: c3ce9e54665e8e935f462eeea8e29e2fa01e4cf5
4
+ data.tar.gz: 24f76ed1c205e1bb65f9d1c793655dd4e1e2e300
5
5
  SHA512:
6
- metadata.gz: 0b424a590ce793b05571244b0e4622a7bd4c7892f1e8732c714808223362ae2e69a1d7914772433a882b83d9e828cb151416c186cec6a7f4812b9526fbcaad5d
7
- data.tar.gz: ede35d0ad339c6b9dac8c85dccd0431b3283820c3b871877c2d74da71c06c1049c830711a3b6f93528e4a679af15137c71945edb1e229d017b2e7c584952059b
6
+ metadata.gz: 3f6c2aeb47b01e1ebe3b9f47b60e09ab9661d349260d5f75484ba0e9e4ba47ab621635e352a7b2172a16d2641bff232fe8d61d23f5288dba2dec63d41a78fed2
7
+ data.tar.gz: bc219b841e83342845b43447945e6a4c1a1937e4b265565f8c42384a154ff7cb5cb14ef73636aa8da8d54a09a9763d03dc02295ad61dfc43d050229935827d1d
data/bin/vfastdev CHANGED
@@ -25,7 +25,7 @@ usage = <<EOF
25
25
 
26
26
  \033[1mEXAMPLE\033[0m
27
27
  vfastdev -k "VSBizUserCenter VSBizCollection"
28
- 保留VSBizUserCenter和VSBizCollection作为工程引入,其它业务模块通过静态库引入。SpecPods工程会默认保留。
28
+ 保留VSBizUserCenter和VSBizCollection作为工程引入,其它业务模块通过静态库引入。Spec,VSBaseModule,VSPublic,Pods工程会默认保留。
29
29
 
30
30
  \033[1mISSUES\033[0m
31
31
  1.如果你的代码版本和develop相差太多,可能导致出现找不到头文件,没有这个方法,找不到符号的问题
@@ -54,6 +54,8 @@ else
54
54
  exit(1)
55
55
  end
56
56
 
57
+ $source_names << "VSBaseModule"
58
+ $source_names << "VSPublic"
57
59
  # 判断目录是否存在
58
60
 
59
61
  unless File.exist?('FastDev')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vfastdev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sen.Mao