deliver 0.13.2 → 0.13.3

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: a795c97c8f32dfb47b9ccbf0d50155de98d578a0
4
- data.tar.gz: c39e89de4ba5e530e8b941fba20479b08f0dc602
3
+ metadata.gz: 3cd6fde6a668140cc586e2a4f601a5270016a525
4
+ data.tar.gz: dc7de78ed44f13b98b5a67f632f517fa19ab5ccc
5
5
  SHA512:
6
- metadata.gz: 2a15677248789c4ab0ad1ff28878533e321d03282ac4d420640742f1c4761213303430ce69df34e6fd10ed7c63f82ad3f2bdd08cdf2a0b25625c4a895ecb1852
7
- data.tar.gz: 29c267583a18eac465cf50881227816ec9701362bb91acb12995a65abf2127b813571dac30d1b68a94985407930dd492402963f5960da904036f5ca1832ebc82
6
+ metadata.gz: b002a8b44879414b952d2f663b2f588358c0615dd6f41756c747ae42f5090364980cd4b9fe015aa4fb71ac1577c9c98283b8f93a025cdae955dbf8b6dfcf5363
7
+ data.tar.gz: b4f2feadd4c2b14159ae84647940a7d92818c3ff9f458f2f61d23d44c82e8e2b58fbe5472cae8c2dff02078ca0aadaf5972382347d05b22a5435b930d5d259ba
@@ -185,8 +185,16 @@ module Deliver
185
185
  "-u \"#{username}\"",
186
186
  "-p '#{escaped_password(password)}'",
187
187
  "-apple_id #{apple_id}",
188
- "-destination '#{destination}'"
188
+ "-destination '#{destination}'",
189
+ "-subitemtype None"
189
190
  ].join(' ')
191
+
192
+ # The subitemtype defines that we don't want to download in-app purchases and gamecenter things
193
+ # Allowed values:
194
+ # - GameCenterLeaderboard
195
+ # - GameCenterAchievement
196
+ # - InAppPurchase
197
+ # - None
190
198
  end
191
199
 
192
200
  def build_upload_command(username, password, source = "/tmp")
@@ -1,3 +1,3 @@
1
1
  module Deliver
2
- VERSION = "0.13.2"
2
+ VERSION = "0.13.3"
3
3
  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: 0.13.2
4
+ version: 0.13.3
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-27 00:00:00.000000000 Z
11
+ date: 2015-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core