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: 0dd6a952f38abfeec30103e9e60ffb51491b73e8
4
- data.tar.gz: fe327417a93c3908eca132bee8bc493f394fa09c
3
+ metadata.gz: 83123b3408654058c7828cab09f1939c36fc2168
4
+ data.tar.gz: 8c9f17dd63b1d5d53da65830329b8ec759338df9
5
5
  SHA512:
6
- metadata.gz: f34312a45342c8c545f6604a89f7fe7087ff939333c504225c55304a0b6a4bb54228354780ae788bda098dc2d10c63d8eb7d86adad42bedc86a32fc78ca352bd
7
- data.tar.gz: 87d0a2e8a7910008e07eb7b4fdcfcdd4ba1e245922f2d760d2589f8963837927ae90806aa919de11d8a0ff8ead5c944a200a08d388fc3058fe16992ec9045ebb
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
- raise ItunesConnectLoginError.new("Looks like your login data was correct, but you do not have access to the apps.".red)
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)
@@ -1,3 +1,3 @@
1
1
  module FastlaneCore
2
- VERSION = "0.7.4"
2
+ VERSION = "0.7.5"
3
3
  end
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
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-20 00:00:00.000000000 Z
11
+ date: 2015-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json