fastlane 2.65.0.beta.20171108010003 → 2.65.0.beta.20171109010003
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: dbb017c42fa6ed957ada414c3f21e82b01ed4a69
|
4
|
+
data.tar.gz: 5bebdbeccc41bae5a969fef3aa304a6c9509862a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 055a24c5ed5743ac2dee4ac8ea6affe4837dc22c4f18af205af517b4b077524491858c55a204f784a4e7dc3f541fee7fffaf6d7201ef23fcf744177c1f4ccbb6
|
7
|
+
data.tar.gz: 85e36fd1bd7bb7189a0a324b7b483f64d79555de337f64fd3ab14ce3b605acff7e259851baa8719af5527d5900310d5641456cd9b392db1e63627f4660bf957c
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.65.0.beta.
|
2
|
+
VERSION = '2.65.0.beta.20171109010003'.freeze
|
3
3
|
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
|
4
4
|
MINIMUM_XCODE_RELEASE = "7.0".freeze
|
5
5
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
@@ -55,14 +55,14 @@ module Snapshot
|
|
55
55
|
# Check each device to see if it is an iOS device
|
56
56
|
all_ios = devices.map do |device|
|
57
57
|
device = device.downcase
|
58
|
-
device.
|
58
|
+
device.include?('iphone') || device.include?('ipad')
|
59
59
|
end
|
60
60
|
# Return true if all devices are iOS devices
|
61
61
|
return true unless all_ios.include?(false)
|
62
62
|
|
63
63
|
all_tvos = devices.map do |device|
|
64
64
|
device = device.downcase
|
65
|
-
device.
|
65
|
+
device.include?('apple tv')
|
66
66
|
end
|
67
67
|
# Return true if all devices are iOS devices
|
68
68
|
return true unless all_tvos.include?(false)
|
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.65.0.beta.
|
4
|
+
version: 2.65.0.beta.20171109010003
|
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-11-
|
18
|
+
date: 2017-11-09 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|