spaceship 0.19.0 → 0.19.1

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: 06fc49c1235c6c82464e9e044565e18e7d5cb47e
4
- data.tar.gz: 1c040a57a77c3052859b2ca79ab137a683322689
3
+ metadata.gz: 4c40879ad0c738029f303c172a1212db068e4df7
4
+ data.tar.gz: a8f4120544500767bdf36f58d990f44f002beded
5
5
  SHA512:
6
- metadata.gz: 86914c01403b93c916cf40a472d15ba9ed0dec74b3cf1edb2388cbe2a2ebbaf6049ecc9929064d2642468a7355a565e8ef4b33a178d04b31b531df7fdec8a9af
7
- data.tar.gz: 234efcb050c93a2ca756d5b3fe4b99d4d9ca670bc61f97b0adcfa9e60b9ead189ab04265d3ae9ebb65a3f904bf0371727d25a69a31b26ac6c2bf55cf6bb0caa7
6
+ metadata.gz: 914e806100ebb6edba58d80b7567fe18180ac36d13e72560b7791ffbc86a61bfd32293c909b781424eb9d8101fbae36b4d129507d3d4be13a26d8fc586b7a368
7
+ data.tar.gz: 8ff9ba50fc4c241973a53da1a15a01416189747ea9783b71f0c343a2bf7661f2b9537e614d00d501dec6f24def8a2ec0cd781583d049d4994475686745eca2ff
data/README.md CHANGED
@@ -27,7 +27,7 @@
27
27
  </p>
28
28
  -------
29
29
 
30
- [![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
30
+ [![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
31
31
  [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/spaceship/blob/master/LICENSE)
32
32
  [![Coverage Status](https://coveralls.io/repos/fastlane/spaceship/badge.svg?branch=master&t=ldL8gg)](https://coveralls.io/r/fastlane/spaceship?branch=master)
33
33
  [![Gem](https://img.shields.io/gem/v/spaceship.svg?style=flat)](http://rubygems.org/gems/spaceship)
@@ -269,7 +269,7 @@ module Spaceship
269
269
  #
270
270
  # # Use the signing request to create a new distribution certificate
271
271
  # Spaceship::Certificate::Production.create!(csr: csr)
272
- # @return (Device): The newly created device
272
+ # @return (Certificate): The newly created certificate
273
273
  def create!(csr: nil, bundle_id: nil)
274
274
  type = CERTIFICATE_TYPE_IDS.key(self)
275
275
 
@@ -100,7 +100,7 @@ module Spaceship
100
100
  # @return (Spaceship::AppVersion) Receive the version that is currently live on the
101
101
  # App Store. You can't modify all values there, so be careful.
102
102
  def live_version
103
- if raw_data['versions'].count == 1
103
+ if (raw_data['versions'] || []).count == 1
104
104
  v = raw_data['versions'].last
105
105
  if ['Prepare for Upload', 'prepareForUpload'].include?(v['state']) # this only applies for the initial version
106
106
  return nil
@@ -596,6 +596,7 @@ module Spaceship
596
596
  current['privacyPolicyUrl']['value'] = privacy_policy_url
597
597
  current['pageLanguageValue'] = current['language'] # There is no valid reason why we need this, only iTC being iTC
598
598
  end
599
+ build_info['significantChange'] ||= {}
599
600
  build_info['significantChange']['value'] = significant_change
600
601
  build_info['testInfo']['reviewFirstName']['value'] = first_name
601
602
  build_info['testInfo']['reviewLastName']['value'] = last_name
@@ -635,6 +636,7 @@ module Spaceship
635
636
  # only sometimes this is required
636
637
 
637
638
  encryption_info['usesEncryption']['value'] = encryption
639
+ encryption_info['encryptionUpdated'] ||= {}
638
640
  encryption_info['encryptionUpdated']['value'] = encryption
639
641
 
640
642
  r = request(:post) do |req|
@@ -1,3 +1,3 @@
1
1
  module Spaceship
2
- VERSION = "0.19.0"
2
+ VERSION = "0.19.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spaceship
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-01 00:00:00.000000000 Z
12
+ date: 2016-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: credentials_manager
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  version: '0'
329
329
  requirements: []
330
330
  rubyforge_project:
331
- rubygems_version: 2.4.6
331
+ rubygems_version: 2.4.0
332
332
  signing_key:
333
333
  specification_version: 4
334
334
  summary: Because you would rather spend your time building stuff than fighting provisioning