fastlane-plugin-instabug_official 0.3.3 → 0.3.4
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: 1e6833ce081d8328e739e0965360dcf8e66f6a174a0a4b11f29a430cc273ad67
|
|
4
|
+
data.tar.gz: ec818cf7859caa254b1d6b79a0466ca428656247a2421e33c6aa03aa6cbb3a1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f614749d6fb9b18483785d64de9a1475f8353fe4afa692a31f3ff9bf9a2b181779b3772e30cd361b2398ae4ebea95d73d8a472c85050a6abae597327e348784
|
|
7
|
+
data.tar.gz: ceaa17739f8beec804fc46c1959668b53ded09f670f7e7518fc517ea36bfdba5e4f8960f228832a5c95ceda1b1253c3bb3051a425eb1b7a8ffa140e4139f83a0
|
|
@@ -124,11 +124,11 @@ module Fastlane
|
|
|
124
124
|
|
|
125
125
|
def self.build_single_file_command(command, dsym_path)
|
|
126
126
|
file_path = if dsym_path.end_with?('.zip')
|
|
127
|
-
dsym_path
|
|
127
|
+
dsym_path
|
|
128
128
|
else
|
|
129
|
-
ZipAction.run(path: dsym_path, include: [], exclude: [])
|
|
129
|
+
ZipAction.run(path: dsym_path, include: [], exclude: [])
|
|
130
130
|
end
|
|
131
|
-
command + "@\"#{
|
|
131
|
+
command + "@\"#{file_path}\""
|
|
132
132
|
end
|
|
133
133
|
end
|
|
134
134
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-instabug_official
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Instabug
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
168
|
version: '0'
|
|
169
169
|
requirements: []
|
|
170
|
-
rubygems_version: 3.1.
|
|
170
|
+
rubygems_version: 3.1.6
|
|
171
171
|
signing_key:
|
|
172
172
|
specification_version: 4
|
|
173
173
|
summary: Plugin to upload DSYMs to Instabug Dashboard.
|