fastlane-plugin-fir 0.2.0 → 0.3.0
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: eed836f6ab590090efbb5df0ef7d8df9ea5d8dff
|
4
|
+
data.tar.gz: e1f9541a9a435dc53e4d70d51c0233c135f92a74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3bfe078d4e696e6c2e42d4a5ed4607dca298dd9bd954c2203442ef73eb25d0f206d8bfb52afd56e3e9da0925f800da0813e17df4c475048f62e6091dbe99780
|
7
|
+
data.tar.gz: e32e38bfe28f4b52dd6fec94c4825cf22a0fed3071c1ce16bf7b90eac5a4f84cad0d403cc847b045b1e8780136c3a017e63f6e4c1b927070abfa87a24a7900b0
|
@@ -9,7 +9,7 @@ module Fastlane
|
|
9
9
|
command = ["fir publish #{params[:apk_path]}"]
|
10
10
|
command << "-T #{params[:api_token]}"
|
11
11
|
command << "-c \'#{params[:changelog]}\'" unless params[:changelog].empty?
|
12
|
-
sh command
|
12
|
+
sh command.join(' ')
|
13
13
|
|
14
14
|
# Actions.lane_context[SharedValues::FIR_DOWNLOAD_LINK] = ""
|
15
15
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-fir
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dongorigin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fir-cli
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
version: '0'
|
169
169
|
requirements: []
|
170
170
|
rubyforge_project:
|
171
|
-
rubygems_version: 2.6.
|
171
|
+
rubygems_version: 2.6.14
|
172
172
|
signing_key:
|
173
173
|
specification_version: 4
|
174
174
|
summary: Upload a new build to fir.im
|