fastlane-plugin-bundletool 1.0.4 → 1.0.5

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: 2beec5bfb2d18b0204a6818f4cc811b598d2453712b8c459150c2718e4247f6f
4
- data.tar.gz: fdef06f79576b285814a231beeca51059d5c6a65ad56181f1bebadacb2e131d9
3
+ metadata.gz: 3316b9eeacf70304f2e0f69d783ca9d05d2c2d1796506b3542405ccb52d4ecd5
4
+ data.tar.gz: 5cb733e217d21209ab8609c05fbf8f003494b211cf923c5b9acb29a7e7819fae
5
5
  SHA512:
6
- metadata.gz: 7f34ea0842d770fcbe88d39f9b776b4eda9179c6337394a178827791a3cf4fe10387b6b3c1e4e137c9dba5e7d2e10546f02456e5298bd5c5c2c9fa3120c66fac
7
- data.tar.gz: e63256fe509d81b64fd7cf4c79abd3870f78d1db106badd16fc3988a213284546a1db885c409ce7ad8943996682842da3d3681261b3bc02c1d34a8da85111ac3
6
+ metadata.gz: b7df6d358ed9595839f8639a9cc86590310a5fe7f8645e4f8cc6db926c30f60ce74ad27ab1df51ebd45872afc412ab1c579954bc0716b768204d4ee60906e22d
7
+ data.tar.gz: 9d493090e285ec55f947dc0bd172883f0414725b562a723283e0e14b5450d75e350c55ab23451e001dfcc4c295004e1bb5e4fd7042adcb7bce9ae6df3c223be7
data/README.md CHANGED
@@ -13,7 +13,7 @@ fastlane add_plugin bundletool
13
13
  or in your Pluginfile under fastlane folder write the following line and run `bundle install`.
14
14
 
15
15
  ```
16
- gem 'fastlane-plugin-bundletool', '1.0.2'
16
+ gem 'fastlane-plugin-bundletool', '1.0.4'
17
17
  ```
18
18
 
19
19
  ## About bundletool
@@ -71,7 +71,7 @@ module Fastlane
71
71
  keystore_params = ''
72
72
 
73
73
  unless keystore_info.empty?
74
- keystore_params = "--ks=\"#{keystore_info[:keystore_path]}\" --ks-pass=\"pass:#{keystore_info[:keystore_password]}\" --ks-key-alias=\"#{keystore_info[:alias]}\" --key-pass=\"pass:#{keystore_info[:alias_password]}\""
74
+ keystore_params = "--ks='#{keystore_info[:keystore_path]}' --ks-pass='pass:#{keystore_info[:keystore_password]}' --ks-key-alias='#{keystore_info[:alias]}' --key-pass='pass:#{keystore_info[:alias_password]}'"
75
75
  end
76
76
 
77
77
  cmd = "java -jar #{@bundletool_temp_path}/bundletool.jar build-apks --bundle=\"#{aab_path}\" --output=\"#{output_path}\" --mode=universal #{keystore_params}"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Bundletool
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-bundletool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Gonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-12 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry