fastlane-plugin-deploy_file_provider 0.5.1 → 0.5.2

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: ebed9df987808b0bcc218eae765472a58a7b5ecc
4
- data.tar.gz: 074595e51ab2ceb40544f2b6eabb243836402a10
3
+ metadata.gz: 0d9e4b2f2a63819f03f6d52847e32b5ed49ea297
4
+ data.tar.gz: 19f266bb5fd2fe0f66150fe5bc637f6cd7494a08
5
5
  SHA512:
6
- metadata.gz: 48079145a09494425492b6a7b74c0c57d43a838e7566e5f53ab5b352d9f4b48d288698dc1ea5b74c76aa079b406e1f9196b96f1c3b05129d364622448b36cab9
7
- data.tar.gz: e198b6d609b5742093faaccaa90b0924534a13b52db6c84cbe807903ec7e2301778de7765a1013d117806e8dea398400902e0ad86db23c88ad8246bba1d177d0
6
+ metadata.gz: d05996c52f5a4724be1116d9c979d964728d7beb533cb9b58ab03025d349ea6649daed8d90a2a5074ff6a78bd3ec443b296e09450aec21ce0482ddbee99daa68
7
+ data.tar.gz: 7f241d466fdad5b5f2cb7bbb15aba7ec83cd2e53ed432516e9dc1535ff6192d2b3cd8f02efd528ce0d3d1e3eb4d874fb43fa341055a06c1596a8ec92614071f9
@@ -21,7 +21,7 @@ module Fastlane
21
21
  if platform.eql? RUN_VARIANT_ANDROID
22
22
  Helper::AndroidFileHelper.prepareFiles(params, country_MetaData)
23
23
  elsif platform.eql? RUN_VARIANT_IOS
24
- Helper::AndroidFileHelper.prepareFiles(params, country_MetaData)
24
+ Helper::IOSFileHelper.prepareFiles(params, country_MetaData)
25
25
  else
26
26
  UI.message("Error: Unknown platform. Plugin won't run!".red)
27
27
  raise Exception, "Lane was stopped by script"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module DeployFileProvider
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-deploy_file_provider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk, Przemysław Wośko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-24 00:00:00.000000000 Z
11
+ date: 2016-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client