pilot 0.1.4 → 0.1.5

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: cbc69e8a9b450d56fd3ad1ab170e5a2ece2df255
4
- data.tar.gz: eb1a72d42b7762eb8dc672f64232416839f8ae7e
3
+ metadata.gz: 7fcb86904197da2ebfbc0c1dbfbc3ea006d2ee23
4
+ data.tar.gz: 8cbea5517e838f2bbdd659c5fcc13b342dad5da9
5
5
  SHA512:
6
- metadata.gz: b2c50302b4eacaaf1bcdd38125488b1d7095ee6dfd845467826eccc9ccd335d947f6ddc90774698f9a20c6d74614ee0940b37d802f311cccc46382ac01655cb7
7
- data.tar.gz: beb8ebeb55f930674307c88112eaeba08b24bc75bb9d0a06bd5bb29f0a9bc5e7827f6914351eb1c8875ec1bced69e25b73fbff234a247d1737d9462e000ffc08
6
+ metadata.gz: 55c70efff2eb53fa870868c26fe84a9df348afaaa8494faf3b9888b2a22cf92dc8254a98d41f029870c3876f4ee23b7edce2aad9f23d3cf7f98c82891b24b322
7
+ data.tar.gz: bab108e704bab1ce01b5aef89166ddf096a1c3020b11167cc67c59e1a1b6a817166673c456515c8a7ec0a95ca29ef8716218cbb564bd75e23442c70d8fbb405d
@@ -4,12 +4,12 @@ module Pilot
4
4
  start(options)
5
5
 
6
6
  Helper.log.info "Ready to upload new build to TestFlight (App: #{app.apple_id})...".green
7
-
7
+
8
8
  package_path = PackageBuilder.new.generate(apple_id: app.apple_id,
9
9
  ipa_path: config[:ipa],
10
10
  package_path: "/tmp")
11
11
 
12
- result = FastlaneCore::ItunesTransporter.new.upload(config[:apple_id], package_path)
12
+ result = FastlaneCore::ItunesTransporter.new.upload(app.apple_id, package_path)
13
13
  if result
14
14
  Helper.log.info "Successfully uploaded the new binary to iTunes Connect"
15
15
 
@@ -1,4 +1,4 @@
1
1
  module Pilot
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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.1.4
4
+ version: 0.1.5
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-08-03 00:00:00.000000000 Z
11
+ date: 2015-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core