sjpush 0.0.9 → 0.0.10
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/sjpush.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: bfc4c2070dfd327ddf68bc644dd691395bca3bf52caa847303ef5e66b9c0be62
|
|
4
|
+
data.tar.gz: cff5bc533070f532d01b933a06639965f8d48faafb0ff9abfcd3c885411694de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c4161058b5e6016f29ea39aa1dfd87e53f0434eb0e676a3ccd842dfd138c766276ee8702de04cb1da3bd5c672772f49a72e7c7f1be1d8b6a35f4ec243bd34a3
|
|
7
|
+
data.tar.gz: 100ce35d9d077770819542ed01ed451d2d16e1a29702e29569f275c149814d3f616f60a4860476d36fd381bce39ffcac11bd52847fa80514767631075bbb3f26
|
data/lib/sjpush.rb
CHANGED
|
@@ -150,7 +150,7 @@ class ActionHandler
|
|
|
150
150
|
end
|
|
151
151
|
|
|
152
152
|
repo = getCocoapodsRepo()
|
|
153
|
-
addCommand "pod repo push #{repo} #{spec} --allow-warnings --use-libraries --verbose"
|
|
153
|
+
addCommand "pod repo push #{repo} #{spec} --allow-warnings --use-libraries --verbose --skip-import-validation"
|
|
154
154
|
end
|
|
155
155
|
|
|
156
156
|
def executeCommands
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sjpush
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SanJiang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 用于辅助git提交
|
|
14
14
|
email:
|