fastlane-plugin-deploy_file_provider 0.5.4 → 0.5.5

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
  SHA1:
3
- metadata.gz: f965f6e9f68f253ed194c49f8b00b76d58fa4e14
4
- data.tar.gz: 58f7d090be5778926efa7028db02adf3c0049f4c
3
+ metadata.gz: 69e26011d211eebdc34ec6cf790fa591cd5c625c
4
+ data.tar.gz: 8b866d30a147c3fffe7678cdda01a2000ca2aaf7
5
5
  SHA512:
6
- metadata.gz: 471f028f55c2d86990972b4178a7fcd11a0d9112029d5c4243bdbbc3f35e7fe4473969a20070f202e5e642a935bfd8125e12d57e82758387b76e04b25bd35b34
7
- data.tar.gz: abf35738b0fd570f5d43997cdbcbd252832916dfc3a84911f068074bc455f25c29b3074c4be2175678a26bed68abdd51116ff6e05714ab80931e9b0fa0bcc25c
6
+ metadata.gz: fe6675052fec718198b595203c59c6e173828c83cae4cb4207f66969746a9e67e870b19ab14f7dd91d7794d42355386e86459fb4b2a467111b77f395e6a1954c
7
+ data.tar.gz: 3fa77c8595f0b37fb1684243e24970a4e05bd6e605e14799d4820658b35cfbb13fd4b0c1cb27910ef6ca19925ccccebec2ebb342741c3edafaf0c0921b93b5e7
@@ -84,7 +84,7 @@ module Fastlane
84
84
 
85
85
  private
86
86
  def self.fetchCurrentMetaData(metadata_root_dir, store_credentials_dir)
87
- fetch_command = "supply init --metadata_path #{metadata_root_dir} --json_key #{store_credentials_dir}"
87
+ fetch_command = "fastlane supply init --metadata_path #{metadata_root_dir} --json_key #{store_credentials_dir}"
88
88
  Action.sh(fetch_command)
89
89
 
90
90
  unless File.directory?(metadata_root_dir)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module DeployFileProvider
3
- VERSION = "0.5.4"
3
+ VERSION = "0.5.5"
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.4
4
+ version: 0.5.5
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: 2017-01-09 00:00:00.000000000 Z
11
+ date: 2017-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client