DYAutomate 1.0.5 → 1.0.6
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 +4 -4
- data/lib/DYAutomate/Command/workspace.rb +5 -5
- data/lib/DYAutomate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ca4095c67642262eb9a8b12360a74ca7e03711b0edd344d3a99d6d083e0325c
|
|
4
|
+
data.tar.gz: 1ff84ac341ff7d05a759f5d6935295c9a36a268f27c2502cec1f51b027c4170c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae65c6fa1529e770cbdd958492796a0450c6b6f300dd354b5872022674bae9bb37769f48b2faf3e756cf3dacaa337c1e8a1ff625b51b188216d446c0642b9f80
|
|
7
|
+
data.tar.gz: 0f3ffa54836641769a975273ee53f473e1c6b86a68106ba32cbb4549a3e423f7ad79210f23d0bf516792767c5842809193201fd3e4de4e57702ef2eb558f74d2
|
|
@@ -35,11 +35,11 @@ module DYAutomate
|
|
|
35
35
|
pp("find project at -->#{@project_path}",1)
|
|
36
36
|
end
|
|
37
37
|
|
|
38
|
-
unless existWorkSpace?
|
|
39
|
-
|
|
40
|
-
else
|
|
41
|
-
|
|
42
|
-
end
|
|
38
|
+
# unless existWorkSpace?
|
|
39
|
+
# help! "!!! has no xcworkspace file at --> #{@path}"
|
|
40
|
+
# else
|
|
41
|
+
# pp("find xcworkspace at --> " + "#{@workSpace_path}",1)
|
|
42
|
+
# end
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
def run
|
data/lib/DYAutomate/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: DYAutomate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 陈冬冬
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|