pilot 1.11.1 → 1.11.2

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: bf9f88b4f4401880438cb53dae4861f38d07294c
4
- data.tar.gz: d8548f4dfc2fb02a40bb4879bf17cabebc1fde61
3
+ metadata.gz: 8659c1dc2b679c36a474876a7999751430f87e39
4
+ data.tar.gz: 0a4c133f4e50ca4d9bb2e0d90760949447c9fd88
5
5
  SHA512:
6
- metadata.gz: e9409c402abbbcd28b275ee507697e691208497c56a87983508c4aaee252a7466fe8575ce51d5dbecb3aab842266abaaf37ed8652f438de77c91c9ffb78f6a06
7
- data.tar.gz: cb7c34f0fc0bae60341a9364b48778514e254e5aad52ef78de2b5210d592913645e5306218824cb5cdd60ea68d39def87abf491a241ecb0b39f4c8e5645a1785
6
+ metadata.gz: d052b226d6f1dfb826cd8c172ade0c62efc1705c3ca66f9bff5f0fcef269bb065c7fb1958ff11e147ff5b135cfe227ea2bd49999ec8dc642190c5907e7e028bb
7
+ data.tar.gz: 0803a4ae7f6609bb36b1e185691507088ed5109386139294ac9a5845c98e31b544a7f32bc3c413042e8a08f1a54db72024496d1b0c565d2647e9d97782d8fd6d
@@ -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 FastlaneCore::Feature.enabled?('PILOT_WAIT_FOR_NEW_BUILD_TRAINS_ON_ITUNES_CONNECT') && app.build_trains.count == 0
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
@@ -1,2 +0,0 @@
1
- FastlaneCore::Feature.register(env_var: 'PILOT_WAIT_FOR_NEW_BUILD_TRAINS_ON_ITUNES_CONNECT',
2
- description: 'When submitting a build, wait for the build train to appear on iTunes Connect if not present yet (will be default eventually)')
data/lib/pilot/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Pilot
2
- VERSION = "1.11.1"
2
+ VERSION = "1.11.2"
3
3
  DESCRIPTION = "The best way to manage your TestFlight testers and builds from your terminal"
4
4
  end
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.1
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-10-25 00:00:00.000000000 Z
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.6.7
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