pilot 1.11.1 → 1.11.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pilot/build_manager.rb +1 -1
- data/lib/pilot/features.rb +0 -2
- data/lib/pilot/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8659c1dc2b679c36a474876a7999751430f87e39
|
4
|
+
data.tar.gz: 0a4c133f4e50ca4d9bb2e0d90760949447c9fd88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d052b226d6f1dfb826cd8c172ade0c62efc1705c3ca66f9bff5f0fcef269bb065c7fb1958ff11e147ff5b135cfe227ea2bd49999ec8dc642190c5907e7e028bb
|
7
|
+
data.tar.gz: 0803a4ae7f6609bb36b1e185691507088ed5109386139294ac9a5845c98e31b544a7f32bc3c413042e8a08f1a54db72024496d1b0c565d2647e9d97782d8fd6d
|
data/lib/pilot/build_manager.rb
CHANGED
@@ -121,7 +121,7 @@ module Pilot
|
|
121
121
|
# build trains right away, and if we don't do this check, we will
|
122
122
|
# get break out of this loop and then generate an error later when we
|
123
123
|
# have a nil build
|
124
|
-
if
|
124
|
+
if app.build_trains.count == 0
|
125
125
|
UI.message("New application; waiting for build train to appear on iTunes Connect")
|
126
126
|
else
|
127
127
|
builds = app.all_processing_builds
|
data/lib/pilot/features.rb
CHANGED
data/lib/pilot/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pilot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fastlane_core
|
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
266
266
|
version: '0'
|
267
267
|
requirements: []
|
268
268
|
rubyforge_project:
|
269
|
-
rubygems_version: 2.
|
269
|
+
rubygems_version: 2.5.1
|
270
270
|
signing_key:
|
271
271
|
specification_version: 4
|
272
272
|
summary: The best way to manage your TestFlight testers and builds from your terminal
|