scan 0.14.1 → 0.14.2

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: 2d2a52dad7a6d02fb46119fe658267d48868c7ff
4
- data.tar.gz: 69a20d7787c49ce60402ac6fed74b49817937840
3
+ metadata.gz: 006c6eb975783068f106731e42a7946ab80680af
4
+ data.tar.gz: 3047a7b06b7c6d208dcf51fc7438ecfa2715fcd4
5
5
  SHA512:
6
- metadata.gz: 12df6a0b5ae28f4c05a15a8eace8b4cceee80f541656ddb82a1e2114aeb34022bc1d530d41b593c050b83947ca81fb4d94b1ed71112985b33ebfa75c11f11933
7
- data.tar.gz: d3a079cb7f7589843fb63918dd3d76c41a7892a36aac6b9da8e9ebdfd634c28bc0fb9107d5bb8a58adefd77364f86089ab9dda9e81e2a884bc4464e1d6265029
6
+ metadata.gz: c7f8aaa19ac73a8fea33c8c8aff41b50ccaf30613f352afe1ac215fe24e9bfec04ec00c05ea88367a7bea05c4d3801f927a2f6c476ee73424aff84c26ca50948
7
+ data.tar.gz: 282caef23a9c958d1e92ef2f4843dced0416ba527a4e6f8c2906bec19f334bf4e999735f7ad81081bebae9021d68e014b3ad73f588d378e772856aba3883dcfe
@@ -31,7 +31,6 @@ module Scan
31
31
 
32
32
  options = []
33
33
  options += project_path_array
34
- options << "-configuration '#{config[:configuration]}'" if config[:configuration]
35
34
  options << "-sdk '#{config[:sdk]}'" if config[:sdk]
36
35
  options << destination # generated in `detect_values`
37
36
  options << "-derivedDataPath '#{config[:derived_data_path]}'" if config[:derived_data_path]
@@ -1,4 +1,4 @@
1
1
  module Scan
2
- VERSION = "0.14.1"
2
+ VERSION = "0.14.2"
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.1
4
+ version: 0.14.2
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-04 00:00:00.000000000 Z
11
+ date: 2016-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.53.0
19
+ version: 0.57.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.53.0
29
+ version: 0.57.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0
@@ -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.2.2
285
+ rubygems_version: 2.4.5.1
286
286
  signing_key:
287
287
  specification_version: 4
288
288
  summary: The easiest way to run tests of your iOS and Mac app