fastlane-plugin-upload_symbols_to_shake 1.1.0 → 1.1.1

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: 19320c659a5b7cc5707f5557188fa6192b30eb50148cd4807a514c48f380e7e9
4
- data.tar.gz: 1b751ff6b8b3cd87ce02e7a2102322a9c202dd0f3d45eda5d9a129b1327990d6
3
+ metadata.gz: 7e7b942f3370c9acfa403eb335ca6d79b6140586a27c05ff1c8f5d08f61cd627
4
+ data.tar.gz: a67efa149b3c03ff4c86d88698ee3b5af6d907b42256dfa83f51b658c71f5524
5
5
  SHA512:
6
- metadata.gz: 82c7061eee7f2aa2712b8fa084636088451f7d8f6ec4ea58606d220ac08787af7050bcb80b9a0a930f2cd1059690b303373ec817f73e8ef1ac374e42c113a223
7
- data.tar.gz: 9285e4f83105c3d114abcc355c12cb3b186bbe8343865f89d47cf3022d338388255d5a6104b1a85958c63fc19957614547c7f214b8f8b144a77608384668b20f
6
+ metadata.gz: 5b635b651f8915f1c73f69680d3209a363289ec176098dcd677fd82ef2cab3263a107bd9d48dfdd92ec7b53dbf90d5cdd12f3311774ecf19c9de173dcc5f3bcb
7
+ data.tar.gz: d902e09f7bd112421368f9408befd183c9960b9406a31c71529d83c6c5fb31e1ebc249d388d8ff16e59088fae89609cda67815c23e2ba246c281aefe9cea9c7a
@@ -193,7 +193,9 @@ module Fastlane
193
193
  file_path = if dsym_path.end_with?('.zip')
194
194
  dsym_path.shellescape
195
195
  else
196
- ZipAction.run(path: dsym_path).shellescape
196
+ ZipAction.run(path: dsym_path,
197
+ include: [],
198
+ exclude: []).shellescape
197
199
  end
198
200
  command + "@\"#{Shellwords.shellescape(file_path)}\""
199
201
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module UploadSymbolsToShake
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-upload_symbols_to_shake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shake Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-02 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry