scan 0.14.0 → 0.14.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: efbfefb415b5b35b6067792da7f1c28c80b1537a
4
- data.tar.gz: 641bb65467afb77e05ce248815277c895b613a7d
3
+ metadata.gz: 2d2a52dad7a6d02fb46119fe658267d48868c7ff
4
+ data.tar.gz: 69a20d7787c49ce60402ac6fed74b49817937840
5
5
  SHA512:
6
- metadata.gz: 3765d20a20ceca97cc2ffd3d69e1538221a222a89dfff3f7df3ec1ae88dc23d6531d4a250a5672e922381a4e55cfa0b4cc8a43f5351866f2186eb78419cd73da
7
- data.tar.gz: 7b153f0fe1a86530f96038e46a199369e4bdbbe75bd7c61e1f5c9f3e2bfe6d39830614d6f5946a423dc4846b10d7d26ce97c172fbf5a81f11ee0b123fff43a0d
6
+ metadata.gz: 12df6a0b5ae28f4c05a15a8eace8b4cceee80f541656ddb82a1e2114aeb34022bc1d530d41b593c050b83947ca81fb4d94b1ed71112985b33ebfa75c11f11933
7
+ data.tar.gz: d3a079cb7f7589843fb63918dd3d76c41a7892a36aac6b9da8e9ebdfd634c28bc0fb9107d5bb8a58adefd77364f86089ab9dda9e81e2a884bc4464e1d6265029
@@ -172,7 +172,7 @@ module Scan
172
172
  end
173
173
 
174
174
  # building up the destination now
175
- if Scan.devices.count > 0
175
+ if Scan.devices && Scan.devices.count > 0
176
176
  Scan.config[:destination] = Scan.devices.map { |d| "platform=#{d.os_type} Simulator,id=#{d.udid}" }
177
177
  else
178
178
  Scan.config[:destination] = min_xcode8? ? ["platform=macOS"] : ["platform=OS X"]
@@ -1,4 +1,4 @@
1
1
  module Scan
2
- VERSION = "0.14.0"
2
+ VERSION = "0.14.1"
3
3
  DESCRIPTION = "The easiest way to run tests of your iOS and Mac app"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
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-11-03 00:00:00.000000000 Z
11
+ date: 2016-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -282,7 +282,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
282
282
  version: '0'
283
283
  requirements: []
284
284
  rubyforge_project:
285
- rubygems_version: 2.5.1
285
+ rubygems_version: 2.2.2
286
286
  signing_key:
287
287
  specification_version: 4
288
288
  summary: The easiest way to run tests of your iOS and Mac app