fastlane_core 0.26.5 → 0.26.6

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: 4cdfdb451bb2d5198bd51309d39ea3fdec996374
4
- data.tar.gz: b9a26727187b5aa3471ec97d913cc7e38c8f7309
3
+ metadata.gz: a3abb6f45f9a222130ce0c030e787696fcebd9b6
4
+ data.tar.gz: 2cfc51e7a738d926d088c9d66a82a919dc4b1ef5
5
5
  SHA512:
6
- metadata.gz: 1a5a99ae28f059a72c22a10d30a9450ed09989c1daffa697c6bb6ee7bcdd8dd68c355936b1f2cd7a900c6c26aa975ff6e30d16437ac15f45f1cb6bcc915a3e95
7
- data.tar.gz: ab5e7c8d2c0a4e8084c174a40056ebdbd2d5a21ef32e46ce18524c7a9196a87a954265f279814a3a670d8b832f5b9e17d8ca8c69cc2d39c1ecb9b7d594ddafec
6
+ metadata.gz: 7c238e379dcdf23b0def419e75d0fdb0548161d834c28c0afddcaf3665cc25c32ab4de2e6fa582907fefb0aa8b117e9887cafc57d4f672c2b1e911845b251597
7
+ data.tar.gz: ae014f2b1ce7cbbdd80b3067a9f521beea00ac3471cea147e35807d3a4e4368d5e09463498b6a4a8e65b08ecca6b95f696cd7938c85d13afc0f51ef3f901d8e8
@@ -196,7 +196,7 @@ module FastlaneCore
196
196
  end
197
197
 
198
198
  begin
199
- result = @build_settings.split("\n").find { |c| c.include? key }
199
+ result = @build_settings.split("\n").find { |c| c.split(" = ").first.strip == key }
200
200
  return result.split(" = ").last
201
201
  rescue => ex
202
202
  return nil if optional # an optional value, we really don't care if something goes wrong
@@ -1,3 +1,3 @@
1
1
  module FastlaneCore
2
- VERSION = "0.26.5"
2
+ VERSION = "0.26.6"
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.5
4
+ version: 0.26.6
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-21 00:00:00.000000000 Z
11
+ date: 2015-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json