fastlane 2.46.0.beta.20170706133903 → 2.46.0.beta.20170707010003
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/gym/lib/gym/options.rb +1 -1
- data/scan/lib/scan/options.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e00429ef1b28603fdbfe7c8368c85ca4606e88c
|
4
|
+
data.tar.gz: b0f9498b9f87e7840610f97203916a89387fd262
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6845f3a01f6481a6310d9119c1343c578da978b3d9784fbf4957f6e45b461c3c7dbe5f688650a06fe5dce208d50c0596c6ad6159470de725f711fb42e96f11c
|
7
|
+
data.tar.gz: 8f2e1419c76a93a4344f0bdc99f7aed1edb1627f68097d675721ef74bf649c0f1b82d088aabde3b6eda7ccfc4bb26c1afe4bf5b01307d96740b5ae2e789ea873
|
data/gym/lib/gym/options.rb
CHANGED
@@ -149,7 +149,7 @@ module Gym
|
|
149
149
|
short_option: "-u",
|
150
150
|
env_name: "GYM_RESULT_BUNDLE",
|
151
151
|
is_string: false,
|
152
|
-
description: "
|
152
|
+
description: "Location of the Xcode result bundle",
|
153
153
|
optional: true),
|
154
154
|
FastlaneCore::ConfigItem.new(key: :buildlog_path,
|
155
155
|
short_option: "-l",
|
data/scan/lib/scan/options.rb
CHANGED
@@ -168,7 +168,7 @@ module Scan
|
|
168
168
|
short_option: "-z",
|
169
169
|
env_name: "SCAN_RESULT_BUNDLE",
|
170
170
|
is_string: false,
|
171
|
-
description: "
|
171
|
+
description: "Location of the Xcode result bundle",
|
172
172
|
optional: true),
|
173
173
|
FastlaneCore::ConfigItem.new(key: :sdk,
|
174
174
|
short_option: "-k",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.46.0.beta.
|
4
|
+
version: 2.46.0.beta.20170707010003
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-07-
|
18
|
+
date: 2017-07-07 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|