fastlane-plugin-upload_to_server 0.1.3 → 0.1.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27c8c5ee154a7737e71ad90591308619cdc93594
|
|
4
|
+
data.tar.gz: b3d5482f8bc1f2739113603ae15d2e629221a4f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67024f4371d5ea9f4b25a0e86c0be046d4ce77662a93b62291eba9a3547f02b3b22fe9bb2a41ec6bef93c950b8446feb155cefa2ab247ce0b412bb04961f1ceb
|
|
7
|
+
data.tar.gz: 76f37f5954c22548789726772026ced8aeef2914674d5b50b377af842fb627fb13a783340f2c41d687aae61bee8cc962e0874c6f52dbb325cf56eca796380237
|
|
@@ -102,6 +102,10 @@ module Fastlane
|
|
|
102
102
|
description: ".ipa file for the build ",
|
|
103
103
|
optional: true,
|
|
104
104
|
default_value: Actions.lane_context[SharedValues::IPA_OUTPUT_PATH]),
|
|
105
|
+
FastlaneCore::ConfigItem.new(key: :file,
|
|
106
|
+
env_name: "",
|
|
107
|
+
description: "file to be uploaded to the server",
|
|
108
|
+
optional: true,
|
|
105
109
|
FastlaneCore::ConfigItem.new(key: :multipartPayload,
|
|
106
110
|
env_name: "",
|
|
107
111
|
description: "payload for the multipart request ",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-upload_to_server
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maxim Toyberman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|