fastlane-plugin-deploy_file_provider 0.3.4 → 0.3.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
  SHA1:
3
- metadata.gz: dcdb3502fe2de336ed19bbd9f72028c5a15853e0
4
- data.tar.gz: 3a6a5bcb33c3a68b62035814f957eed32db1f728
3
+ metadata.gz: 6dfd6753bc3bd35280ea834b9192d2c42b592ba0
4
+ data.tar.gz: 2564a212b6f1c4add8b8c912e2a3fff2cccfd562
5
5
  SHA512:
6
- metadata.gz: 17639d3d993a9cd051a70dd81cbf81b57d002d65da851590cb88419e21c8b7f7829a7acaf71a5c391e96fff617c518eacb754b446a53517cae8ae597df7324e9
7
- data.tar.gz: 3332f369fe36c4262c75a95c4b0eb4cbd596211d87ecdd6572f67f2521b4f0efddb2a6c69e4c49f9c3bbdee03e1f35f79ffbc720fc0f8fa194a4d6df4599cb8c
6
+ metadata.gz: 6aae4a1c2ad0a5879e876ba679f4238e71040a4fff8d3139834343a424fe6e46c793f15f5cc456304cc9d7e6efbc85481f432fcff6570415b0fdad1672209f21
7
+ data.tar.gz: af08377d56201e80674a05e077f560f402ef39d205c17dab710506aa5670faf477737ec63b4b389b444650561e8d7040746050806d70d3fc48c6dd3c3e12318f
@@ -13,7 +13,7 @@ module Fastlane
13
13
  RUN_VARIANT_IOS = "ios"
14
14
 
15
15
  ANDROID_CHANGELOG_DIR = "changelogs/"
16
- ANDROID_APK_INFO_DIR = "../"
16
+ ANDROID_APK_INFO_DIR = ""
17
17
  ANDROID_APK_INFO_FILENAME = "apkInfo.txt"
18
18
  #ANDROID_CHANGELOG_FILENAME -> changes depending on build, fetched from api
19
19
 
@@ -156,7 +156,7 @@ module Fastlane
156
156
 
157
157
  version_code_header = "Version code: "
158
158
  android_apk_version_code = nil
159
- if (file.exists)
159
+ if File.exists?(file)
160
160
  File.open(file) do |f|
161
161
  f.each_line do |line|
162
162
  if line.include?(version_code_header)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module DeployFileProvider
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-deploy_file_provider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk, Przemysław Wośko