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: b4a87c46b43c4e7f06f9a75bb969da465f568ebf
4
- data.tar.gz: 4a250eff01396e4c0a055b4982d87a499a647e25
3
+ metadata.gz: 4cdfdb451bb2d5198bd51309d39ea3fdec996374
4
+ data.tar.gz: b9a26727187b5aa3471ec97d913cc7e38c8f7309
5
5
  SHA512:
6
- metadata.gz: bf6145d2051e10edd7ad03a6a65ef97334908ef801c0d84947da68dafeb59ad909ce13ba3a7ef9d3886b3a846e8942638c0962cc0e7fd8f1b5c02af0852f63a7
7
- data.tar.gz: 74251bdb8ae408164ebfcf4565a035084b2967bddcef014ba633d069a1bb3719569c0f24be045d6693f01c5798aeda9290b33f24c63a239a057e0b135f076c07
6
+ metadata.gz: 1a5a99ae28f059a72c22a10d30a9450ed09989c1daffa697c6bb6ee7bcdd8dd68c355936b1f2cd7a900c6c26aa975ff6e30d16437ac15f45f1cb6bcc915a3e95
7
+ data.tar.gz: ab5e7c8d2c0a4e8084c174a40056ebdbd2d5a21ef32e46ce18524c7a9196a87a954265f279814a3a670d8b832f5b9e17d8ca8c69cc2d39c1ecb9b7d594ddafec
@@ -187,6 +187,11 @@ module FastlaneCore
187
187
  @values
188
188
  end
189
189
 
190
+ # Direct access to the values, without iterating through all items
191
+ def _values
192
+ @values
193
+ end
194
+
190
195
  def all_keys
191
196
  @available_options.collect(&:key)
192
197
  end
@@ -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
@@ -1,3 +1,3 @@
1
1
  module FastlaneCore
2
- VERSION = "0.26.4"
2
+ VERSION = "0.26.5"
3
3
  end
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
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-20 00:00:00.000000000 Z
11
+ date: 2015-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json