fastlane-plugin-apprepo 0.5.2 → 0.5.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
  SHA1:
3
- metadata.gz: 921cf0d7b4171198c0ce532aea014f875a7e5519
4
- data.tar.gz: eea4c894bb932d5a3582c79701311fa87d3158e6
3
+ metadata.gz: 2a5e3056ea1db16488195f85a37e4a0de39aaa86
4
+ data.tar.gz: 22b1f7d7ffafea7129099d65dbb435d9be2e68a7
5
5
  SHA512:
6
- metadata.gz: 479ec3bfe144d8a515ca537293dc0113d3e6a65bd09b9127e80236b8bf3da8df20dcaf9fd65688b58fda987fc862be06a70c1bd3ed0c62d284db49dd5ba80e1a
7
- data.tar.gz: 1ae0065f76b8d92aacd19324f8e2e7e8c1b73ec1147a39811f1decf6697ce8fde28fde595cafaa9cd7dbbe543a2df19050d365fc6a1fa0c9531e49246cb27223
6
+ metadata.gz: 9da32d0c01ff03e0f33e338c1246e9580031063d2a8137383dc711171a080af28dc1eb5980969cf1b2574fb35890ba0b6e3060449dcbb6ff8fba7d88d3c24c62
7
+ data.tar.gz: b876128e1f912cd6a023ef294064c95a4d225082e617261a95ac56abc057a1eaabd8ac99f87862492bab24cc07a7509a89f48438f48fadc663af23e2b804c458
@@ -272,7 +272,7 @@ module Fastlane
272
272
  end
273
273
 
274
274
  def remote_manifest_path(appcode)
275
- remote_manifest_path = remote_path(appcode) + 'manifest.json'
275
+ remote_path(appcode) + 'manifest.json'
276
276
  end
277
277
 
278
278
  def generate_remote_path
@@ -272,7 +272,7 @@ module Fastlane
272
272
  end
273
273
 
274
274
  def remote_manifest_path(appcode)
275
- remote_manifest_path = remote_path(appcode) + 'manifest.json'
275
+ remote_path(appcode) + 'manifest.json'
276
276
  end
277
277
 
278
278
  def generate_remote_path
@@ -1,7 +1,7 @@
1
1
  module Fastlane
2
2
  # Static configuration values
3
3
  module Apprepo
4
- VERSION = "0.5.2".freeze
4
+ VERSION = "0.5.3".freeze
5
5
  SUMMARY = 'Fastlane plugin for distributing artifacts with SFTP upload'.freeze
6
6
  DESCRIPTION = 'Fastlane plugin SFTP/AppRepo uploader'.freeze
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-apprepo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matej Sychra