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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd9ba22eed4c790f094cb0e7bcbd819d36a07b375cb8c6145fe6e3c1d25fa738
4
- data.tar.gz: edaf827a9ba193c916058e9806529e8c34cbe3bc11c11dabc2eb54f564e70504
3
+ metadata.gz: 1ca4095c67642262eb9a8b12360a74ca7e03711b0edd344d3a99d6d083e0325c
4
+ data.tar.gz: 1ff84ac341ff7d05a759f5d6935295c9a36a268f27c2502cec1f51b027c4170c
5
5
  SHA512:
6
- metadata.gz: 9c0007b34157d1cdcee80b1422caabd6ce5ed1c2a5df74c00ed30fd23eb6a4d62f9b4af7cf25a4a52469471bef896e0a747c7b49642119be813f9e1b5cd6aa3b
7
- data.tar.gz: a00eb3b969492d2d8d67fd8f41fc01a2ec66a8bba742e5678b6a874974e1dca770c29d194e5fccd5c6535f70cb09cb5d7655f9c8ed5d1a8f3616e014cb612606
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
- help! "!!! has no xcworkspace file at --> #{@path}"
40
- else
41
- pp("find xcworkspace at --> " + "#{@workSpace_path}",1)
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
@@ -1,3 +1,3 @@
1
1
  module DYAutomate
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
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.5
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-25 00:00:00.000000000 Z
11
+ date: 2019-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler