deliver 1.11.3 → 1.12.0

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: 5e41d0ff459717ad1c4ba783d19dc43945716331
4
- data.tar.gz: e8449a47847c7d3caa7db13c44b3d7bed394539d
3
+ metadata.gz: d87f8ed8b99d718165208f29a04c967d386e156b
4
+ data.tar.gz: a736eea6607dbdf073cd8e84fcfa91d757d837a3
5
5
  SHA512:
6
- metadata.gz: a3434262d08b13d3bae8cfa56b96e1c12a83764aba6263c1bd235a13b2cb618d2a028fa0303e55f6f4d58668844e32a09f80543fe93e497235568db73ed684b5
7
- data.tar.gz: dd47117484994f0f8812a74833262b38ee3f460c34c8d7fd62ad391661784fd4f8e18d12a351a8d216a276d65d8eba3e3a36790b0cb29d6982a67697e66f8574
6
+ metadata.gz: c244632cef1dbfc24d3b683a570d1e2d39027fa5ba33dc22bcfe830de3dbc2251a52561e0875b25df6adbfc489c733cfd1f3067bf7da75c3589540facedfa616
7
+ data.tar.gz: 56cd5225f87f18346f7809a0867bfa64ce50ef9d9b7ca70a591dfe437166fca79f069c3307482cff9935b058f661b78aa9d0d93be982c4b0774798a40aefe238
@@ -136,6 +136,16 @@ module Deliver
136
136
  verify_block: proc do |value|
137
137
  ENV["FASTLANE_ITC_TEAM_NAME"] = value
138
138
  end),
139
+ FastlaneCore::ConfigItem.new(key: :dev_portal_team_id,
140
+ short_option: "-s",
141
+ env_name: "DELIVER_DEV_PORTAL_TEAM_ID",
142
+ description: "The short ID of your team in the developer portal, if you're in multiple teams. Different from your iTC team ID!",
143
+ optional: true,
144
+ is_string: true,
145
+ default_value: CredentialsManager::AppfileConfig.try_fetch_value(:team_id),
146
+ verify_block: proc do |value|
147
+ ENV["FASTLANE_TEAM_ID"] = value.to_s
148
+ end),
139
149
 
140
150
  # App Metadata
141
151
  # Non Localised
@@ -1,4 +1,4 @@
1
1
  module Deliver
2
- VERSION = "1.11.3"
2
+ VERSION = "1.12.0"
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.11.3
4
+ version: 1.12.0
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-05-07 00:00:00.000000000 Z
11
+ date: 2016-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
304
304
  version: '0'
305
305
  requirements: []
306
306
  rubyforge_project:
307
- rubygems_version: 2.4.0
307
+ rubygems_version: 2.4.5.1
308
308
  signing_key:
309
309
  specification_version: 4
310
310
  summary: Upload screenshots, metadata and your app to the App Store using a single