stool 0.2.22 → 0.2.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5039204b974092d3b3cfabaeef67ca3816a0296a0284e81f2e5ab4f9838891fe
4
- data.tar.gz: c1bdea4c7823fbfbcac188f525673cd7c18d074a9e04adfd3f6fabbbe8259eaf
3
+ metadata.gz: 9793814df9a0718112384e1e9173d2b7056b497496344d68b9ec2396706f56a9
4
+ data.tar.gz: b92b7e5c0d2efc89e6a6f41b1eb9817c02d5fa9e1279511b9e2ab78d6ccbdc97
5
5
  SHA512:
6
- metadata.gz: 02ce63b0d4f8d5267ca2469234e129e322ba2029e39b3af8e756fe2830bfadcf57270fabcefb0f405f9fbd2d9119196912bcecfcea0239d4812e8b1f55e4e7a3
7
- data.tar.gz: 9154e9dae04989cfee84932bd1033015c51ee224e40336076172b66a6dd00d6f7ce8159d2fb40eaa3f15582becc095756047cc66c1b07a9bbc3b823bc741e06f
6
+ metadata.gz: daad1018b03ece902dcb6b7d22ca835915dcae361f4f0312b7be1aa6ec9a7baed95c58af83185c339c8acafb590d0db8ad340dc84d40a6e2d3bff8b0d46e383d
7
+ data.tar.gz: cb5d272d50b6865226f356b8ce88b3206079178049b7ac7f762d3f6252104cb47c16a5165b6a59d120e5f20045e97cbf0222fc7fa5e8b5d32678f74934ff92b0
@@ -95,9 +95,12 @@ module Stool
95
95
 
96
96
  diff = diffOf(lastTaskInfo.otherCode,@info.otherCode)
97
97
  diff.each do |x|
98
- puts "--- 清除lib缓存:#{x} ..."
99
- puts `pod cache clean #{x} --all`
98
+ if x.length > 0
99
+ puts "--- 清除lib缓存:#{x} ..."
100
+ puts `pod cache clean #{x} --all`
101
+ end
100
102
  end
103
+
101
104
  end
102
105
 
103
106
  #执行pod update
@@ -107,7 +110,7 @@ module Stool
107
110
  useCode.collect! {|item|
108
111
  item + "_use_code=1 "
109
112
  }
110
- puts useCode
113
+ puts useCode
111
114
  libs_useCode = useCode.join
112
115
  if @info.allUseCode
113
116
  libs_useCode = 'use_code=1' + libs_useCode
File without changes
@@ -1,3 +1,3 @@
1
1
  module Stool
2
- VERSION = "0.2.22"
2
+ VERSION = "0.2.23"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.22
4
+ version: 0.2.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fiend
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-29 00:00:00.000000000 Z
11
+ date: 2018-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -180,7 +180,6 @@ files:
180
180
  - lib/stool/Command/LibPool/Add.rb
181
181
  - lib/stool/Command/LibPool/Clone.rb
182
182
  - lib/stool/Command/LibPool/List.rb
183
- - lib/stool/Command/Repo.rb
184
183
  - lib/stool/Command/Repo/CacheClean.rb
185
184
  - lib/stool/Command/Util.rb
186
185
  - lib/stool/Command/Util/Jenkins.rb
@@ -188,6 +187,7 @@ files:
188
187
  - lib/stool/Command/WorkSpace.rb
189
188
  - lib/stool/Command/WorkSpace/list.rb
190
189
  - lib/stool/Command/WorkSpace/update.rb
190
+ - lib/stool/Command/repo.rb
191
191
  - lib/stool/Core/BaseObj.rb
192
192
  - lib/stool/Core/Cache.rb
193
193
  - lib/stool/Core/Config.rb
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  version: '0'
221
221
  requirements: []
222
222
  rubyforge_project:
223
- rubygems_version: 2.7.7
223
+ rubygems_version: 2.7.8
224
224
  signing_key:
225
225
  specification_version: 4
226
226
  summary: A tool for workflow!