fastlane 2.22.0 → 2.23.0.beta.20170322010036
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: 9d51db16d7a2ee02d127b5b328c5da4fbf2ee112
|
4
|
+
data.tar.gz: cc413311eedc268403c270b583c2c623440c6fb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13b35d3dd3d1a4a861af612256c134b788307d1817caf285b169de6071c4ff03c930a6038d5bd17e375bcd72bada4c24ae0f043dd8f77510f2887a0cb19e1adf
|
7
|
+
data.tar.gz: c988a6058d0f45e8ebe58df279346d1f0e6ece03c8afbf8b82e311a329876996629f365db636de6ebcdfcac84fa7fd7a891ef52a9f86ae499a76c3fe2408086a
|
@@ -1,3 +1,5 @@
|
|
1
|
+
require 'spaceship'
|
2
|
+
|
1
3
|
module Fastlane
|
2
4
|
class SetupIos < Setup
|
3
5
|
# the tools that are already enabled
|
@@ -184,8 +186,6 @@ module Fastlane
|
|
184
186
|
|
185
187
|
# Detect if the app was created on the Dev Portal / iTC
|
186
188
|
def detect_if_app_is_available
|
187
|
-
require 'spaceship'
|
188
|
-
|
189
189
|
UI.important "Verifying that app is available on the Apple Developer Portal and iTunes Connect..."
|
190
190
|
UI.message "Starting login with user '#{self.apple_id}'"
|
191
191
|
Spaceship.login(self.apple_id, nil)
|
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.23.0.beta.20170322010036
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2017-03-
|
17
|
+
date: 2017-03-22 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1296,23 +1296,23 @@ metadata:
|
|
1296
1296
|
post_install_message:
|
1297
1297
|
rdoc_options: []
|
1298
1298
|
require_paths:
|
1299
|
-
-
|
1299
|
+
- match/lib
|
1300
1300
|
- credentials_manager/lib
|
1301
|
-
-
|
1302
|
-
-
|
1301
|
+
- pilot/lib
|
1302
|
+
- snapshot/lib
|
1303
|
+
- screengrab/lib
|
1303
1304
|
- fastlane_core/lib
|
1304
|
-
- frameit/lib
|
1305
1305
|
- gym/lib
|
1306
|
-
-
|
1307
|
-
- pem/lib
|
1308
|
-
- pilot/lib
|
1306
|
+
- sigh/lib
|
1309
1307
|
- produce/lib
|
1308
|
+
- pem/lib
|
1309
|
+
- cert/lib
|
1310
1310
|
- scan/lib
|
1311
|
-
-
|
1312
|
-
-
|
1313
|
-
- snapshot/lib
|
1314
|
-
- spaceship/lib
|
1311
|
+
- frameit/lib
|
1312
|
+
- deliver/lib
|
1315
1313
|
- supply/lib
|
1314
|
+
- fastlane/lib
|
1315
|
+
- spaceship/lib
|
1316
1316
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1317
1317
|
requirements:
|
1318
1318
|
- - ">="
|
@@ -1320,15 +1320,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1320
1320
|
version: 2.0.0
|
1321
1321
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1322
1322
|
requirements:
|
1323
|
-
- - "
|
1323
|
+
- - ">"
|
1324
1324
|
- !ruby/object:Gem::Version
|
1325
|
-
version:
|
1325
|
+
version: 1.3.1
|
1326
1326
|
requirements: []
|
1327
1327
|
rubyforge_project:
|
1328
|
-
rubygems_version: 2.
|
1328
|
+
rubygems_version: 2.4.5.2
|
1329
1329
|
signing_key:
|
1330
1330
|
specification_version: 4
|
1331
1331
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
1332
1332
|
Android apps
|
1333
1333
|
test_files: []
|
1334
|
-
has_rdoc:
|