deliver 1.10.4 → 1.10.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: 94f6517fa065a428829f12056c8d5c824fd56c9d
4
- data.tar.gz: 82309bdb083ff8a57563a2de611428c318ddc906
3
+ metadata.gz: e6b8ac013ccd637c9ff3d7161237108021a33827
4
+ data.tar.gz: 0fbc35e73a5c534a76ea4aec0360872e3268fc95
5
5
  SHA512:
6
- metadata.gz: 0ca870c545354f37354050f63efaed2cf3e4be27b9e92a3b3715904e9acd9cbc0bf68cd835130cf3b51ed7463cc3c3c03bad4c61c7cc7a082bfcb346dc0ebaa8
7
- data.tar.gz: ec4cceace306d15a5d3343a98f165cbc995a08b8eeff48a79933dafb948037e932d71d121820ea06969b70a89cd69cc84dcbc198ddd7f319b0185ca1408e8571
6
+ metadata.gz: 3cf4ea501ff6f03b46551a484d9dcb2d4d0d8bf7f447fd5ab8ff6c3f095e22846ff60cc679abc195c93b937aaf3ca25c8816111b2b0477c6d2de0ddc56dafe7b
7
+ data.tar.gz: 69799296c10b8923f467d6f884b386c3002b70e0c05a598278c939e0e68418d5c5b20383bfb2381196be9cb30a6f8240dfe7e1d324e2fa52615b2cdfecd2cfc3
@@ -22,9 +22,7 @@ module Deliver
22
22
 
23
23
  has_binary = (options[:ipa] || options[:pkg])
24
24
  if !options[:skip_binary_upload] && !options[:build_number] && has_binary
25
- unless upload_binary
26
- UI.user_error!("Upload binary failed")
27
- end
25
+ upload_binary
28
26
  end
29
27
 
30
28
  UI.success("Finished the upload to iTunes Connect")
@@ -1,4 +1,4 @@
1
1
  module Deliver
2
- VERSION = "1.10.4"
2
+ VERSION = "1.10.5"
3
3
  DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.4
4
+ version: 1.10.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: 2016-03-15 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core