fastlane-plugin-applivery 0.2.0 → 0.2.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19991d24a0b79d928010cc1fb8603b0bc451fb70
|
4
|
+
data.tar.gz: 295cd428cf1fc7a1b1edfb440056d6ac8d067084
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f34089d06ef119648bf98eec434a84db16e68cba678ab27c9c905afd2b2fe864dd18f1daa18cd63c4de4ea3727da07a41b69e59c3eef634d3527240bc0fc38a3
|
7
|
+
data.tar.gz: e48fb3f4617b98ad54fe87f57bcf37dc565f683c2e9dddcbaa62ba88e6b94d74d3f44701231ac2ca000c15d7454f80dad6694682ed19bb04257619c8e9e9da07
|
@@ -21,15 +21,14 @@ module Fastlane
|
|
21
21
|
|
22
22
|
command = "curl \"https://dashboard.applivery.com/api/builds\""
|
23
23
|
command += " -H \"Authorization: #{api_key}\""
|
24
|
-
command += " -F app
|
25
|
-
command += " -F versionName
|
26
|
-
command += " -F notes
|
27
|
-
command += " -F notify=
|
24
|
+
command += " -F app=\"#{app_id}\""
|
25
|
+
command += " -F versionName=\"#{name}\""
|
26
|
+
command += " -F notes=\"#{notes}\""
|
27
|
+
command += " -F notify=true"
|
28
28
|
command += " -F os=#{os}"
|
29
|
-
command += " -F tags
|
30
|
-
command += " -F package
|
29
|
+
command += " -F tags=\"#{tags}\""
|
30
|
+
command += " -F package=@\"#{build_path}\""
|
31
31
|
|
32
|
-
UI.message(command)
|
33
32
|
Actions.sh(command)
|
34
33
|
end
|
35
34
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-applivery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alejandro Jimenez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
128
|
rubyforge_project:
|
129
|
-
rubygems_version: 2.
|
129
|
+
rubygems_version: 2.6.6
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: Upload new build to Applivery
|