pod-pipeline 0.5.0 → 0.5.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afc51e61275a6b58b4f0d10d67434a9ee455491487f5d6f48e12f35ec9b06781
|
|
4
|
+
data.tar.gz: e68a6fea1c85b64f39f47ed83ab736623b4848f4a82ea02d059f94aeb52077e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50249a61a5551cf610bbe1dedbea87b889b5731cdf2d1b080a2f3ef563436d27dcd17017829c217e291a3b24728e2a58f8a85e083b4f3dc313be33ef369d9620
|
|
7
|
+
data.tar.gz: b043a21d4f502890c6a19e141b97945f423806cfd294949d5c3c41b4375c6e82b43b4de4a65c154d3bd9e09ab29a91a83d8a750b6356c145407f3dc64f4d85d2
|
|
@@ -42,9 +42,9 @@ module PPL
|
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
def run
|
|
45
|
-
PPL::Scanner.new(@projectPath, ["
|
|
45
|
+
PPL::Scanner.new(@projectPath, ["all"]).run
|
|
46
46
|
|
|
47
|
-
@podspec = PPL::Scanner.
|
|
47
|
+
@podspec = PPL::Scanner.linter.spec
|
|
48
48
|
@workspace = PPL::Scanner.workspace
|
|
49
49
|
puts "Pod: #{@podspec}"
|
|
50
50
|
puts "Workspace: #{@workspace.path}"
|
|
@@ -42,7 +42,7 @@ module PPL
|
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
def run
|
|
45
|
-
PPL::Scanner.new(@projectPath, ['
|
|
45
|
+
PPL::Scanner.new(@projectPath, ['all']).run
|
|
46
46
|
|
|
47
47
|
@channels = ["all"] if @channels.count.zero?
|
|
48
48
|
|
|
@@ -64,7 +64,7 @@ module PPL
|
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
def update_version
|
|
67
|
-
version = PPL::Scanner.
|
|
67
|
+
version = PPL::Scanner.linter.spec.version
|
|
68
68
|
raise "版本号异常,无法更新" unless version
|
|
69
69
|
if @new_version
|
|
70
70
|
version.archiving(@new_version)
|
|
@@ -77,7 +77,7 @@ module PPL
|
|
|
77
77
|
|
|
78
78
|
def update_git
|
|
79
79
|
git = PPL::Scanner.git
|
|
80
|
-
new_tag = PPL::Scanner.
|
|
80
|
+
new_tag = PPL::Scanner.linter.spec.version.version
|
|
81
81
|
git.tags.each do |tag|
|
|
82
82
|
raise "当前版本 #{new_tag} 已发布,请尝试其他版本号" if tag.name.eql? new_tag
|
|
83
83
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pod-pipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 郑贤达
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods-core
|