fastlane-plugin-instabug_official 0.3 → 0.3.1

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: 16c54c18bcc8ec30e49641a6dd11c9427ead1aacef7e20e4b35fc5a3e9953a3a
4
- data.tar.gz: b1fe30b20109e5ddaaf610f9600f935ce8e83eb58ab80e0d5cc017caebea7a18
3
+ metadata.gz: bbf45c9419a403b2c0a03f1cdb0bdc11607e12c72acc7f7d1ba936531bd31eb9
4
+ data.tar.gz: ca99e9b053c73145ce17d86df6f8d9b19d406c08d0810c4061e61f3fd8230dd2
5
5
  SHA512:
6
- metadata.gz: 824acdb10f60e0fb1dbf4809cf4cdb8d7812d71fcd3bce1a046d8bd74fb48124fff344224703fe56142ef1d298e4081caae0d1b16d01ba765745eb83c9bdfe81
7
- data.tar.gz: ac650a1c7329b7d88b6b897e34fbd9f63801cb3e529eb33b547899f03ae238acdf4c9765650e0d1a2507799818fa393c491da1f050d2e884ab6139121937efe3
6
+ metadata.gz: 2a420bb0a15052fc0d35955e2024cd4fb549e1ba62b363fb63d1b4c867d48f8a388afb047207cd02688f0dbdf9607912b5482dc8efeb1ff1c99c6fc800942981
7
+ data.tar.gz: ebf27aa371cfd5a64423668718fc0dfecfff6fb4344897be3f709b11224093c1096f3c7631360b3f3ba4a293493763393b3070e66cb8df9ef9299c113d3a9915
@@ -113,9 +113,10 @@ module Fastlane
113
113
  def self.copy_dsym_paths_into_directory(dsym_paths, directory_path)
114
114
  dsym_paths.each do |path|
115
115
  if File.extname(path) == '.dSYM'
116
- FileUtils.copy_entry(path, "#{directory_path}/#{File.basename(path)}") if File.exist?(path)
116
+ destination_path = "#{directory_path}/#{File.basename(path)}"
117
+ FileUtils.copy_entry(path, destination_path) if File.exist?(path)
117
118
  else
118
- Actions.sh("unzip #{path} -d #{directory_path}")
119
+ Actions.sh("unzip -n #{path} -d #{directory_path}")
119
120
  end
120
121
  end
121
122
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module InstabugOfficial
3
- VERSION = "0.3"
3
+ VERSION = "0.3.1"
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'
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instabug
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-19 00:00:00.000000000 Z
11
+ date: 2020-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry