fastlane-plugin-bundletool 1.0.2 → 1.0.3

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: 3a70dacc9fddd22ecc8378ccf029d63cb715929d85acc275ed511f59f34dfdba
4
- data.tar.gz: d53d8500c149e50ef2097b6fecdb6e5be43cd44119bcbda6afd76d0750dfc098
3
+ metadata.gz: 5ff6a7f211427f253c72806e89c9b3452fa65220f93c5e10ce821698287b027f
4
+ data.tar.gz: dd0cbb37dd0e57fe7ae560eef1f1e4bfd7dd042efe5444f6327b94f0ad5ff0ee
5
5
  SHA512:
6
- metadata.gz: 9637417a2e168768728267e7a3ff00f4855ce709579fe7be5f11dbd60ba93b2f7c43e2748ee7ec8bc845deb809b2b12047ad60f6234e209334036e19e1ab1262
7
- data.tar.gz: 68836cc64d7016a88a0f106d5ce787d7fa9a59aab97cbc63d029626036696511ee6fc52faf2d11a693c92c5368c4185d90eb4731c333172bcdf1eabb466f3774
6
+ metadata.gz: fbdeca04c44e500ae18f83704dc2305061663873199e2e054f21bdfe5d107d343b2cfd3416e66ea4d9300c2b18f569422141a5191faa505ae6037edd4a03deeb
7
+ data.tar.gz: 052ac2bc4d209d0fc40582b2e1e8859004475a1f464ea4693af732808a1936f62afd2f2f684c6362a8f8be026a311bce238e19192b0c82608126c46bfa64a640
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.1'
16
+ gem 'fastlane-plugin-bundletool', '1.0.2'
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.2"
3
+ VERSION = "1.0.3"
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Gonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubygems_version: 3.0.3
171
+ rubygems_version: 3.1.2
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Extracts a universal apk from an .aab file