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 +4 -4
- data/lib/fastlane_core/project.rb +1 -1
- data/lib/fastlane_core/version.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: a3abb6f45f9a222130ce0c030e787696fcebd9b6
|
|
4
|
+
data.tar.gz: 2cfc51e7a738d926d088c9d66a82a919dc4b1ef5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
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.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-
|
|
11
|
+
date: 2015-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|