fastlane 2.51.0 → 2.52.0.beta.20170808010002
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d7ace69db62724c0fb8039085ced7b2a2a27482
|
4
|
+
data.tar.gz: dcaa897e1eaeb554b27f71d31ca264ff9456c6dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28cf03f2a76e9887d85eba452c63a84d5a924a1fe15d057a7cc48dda2f45c4ceefedfae3baadaad244e54660514b66c64a945e038e7e3a664c573f488267e4bf
|
7
|
+
data.tar.gz: 20529f24afc12146473f6cada78d052b58882a987819929217e6892a63be143a5871f718905e705430bc14ea11db75f5ab316d9da3f310a44cb57170bdea9f3e
|
@@ -86,6 +86,12 @@ module Spaceship
|
|
86
86
|
puts "#{i + 1}) \"#{team['contentProvider']['name']}\" (#{team['contentProvider']['contentProviderId']})"
|
87
87
|
end
|
88
88
|
|
89
|
+
unless Spaceship::Client::UserInterface.interactive?
|
90
|
+
puts "Multiple teams found on iTunes Connect, Your Terminal is running in non-interactive mode! Cannot continue from here."
|
91
|
+
puts "Please check that you set FASTLANE_ITC_TEAM_ID or FASTLANE_ITC_TEAM_NAME to the right value."
|
92
|
+
raise "Multiple iTunes Connect Teams found; unable to choose, terminal not ineractive!"
|
93
|
+
end
|
94
|
+
|
89
95
|
selected = ($stdin.gets || '').strip.to_i - 1
|
90
96
|
team_to_use = teams[selected] if selected >= 0
|
91
97
|
|
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.
|
4
|
+
version: 2.52.0.beta.20170808010002
|
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-08-
|
18
|
+
date: 2017-08-08 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|
@@ -830,7 +830,6 @@ files:
|
|
830
830
|
- fastlane/lib/assets/s3_plist_template.erb
|
831
831
|
- fastlane/lib/assets/s3_version_template.erb
|
832
832
|
- fastlane/lib/fastlane.rb
|
833
|
-
- fastlane/lib/fastlane/.DS_Store
|
834
833
|
- fastlane/lib/fastlane/action.rb
|
835
834
|
- fastlane/lib/fastlane/action_collector.rb
|
836
835
|
- fastlane/lib/fastlane/actions/README.md
|
@@ -1403,24 +1402,24 @@ metadata:
|
|
1403
1402
|
post_install_message:
|
1404
1403
|
rdoc_options: []
|
1405
1404
|
require_paths:
|
1406
|
-
-
|
1407
|
-
-
|
1408
|
-
-
|
1405
|
+
- spaceship/lib
|
1406
|
+
- scan/lib
|
1407
|
+
- sigh/lib
|
1408
|
+
- snapshot/lib
|
1409
|
+
- screengrab/lib
|
1409
1410
|
- fastlane/lib
|
1410
|
-
-
|
1411
|
-
-
|
1411
|
+
- cert/lib
|
1412
|
+
- pem/lib
|
1412
1413
|
- gym/lib
|
1414
|
+
- produce/lib
|
1415
|
+
- deliver/lib
|
1416
|
+
- supply/lib
|
1413
1417
|
- match/lib
|
1414
|
-
-
|
1418
|
+
- frameit/lib
|
1419
|
+
- credentials_manager/lib
|
1415
1420
|
- pilot/lib
|
1416
1421
|
- precheck/lib
|
1417
|
-
-
|
1418
|
-
- scan/lib
|
1419
|
-
- screengrab/lib
|
1420
|
-
- sigh/lib
|
1421
|
-
- snapshot/lib
|
1422
|
-
- spaceship/lib
|
1423
|
-
- supply/lib
|
1422
|
+
- fastlane_core/lib
|
1424
1423
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1425
1424
|
requirements:
|
1426
1425
|
- - ">="
|
@@ -1428,15 +1427,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1428
1427
|
version: 2.0.0
|
1429
1428
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1430
1429
|
requirements:
|
1431
|
-
- - "
|
1430
|
+
- - ">"
|
1432
1431
|
- !ruby/object:Gem::Version
|
1433
|
-
version:
|
1432
|
+
version: 1.3.1
|
1434
1433
|
requirements: []
|
1435
1434
|
rubyforge_project:
|
1436
|
-
rubygems_version: 2.
|
1435
|
+
rubygems_version: 2.4.5.1
|
1437
1436
|
signing_key:
|
1438
1437
|
specification_version: 4
|
1439
1438
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
1440
1439
|
Android apps
|
1441
1440
|
test_files: []
|
1442
|
-
has_rdoc:
|
Binary file
|