spaceship 0.11.0 → 0.11.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/lib/spaceship/portal/provisioning_profile.rb +1 -1
- data/lib/spaceship/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5837a06fbd0bd6d9ba2723897698e986a2e99f77
|
|
4
|
+
data.tar.gz: d9ea8126f289e758cdbec4dd8a7385bc28456244
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7317e1e9f9859b5dc0bc7c3ef49780e7b733fb809e92d53a377d7cf296bcc339899e8dacbf9bdffae979312a094d697095095bb47cdcea6f762cf8bb9301290
|
|
7
|
+
data.tar.gz: b8c875a9bc1b7abe5fac5d38897b7448d85c3b1d9c9f35e068da4a99d6cc416e3d0252c8b4c7bfb4b7f18a620005da1c0dd455240758fa0f44e41fef195b6a1c
|
|
@@ -213,7 +213,7 @@ module Spaceship
|
|
|
213
213
|
if devices.nil? or devices.count == 0
|
|
214
214
|
if self == Development or self == AdHoc
|
|
215
215
|
# For Development and AdHoc we usually want all devices by default
|
|
216
|
-
devices = Spaceship::Device.all.
|
|
216
|
+
devices = Spaceship::Device.all.find_all { |d| d.device_type != 'pc' }
|
|
217
217
|
end
|
|
218
218
|
end
|
|
219
219
|
|
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.11.
|
|
4
|
+
version: 0.11.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
@@ -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.
|
|
331
|
+
rubygems_version: 2.4.5
|
|
332
332
|
signing_key:
|
|
333
333
|
specification_version: 4
|
|
334
334
|
summary: Because you would rather spend your time building stuff than fighting provisioning
|