cocoapods-linkline 0.3.4 → 0.3.5
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: 7e92eda2eed04391c77d81c0a28f2e11834062f694573f0eeaf08348bb6da429
|
4
|
+
data.tar.gz: 5f414a5290b461c7b3e7fbc4aa0d46fdc0586597c7b49f42c446a3c6d4a5f74c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c381263f174fb1a62283609b7c670a6ecc6cf7bbf7afb453ea5fc540891ea3cc15b9e38c5fc66ef889c7390cc0547d48b172eb3ffe7f216bd9f0b42955c06b3
|
7
|
+
data.tar.gz: 006a25718432c5c14deaae64cf31bc6430530b8a88fa5878ab0c4c21d5d3f5ec5bc698d9aa0841ff5a01f95257450c2a5f771a4474a08a8c3b51cd280fbcb682
|
@@ -286,9 +286,8 @@ module Pod
|
|
286
286
|
Pod::UI.puts "#{err_msg}".send(:red)
|
287
287
|
exit -9006
|
288
288
|
end
|
289
|
-
|
290
289
|
git('checkout',@ll_stable_branch) #fommate git command
|
291
|
-
git('
|
290
|
+
git('reset','--hard',"origin/#{@ll_stable_branch}") #fommate git command
|
292
291
|
elsif defined? @ll_stable_tag
|
293
292
|
unless git_tag_exists?(@ll_stable_tag)
|
294
293
|
err_msg = "- Error: #{@ll_stable_source} did not exit tag #{@ll_stable_tag}"
|
@@ -300,7 +299,7 @@ module Pod
|
|
300
299
|
else
|
301
300
|
protechBranch = git('symbolic-ref','refs/remotes/origin/HEAD').split("/").last.strip || "main"
|
302
301
|
git('checkout',protechBranch)
|
303
|
-
git('
|
302
|
+
git('reset','--hard',"origin/#{protechBranch}") #fommate git command
|
304
303
|
end
|
305
304
|
end
|
306
305
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-linkline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- youhui
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|