fastlane 2.51.0.beta.20170802010003 → 2.51.0.beta.20170803010003
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: c7eb3d1f5b7173b762d88c234a42d78eeaab29fb
|
4
|
+
data.tar.gz: 078a7a46c41474ed143d894f25f00e7a8f92f643
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f068283205f2b0ac1ad4bc1d5ab14f54aa05f2af660489922296327b713044d5b3b8ccbe0195f089745698fcdc4abe5134bfe538119d53092b575c5f2898b69b
|
7
|
+
data.tar.gz: 67544595863559674c2b10ad5366060ae9cfd2c1739796ecac7c4f62b26afeb646dbfbd48511efeb0eedfb5779f582735f8629339613b66c3dce694c66b17025
|
@@ -235,7 +235,7 @@ module Gym
|
|
235
235
|
|
236
236
|
selected_provisioning_profiles.each do |current_bundle_identifier, current_profile_name|
|
237
237
|
available_export_types.each do |current_to_try, matching_type|
|
238
|
-
next unless current_profile_name.downcase.include?(current_to_try.downcase)
|
238
|
+
next unless current_profile_name.to_s.downcase.include?(current_to_try.to_s.downcase)
|
239
239
|
|
240
240
|
# Check if there is a mismatch between the name and the selected export method
|
241
241
|
# Example
|
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.51.0.beta.
|
4
|
+
version: 2.51.0.beta.20170803010003
|
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-08-
|
18
|
+
date: 2017-08-03 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|