fastlane-plugin-instabug_official 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4cd31e00ccf7d08eb06dae94763d037fa565f15a3a8bf511e2cddaefa0b8853
4
- data.tar.gz: '09535c86b470bfc082c194e598a80dd1e4fa4f4c7154c29e6b839ea9bfe1888d'
3
+ metadata.gz: 1e6833ce081d8328e739e0965360dcf8e66f6a174a0a4b11f29a430cc273ad67
4
+ data.tar.gz: ec818cf7859caa254b1d6b79a0466ca428656247a2421e33c6aa03aa6cbb3a1d
5
5
  SHA512:
6
- metadata.gz: 9946522486b66f56471c30f08e9ed26826b4dc37295f8f6e9ba03cd6e85a71f46541ef0f6473b7dd322a6eea0016e5168340da2b194c5f2d32cb8bf949e933cc
7
- data.tar.gz: dd9f90f660184d212193d161d231e32e8b538b2282f91933b1393bcccdae9c01e8a35068f7e83fb2e4aba4ba7b0a2e07bb8da27b5bab9b1b1d5f43a7ec96628a
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.shellescape
127
+ dsym_path
128
128
  else
129
- ZipAction.run(path: dsym_path, include: [], exclude: []).shellescape
129
+ ZipAction.run(path: dsym_path, include: [], exclude: [])
130
130
  end
131
- command + "@\"#{Shellwords.shellescape(file_path)}\""
131
+ command + "@\"#{file_path}\""
132
132
  end
133
133
  end
134
134
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module InstabugOfficial
3
- VERSION = "0.3.3"
3
+ VERSION = "0.3.4"
4
4
  end
5
5
  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.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: 2021-08-03 00:00:00.000000000 Z
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.2
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.