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 +4 -4
- data/lib/DYAutomate/Command.rb +10 -0
- data/lib/DYAutomate/Command/pod.rb +1 -1
- data/lib/DYAutomate/Command/workspace.rb +1 -1
- 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: fd0ed0bb0eee6aeaed3bd2d0b1797fa505bc8ad4f7e78f6a90bcd213a997a4dd
|
|
4
|
+
data.tar.gz: 6da66ccf749afef5502e9af5e1e6cd6f211b3dd1428272734a3e9e96841496e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba7999eb56829b33a5ac21ef8775bac4204eae60dda0f9c58e90c510b4c9ec943c7f439cc14bd8c9bf9ebc6cb7c2d980de80fe550c4912b29f787530937eb50c
|
|
7
|
+
data.tar.gz: 0005ba4dd079fbf013d97b2cdc8b9fb17ee04ec74feded7ce7596a951ec0886145920cf63ae230a62a408e356c4393a05ae0faf32146f8ba1fb4b715200f157d
|
data/lib/DYAutomate/Command.rb
CHANGED
|
@@ -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)
|
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.1.
|
|
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:
|
|
11
|
+
date: 2020-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|