fastlane 2.69.0.beta.20171211010003 → 2.69.0.beta.20171212010004
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: 670eaaf7501902c99c3ef87899e4f1318fc0f47f
|
4
|
+
data.tar.gz: ad212a4cbdece8817f78788beb93dcfd15fa2c68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe1b475b9c557933f5676d4c8252abfeff77ed06ae092eabc92dce2044f2147b660d02196b03fadb53c2bf259308ee9bbdb74d274ad8e7069d41c9985565a602
|
7
|
+
data.tar.gz: 2976533d79f0bdbf1ad3e20f70c39994a3ebde2662977b8a21e807a92248a2c76de1279638ce51634c1eaabd7991f1f9e55e22cd7af4c29f6f12390ec2a95e26
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.69.0.beta.
|
2
|
+
VERSION = '2.69.0.beta.20171212010004'.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
|
@@ -95,7 +95,7 @@ module Gym
|
|
95
95
|
when /requires a provisioning profile/
|
96
96
|
print "No provisioning profile provided"
|
97
97
|
print "Make sure to pass a valid provisioning for each required target"
|
98
|
-
print "Check out the docs on how to fix this: https://
|
98
|
+
print "Check out the docs on how to fix this: https://docs.fastlane.tools/actions/gym/#export-options"
|
99
99
|
# insert more specific code signing errors here
|
100
100
|
when /Codesign check fails/
|
101
101
|
print "A general code signing error occurred. Make sure you passed a valid"
|
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.69.0.beta.
|
4
|
+
version: 2.69.0.beta.20171212010004
|
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-12-
|
18
|
+
date: 2017-12-12 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|