spaceship 0.24.0 → 0.24.1
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 +4 -4
- data/bin/spaceship +1 -1
- data/lib/spaceship/tunes/app_version.rb +1 -0
- data/lib/spaceship/tunes/build.rb +5 -1
- data/lib/spaceship/version.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50850ceb32b1a3f3d079b3b9ea2fdbd51beadded
|
|
4
|
+
data.tar.gz: 4d629b20fd53a3e8738c50ec14c58058b62ac944
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 720445803f69421d4a57a4da5fc8fd45656e5bc78328df7fb0fe32ae5a651ff4415d6d0592e7cfa3af30734b29d2b8f23a7cd88be86d904128da6b6cfc8e7571
|
|
7
|
+
data.tar.gz: 0a0ab3274518cd139b1b7a9d675d91f6d9ef8e9d5d1175a9b70e03b0f968d0bc1454d78b36a1b244f486a7391822502db5a72551a5ef9611fac93f4216aa7b14
|
data/bin/spaceship
CHANGED
|
@@ -211,6 +211,7 @@ module Spaceship
|
|
|
211
211
|
builds = []
|
|
212
212
|
res.each do |attrs|
|
|
213
213
|
next unless attrs["type"] == "BUILD" # I don't know if it can be something else.
|
|
214
|
+
attrs[:apple_id] = self.application.apple_id
|
|
214
215
|
builds << Tunes::Build.factory(attrs)
|
|
215
216
|
end
|
|
216
217
|
return builds
|
|
@@ -53,6 +53,9 @@ module Spaceship
|
|
|
53
53
|
# @return (Bool) Is internal beta testing enabled for this train? Only one train can have enabled testing.
|
|
54
54
|
attr_reader :internal_testing_enabled
|
|
55
55
|
|
|
56
|
+
# @return (String) The status of internal testflight testing for this build. One of active, submitForReview, approvedInactive, waiting
|
|
57
|
+
attr_reader :external_testing_status
|
|
58
|
+
|
|
56
59
|
# @return (Bool) Does this build support WatchKit?
|
|
57
60
|
attr_accessor :watch_kit_enabled
|
|
58
61
|
|
|
@@ -99,7 +102,8 @@ module Spaceship
|
|
|
99
102
|
'watchKitEnabled' => :watch_kit_enabled,
|
|
100
103
|
'readyToInstall' => :ready_to_install,
|
|
101
104
|
'internalTesting.value' => :internal_testing_enabled,
|
|
102
|
-
'externalTesting.value' => :external_testing_enabled
|
|
105
|
+
'externalTesting.value' => :external_testing_enabled,
|
|
106
|
+
'buildTestInformationTO.externalStatus' => :external_testing_status
|
|
103
107
|
)
|
|
104
108
|
|
|
105
109
|
class << self
|
data/lib/spaceship/version.rb
CHANGED
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.24.
|
|
4
|
+
version: 0.24.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-03-
|
|
12
|
+
date: 2016-03-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: credentials_manager
|
|
@@ -207,6 +207,20 @@ dependencies:
|
|
|
207
207
|
- - "~>"
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
209
|
version: 3.1.0
|
|
210
|
+
- !ruby/object:Gem::Dependency
|
|
211
|
+
name: rspec_junit_formatter
|
|
212
|
+
requirement: !ruby/object:Gem::Requirement
|
|
213
|
+
requirements:
|
|
214
|
+
- - "~>"
|
|
215
|
+
- !ruby/object:Gem::Version
|
|
216
|
+
version: 0.2.3
|
|
217
|
+
type: :development
|
|
218
|
+
prerelease: false
|
|
219
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
220
|
+
requirements:
|
|
221
|
+
- - "~>"
|
|
222
|
+
- !ruby/object:Gem::Version
|
|
223
|
+
version: 0.2.3
|
|
210
224
|
- !ruby/object:Gem::Dependency
|
|
211
225
|
name: yard
|
|
212
226
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -333,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
333
347
|
version: '0'
|
|
334
348
|
requirements: []
|
|
335
349
|
rubyforge_project:
|
|
336
|
-
rubygems_version: 2.
|
|
350
|
+
rubygems_version: 2.5.1
|
|
337
351
|
signing_key:
|
|
338
352
|
specification_version: 4
|
|
339
353
|
summary: Because you would rather spend your time building stuff than fighting provisioning
|