fastlane 2.48.0.beta.20170720010003 → 2.48.0.beta.20170721010003
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: 9d09ddcec7123e2de5bbb1dd36b9889ee8e099ac
|
4
|
+
data.tar.gz: 893dd6ba4e16a4841d222ea8cf3cdf4133876d8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c12b5ae6bcda6a076ae8ff41a6c33bb4fb13a94db88b55662ef6769d67283f879b957c8efa4ceaf7c8ccaa9dd1a3dc7ca40876f95c183faec50c97e26a750dbf
|
7
|
+
data.tar.gz: d78301c1608a9ecabb7da2620a8696c62daead424cbf14ea361623c3aecc5fbcfbe95caf6dca4a4cf98b679216fab66b8ea393fa30b81cfd45f3b822fdf2b2d5
|
@@ -49,7 +49,7 @@ module FastlaneCore
|
|
49
49
|
|
50
50
|
# if we are in captured output mode - keep a array of sensitive option values
|
51
51
|
# those will be later - replaced by ####
|
52
|
-
if
|
52
|
+
if FastlaneCore::Globals.capture_output?
|
53
53
|
available_options.each do |element|
|
54
54
|
next unless element.sensitive
|
55
55
|
self.class.sensitive_strings << values[element.key]
|
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.48.0.beta.
|
4
|
+
version: 2.48.0.beta.20170721010003
|
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-21 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|