fastlane_core 0.7.4 → 0.7.5
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: 83123b3408654058c7828cab09f1939c36fc2168
|
|
4
|
+
data.tar.gz: 8c9f17dd63b1d5d53da65830329b8ec759338df9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5923781cb4d8f816f3bc0b289f11a21828c52c4c146d418a50efaf21c9ba299b7ad5162c84246306b658cfc9e9ebfa4717d6d5c6b215e6dd43832ea5ab46adc1
|
|
7
|
+
data.tar.gz: 09d84656501637b7fe6ac9796150a4f7325eef5a33aaf75085570d28fe83509efad2d14ecb0152fe95e53eda15ea22e23fca76c3ac2c6f81b2999a6a86b35fff
|
|
@@ -44,7 +44,11 @@ module FastlaneCore
|
|
|
44
44
|
if page.has_content?"My Apps"
|
|
45
45
|
# Everything looks good
|
|
46
46
|
else
|
|
47
|
-
|
|
47
|
+
visit current_url # iTC sometimes is super buggy, try reloading the site
|
|
48
|
+
sleep 3
|
|
49
|
+
unless page.has_content?"My Apps"
|
|
50
|
+
raise ItunesConnectLoginError.new("Looks like your login data was correct, but you do not have access to the apps.".red)
|
|
51
|
+
end
|
|
48
52
|
end
|
|
49
53
|
rescue => ex
|
|
50
54
|
Helper.log.debug(ex)
|
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.7.
|
|
4
|
+
version: 0.7.5
|
|
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-05-
|
|
11
|
+
date: 2015-05-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|