fastlane-plugin-instabug_official 0.3.2 → 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: f8e2c6fb0c54f5a02fb6a2ee091935eddd068585e64eda951402464c14f02a0d
4
- data.tar.gz: 929cb6261c6567ec406ca6adcc21ef45cabdfa7313e7a2b81e98599576ab89d9
3
+ metadata.gz: 1e6833ce081d8328e739e0965360dcf8e66f6a174a0a4b11f29a430cc273ad67
4
+ data.tar.gz: ec818cf7859caa254b1d6b79a0466ca428656247a2421e33c6aa03aa6cbb3a1d
5
5
  SHA512:
6
- metadata.gz: 224029210cc658c7f0ba0fcbb1b18655f5dd9d931504f945906fc0b4484a45b3246ee5f7d507d0976c9e79fef9e080fb9541c9ef8028debebc8d71270c34449f
7
- data.tar.gz: 8bda10637b6e27335170c48574526c5762d08497c17951e9203621720f85928196ef198ebedf09b15b5313f0209e728c0329bf6f9bcf8895a35f9e63dad62e30
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).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.2"
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.2
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-03-01 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.