fastlane-plugin-upload_dsym 0.1.2 → 0.1.3
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: 47a17cc8886681f85dddfec037710ae43e421274cfdad3eecda51d8cbffb841f
|
|
4
|
+
data.tar.gz: ef338c5fb05354b9727fa1740312c16bcfd65afb1070077283241cda65fb59bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a85166ab0d80bfa3a26a498807337db518721a5b5c3349f049eb4426c6c95e7eb21d30c28d832ecd95abe552bc157d1339d48fc22655329926c34f555946317f
|
|
7
|
+
data.tar.gz: 7e945ae0b58efe875cc9e4d453d72316e641686bde72f8b7ea6e87c260fe687912e66f350af2a1b0818dcd3b2a0281fddd3333d869fcd9d79e07648851ab3114
|
|
@@ -23,7 +23,7 @@ module Fastlane
|
|
|
23
23
|
|
|
24
24
|
UI.user_error!("host not pass ❌") unless host
|
|
25
25
|
UI.user_error!("dsym_zip_file not pass ❌") unless dsym_zip_file
|
|
26
|
-
|
|
26
|
+
|
|
27
27
|
UI.important("[UploadDsymAction] [upload_specity] host: #{host} ⚠️")
|
|
28
28
|
UI.important("[UploadDsymAction] [upload_specity] dsym_zip_file: #{dsym_zip_file} ⚠️")
|
|
29
29
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-upload_dsym
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- xiongzenghui
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -104,16 +104,16 @@ dependencies:
|
|
|
104
104
|
name: rubocop
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
|
-
- -
|
|
107
|
+
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 0
|
|
109
|
+
version: '0'
|
|
110
110
|
type: :development
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
|
-
- -
|
|
114
|
+
- - ">="
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: 0
|
|
116
|
+
version: '0'
|
|
117
117
|
- !ruby/object:Gem::Dependency
|
|
118
118
|
name: rubocop-require_tools
|
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -148,14 +148,14 @@ dependencies:
|
|
|
148
148
|
requirements:
|
|
149
149
|
- - ">="
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
|
-
version:
|
|
151
|
+
version: '0'
|
|
152
152
|
type: :development
|
|
153
153
|
prerelease: false
|
|
154
154
|
version_requirements: !ruby/object:Gem::Requirement
|
|
155
155
|
requirements:
|
|
156
156
|
- - ">="
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
|
-
version:
|
|
158
|
+
version: '0'
|
|
159
159
|
description:
|
|
160
160
|
email: zxcvb1234001@163.com
|
|
161
161
|
executables: []
|