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: 44ce7d66915ab09fb0578104356b94e292f6838a273be57d81f9398ee0fa69c4
4
- data.tar.gz: 90b2cc8a039a8ef0d14ebe095879ff8d1e198da9c3e2357b1e7631852083af5d
3
+ metadata.gz: 7e92eda2eed04391c77d81c0a28f2e11834062f694573f0eeaf08348bb6da429
4
+ data.tar.gz: 5f414a5290b461c7b3e7fbc4aa0d46fdc0586597c7b49f42c446a3c6d4a5f74c
5
5
  SHA512:
6
- metadata.gz: 37d0810df7d0ed87b2d59ede1c28da87c1c7398b4880e6121a0765f0ae69485b79f8d72d7c7c4f9cc511467136efefc0cfd3f46aa82de5748a9231920793f1f8
7
- data.tar.gz: 0c38e25f326762c8c45e115049a2ffe161e7e2636e0a124397b11dd19e77c824e000e4841176aa907e04e32d01d2c8dff4cadb6b5e41e0e7a240cb21ce1568fd
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('pull','origin',@ll_stable_branch,'-f') #fommate git command
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('pull','origin',protechBranch,'-f')
302
+ git('reset','--hard',"origin/#{protechBranch}") #fommate git command
304
303
  end
305
304
  end
306
305
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsLinkline
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
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
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-21 00:00:00.000000000 Z
11
+ date: 2023-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler