fastlane-plugin-instabug_official 0.3.1 → 0.3.2

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: bbf45c9419a403b2c0a03f1cdb0bdc11607e12c72acc7f7d1ba936531bd31eb9
4
- data.tar.gz: ca99e9b053c73145ce17d86df6f8d9b19d406c08d0810c4061e61f3fd8230dd2
3
+ metadata.gz: f8e2c6fb0c54f5a02fb6a2ee091935eddd068585e64eda951402464c14f02a0d
4
+ data.tar.gz: 929cb6261c6567ec406ca6adcc21ef45cabdfa7313e7a2b81e98599576ab89d9
5
5
  SHA512:
6
- metadata.gz: 2a420bb0a15052fc0d35955e2024cd4fb549e1ba62b363fb63d1b4c867d48f8a388afb047207cd02688f0dbdf9607912b5482dc8efeb1ff1c99c6fc800942981
7
- data.tar.gz: ebf27aa371cfd5a64423668718fc0dfecfff6fb4344897be3f709b11224093c1096f3c7631360b3f3ba4a293493763393b3070e66cb8df9ef9299c113d3a9915
6
+ metadata.gz: 224029210cc658c7f0ba0fcbb1b18655f5dd9d931504f945906fc0b4484a45b3246ee5f7d507d0976c9e79fef9e080fb9541c9ef8028debebc8d71270c34449f
7
+ data.tar.gz: 8bda10637b6e27335170c48574526c5762d08497c17951e9203621720f85928196ef198ebedf09b15b5313f0209e728c0329bf6f9bcf8895a35f9e63dad62e30
@@ -1,6 +1,7 @@
1
1
  require 'fileutils'
2
2
  require 'fastlane/action'
3
3
  require_relative '../helper/instabug_official_helper'
4
+ require 'shellwords'
4
5
 
5
6
  module Fastlane
6
7
  module Actions
@@ -116,7 +117,7 @@ module Fastlane
116
117
  destination_path = "#{directory_path}/#{File.basename(path)}"
117
118
  FileUtils.copy_entry(path, destination_path) if File.exist?(path)
118
119
  else
119
- Actions.sh("unzip -n #{path} -d #{directory_path}")
120
+ Actions.sh("unzip -n #{Shellwords.shellescape(path)} -d #{Shellwords.shellescape(directory_path)}")
120
121
  end
121
122
  end
122
123
  end
@@ -127,7 +128,7 @@ module Fastlane
127
128
  else
128
129
  ZipAction.run(path: dsym_path).shellescape
129
130
  end
130
- command + "@\"#{file_path}\""
131
+ command + "@\"#{Shellwords.shellescape(file_path)}\""
131
132
  end
132
133
  end
133
134
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module InstabugOfficial
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instabug
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-28 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry