fastlane_core 0.26.4 → 0.26.5
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: 4cdfdb451bb2d5198bd51309d39ea3fdec996374
|
|
4
|
+
data.tar.gz: b9a26727187b5aa3471ec97d913cc7e38c8f7309
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a5a99ae28f059a72c22a10d30a9450ed09989c1daffa697c6bb6ee7bcdd8dd68c355936b1f2cd7a900c6c26aa975ff6e30d16437ac15f45f1cb6bcc915a3e95
|
|
7
|
+
data.tar.gz: ab5e7c8d2c0a4e8084c174a40056ebdbd2d5a21ef32e46ce18524c7a9196a87a954265f279814a3a670d8b832f5b9e17d8ca8c69cc2d39c1ecb9b7d594ddafec
|
|
@@ -34,7 +34,7 @@ module FastlaneCore
|
|
|
34
34
|
if self.config.all_keys.include? method_sym
|
|
35
35
|
value = arguments.first || (block.call if block_given?) # this is either a block or a value
|
|
36
36
|
if value
|
|
37
|
-
self.config[method_sym] = value
|
|
37
|
+
self.config[method_sym] = value if self.config._values[method_sym].to_s.length == 0
|
|
38
38
|
end
|
|
39
39
|
else
|
|
40
40
|
# We can't set this value, maybe the tool using this configuration system has its own
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.26.
|
|
4
|
+
version: 0.26.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|