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 +4 -4
- data/lib/scan/test_command_generator.rb +0 -1
- data/lib/scan/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 006c6eb975783068f106731e42a7946ab80680af
|
4
|
+
data.tar.gz: 3047a7b06b7c6d208dcf51fc7438ecfa2715fcd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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]
|
data/lib/scan/version.rb
CHANGED
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.
|
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-
|
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.
|
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.
|
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.
|
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
|