pilot 0.2.1 → 0.2.2

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: edc5c7086d777119b4873ee5d0e8f84cef1e8dd6
4
- data.tar.gz: be67c990605ef55697ce2d288d272d317597850d
3
+ metadata.gz: 023e8fe21bab3ca50b029df71005e83208c840bd
4
+ data.tar.gz: 963f7eb1626185aad32d41b539c1b4dc9275d519
5
5
  SHA512:
6
- metadata.gz: 4e4b2bfc868eaa6bc2b592b4567d3a5e84d6e54234d47ef030b6ebe2043170bb70c622b91cdf6c940b72a96a4c1080e87ec37d8d674c5899667fe48f32e28da7
7
- data.tar.gz: 0268e8de8f66927065ebf41ee8b0f4654fa4c1d086c61162ddde50c528e237e831c404dd53cfa9940b4e8d8c8d551de8f4a761a1c2e55f9a733f66782ee44a85
6
+ metadata.gz: 081f676288767feefecb3a6d93821b2fc59e17e0954b4ea4b5a2756702186b97ab33a88afd2f6021fac09d1c066364b650a5030343450d0f1a9143d4e8a38b1d
7
+ data.tar.gz: f05c45148c5059ccff4321f37d581dd94924c38ab010350b7069512fbd82167e87194f563e4c1deedfbb1e79d1b11c07b1cb8accb290d51f7420bd86ab02a162
@@ -83,13 +83,13 @@ module Pilot
83
83
 
84
84
  # We try this multiple times, as it sometimes takes some time
85
85
  # to process the binary
86
- 10.times do
86
+ 100.times do
87
87
  current_build = app.builds.find do |build|
88
88
  build.upload_date == upload_date
89
89
  end
90
90
 
91
91
  if current_build
92
- current_build.build_train.update_testing_status!(true)
92
+ current_build.build_train.update_testing_status!(true, 'external')
93
93
  return true
94
94
  else
95
95
  Helper.log.info "Binary is not yet available online..."
data/lib/pilot/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Pilot
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.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: 0.2.1
4
+ version: 0.2.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: 2015-09-25 00:00:00.000000000 Z
11
+ date: 2015-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  requirements: []
221
221
  rubyforge_project:
222
- rubygems_version: 2.4.6
222
+ rubygems_version: 2.4.5
223
223
  signing_key:
224
224
  specification_version: 4
225
225
  summary: The best way to manage your TestFlight testers and builds from your terminal