spaceship 0.0.14 → 0.0.15

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: 001b8e9960b34fbab1b5940f4b2e0bd34430733b
4
- data.tar.gz: 3ff4b1c2c5cacb82b416ca44412c1f979fc5ea5d
3
+ metadata.gz: 7738def08370fc2d941f9bce3cd8b045113284d9
4
+ data.tar.gz: b0d56eab4d5952abd9e0783817791b5cb91362ec
5
5
  SHA512:
6
- metadata.gz: a0285a29647407449b0562091c5e80a3e752cec514e4720048de3284871d93ff6ab42e7a9b7c45b6f54ee447164522a85fb51fe87057ce937becfa59c29b1c2a
7
- data.tar.gz: 3410b2eb100e076ead1450033d28d050837c5e5be62aac9c304c60b978535bb38339a06413dbf52a1522952dc84cccf7fb1f8a1d24f424f2456518ba81b52a74
6
+ metadata.gz: f03419aa0a4b6928eb7e02cfef46ea4937ef59d216784d1ed882cc47695bffc45f2a68720703374faa13e94d367e6bb7d8622924837729cb351fa96a9a5b498e
7
+ data.tar.gz: 35eb4c008ffc11a44feb6f985d38d05bf5a87460d311dde77ce303937c4a635336faf1060ee68ee6d886c1a3dfccf67a196101058f9493780961067c7e5e917e
@@ -206,6 +206,9 @@ module Spaceship
206
206
  certificate_parameter = certificate.collect { |c| c.id } if certificate.kind_of?Array
207
207
  certificate_parameter ||= [certificate.id]
208
208
 
209
+ # Fix https://github.com/KrauseFx/fastlane/issues/349
210
+ certificate_parameter = certificate_parameter.first if certificate_parameter.count == 1
211
+
209
212
  if devices.nil? or devices.count == 0
210
213
  if self == Development or self == AdHoc
211
214
  # For Development and AdHoc we usually want all devices by default
@@ -1,3 +1,3 @@
1
1
  module Spaceship
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
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.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Natchev
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-05 00:00:00.000000000 Z
12
+ date: 2015-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: credentials_manager