fastlane 2.128.0.beta.20190721200024 → 2.128.0.beta.20190722200021
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: de826ad1328636023b2f7cbc0c6c1fe2739ca805
|
4
|
+
data.tar.gz: d8b553ff8d9b03f6e24a41f4d0ed50d0580ab62f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cb46da4e3d7b7979dc6ab3001976f521823b1da6048dbffdec2d6fd7c3113fb8c107d3cf405d50aea84f9c0aa4f1c4051c4e910f930411ffd2ce9d057e4aaa5
|
7
|
+
data.tar.gz: 84b9b8c2c0440624c3d3a9633d433c8f16cfea5548d23a2a9a455738dadd44bb9214ccf275adf65975b992b5d933d63e459a5c0aec317d8c999e63e94422c48b
|
@@ -63,7 +63,7 @@ module Fastlane
|
|
63
63
|
[
|
64
64
|
'increment_build_number(build_number: number_of_commits)',
|
65
65
|
'build_number = number_of_commits(all: true)
|
66
|
-
increment_build_number(build_number:
|
66
|
+
increment_build_number(build_number: build_number)'
|
67
67
|
]
|
68
68
|
end
|
69
69
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.128.0.beta.
|
2
|
+
VERSION = '2.128.0.beta.20190722200021'.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
|
@@ -168,7 +168,7 @@ open class Snapshot: NSObject {
|
|
168
168
|
app.typeKey(XCUIKeyboardKeySecondaryFn, modifierFlags: [])
|
169
169
|
#else
|
170
170
|
|
171
|
-
guard
|
171
|
+
guard self.app != nil else {
|
172
172
|
NSLog("XCUIApplication is not set. Please call setupSnapshot(app) before snapshot().")
|
173
173
|
return
|
174
174
|
}
|
@@ -300,4 +300,4 @@ private extension CGFloat {
|
|
300
300
|
|
301
301
|
// Please don't remove the lines below
|
302
302
|
// They are used to detect outdated configuration files
|
303
|
-
// SnapshotHelperVersion [1.
|
303
|
+
// SnapshotHelperVersion [1.20]
|
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.128.0.beta.
|
4
|
+
version: 2.128.0.beta.20190722200021
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danielle Tomlinson
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2019-07-
|
30
|
+
date: 2019-07-22 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -1741,24 +1741,24 @@ metadata:
|
|
1741
1741
|
post_install_message:
|
1742
1742
|
rdoc_options: []
|
1743
1743
|
require_paths:
|
1744
|
-
-
|
1744
|
+
- fastlane/lib
|
1745
|
+
- spaceship/lib
|
1745
1746
|
- sigh/lib
|
1746
|
-
-
|
1747
|
-
-
|
1748
|
-
-
|
1747
|
+
- fastlane_core/lib
|
1748
|
+
- supply/lib
|
1749
|
+
- gym/lib
|
1749
1750
|
- screengrab/lib
|
1750
1751
|
- match/lib
|
1751
|
-
- snapshot/lib
|
1752
1752
|
- frameit/lib
|
1753
|
-
-
|
1754
|
-
-
|
1753
|
+
- snapshot/lib
|
1754
|
+
- deliver/lib
|
1755
1755
|
- scan/lib
|
1756
|
+
- cert/lib
|
1757
|
+
- precheck/lib
|
1758
|
+
- pem/lib
|
1759
|
+
- pilot/lib
|
1756
1760
|
- produce/lib
|
1757
|
-
- supply/lib
|
1758
|
-
- fastlane/lib
|
1759
1761
|
- credentials_manager/lib
|
1760
|
-
- gym/lib
|
1761
|
-
- deliver/lib
|
1762
1762
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1763
1763
|
requirements:
|
1764
1764
|
- - ">="
|