DYAutomate 1.1.3 → 1.1.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: e84855ee5e6b66859dcfc66b586ef25fb91b79ea65118a9fa909ae2eed26b42d
4
- data.tar.gz: 89b0e9bf7b2e5f37e09c5d0b0ab72dfe342102967e08173c1de8afc70587265e
3
+ metadata.gz: fd0ed0bb0eee6aeaed3bd2d0b1797fa505bc8ad4f7e78f6a90bcd213a997a4dd
4
+ data.tar.gz: 6da66ccf749afef5502e9af5e1e6cd6f211b3dd1428272734a3e9e96841496e8
5
5
  SHA512:
6
- metadata.gz: 37bffd5981e7a9afaa5f4a4153ba666f95663c3377f4697b72d1d63524134b76236e48435d47fdb717dec4508132a05a791c47043454d9958708f0e8133f38cf
7
- data.tar.gz: f6c2f4f8c2304ea74adc815d15bc5cb0bc3946beb34b67ef0ce1b48436aba0ec19259bd9330f4080600999152953c991adae6c7324a30fcf0b21d0423adaa3b2
6
+ metadata.gz: ba7999eb56829b33a5ac21ef8775bac4204eae60dda0f9c58e90c510b4c9ec943c7f439cc14bd8c9bf9ebc6cb7c2d980de80fe550c4912b29f787530937eb50c
7
+ data.tar.gz: 0005ba4dd079fbf013d97b2cdc8b9fb17ee04ec74feded7ce7596a951ec0886145920cf63ae230a62a408e356c4393a05ae0faf32146f8ba1fb4b715200f157d
@@ -52,6 +52,16 @@ module DYAutomate
52
52
  puts msg.red if msg
53
53
  end
54
54
  end
55
+ #
56
+ # def repoName
57
+ # @repoName = @config.detailObj.private_repo_name if @config
58
+ # @repoName
59
+ # end
60
+ #
61
+ # def env_str
62
+ # @env_str = @config.detailObj.env_str if @config
63
+ # @env_str
64
+ # end
55
65
 
56
66
  end
57
67
  end
@@ -144,7 +144,7 @@ module DYAutomate
144
144
  #更新repo
145
145
  def dy_update_repo
146
146
  path = File.join(Dir.home,'.cocoapods/repos')
147
- excludeFiles = [".","..",".DS_Store",'master']
147
+ excludeFiles = [".","..",".DS_Store",'master','trunk']
148
148
  Dir.entries(path).each do |subDir|
149
149
  puts subDir
150
150
  unless excludeFiles.include?(subDir)
@@ -81,7 +81,7 @@ module DYAutomate
81
81
  #更新repo
82
82
  def dy_update_repo
83
83
  path = File.join(Dir.home,'.cocoapods/repos')
84
- excludeFiles = [".","..",".DS_Store",'master']
84
+ excludeFiles = [".","..",".DS_Store",'master','trunk']
85
85
  Dir.entries(path).each do |subDir|
86
86
  puts subDir
87
87
  unless excludeFiles.include?(subDir)
@@ -1,3 +1,3 @@
1
1
  module DYAutomate
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
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.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 陈冬冬
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-27 00:00:00.000000000 Z
11
+ date: 2020-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler