fastlane-plugin-test_center 2.4.1 → 2.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4058b098dfe5f28a18cb2c3be51291660674288
|
4
|
+
data.tar.gz: 7b9a43716d9114762cc3ac7b15618a00f686eac3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b380e4a33e985ff5ffa9c1e48a7e6d05a43717b1a5c87dfd6f9a7b37d20db5280459302163e4fe38746487a5a422c07e89710343fcaf676cf228e3aad779f4f2
|
7
|
+
data.tar.gz: 2cb207a1516463034a6b3439dda78ead4bd6086df6b742d8a36b96ec8a6d5a8759a063fe412aa8b12f718c7fbdaee2b80b98990cbf6c73037794e3212bba043d
|
@@ -146,7 +146,7 @@ module Fastlane
|
|
146
146
|
|
147
147
|
def self.xctest_bundle_path(xctestrun_rootpath, xctestrun_config)
|
148
148
|
xctest_host_path = xctestrun_config['TestHostPath'].sub('__TESTROOT__', xctestrun_rootpath)
|
149
|
-
xctestrun_config['TestBundlePath'].sub('__TESTHOST__', xctest_host_path)
|
149
|
+
xctestrun_config['TestBundlePath'].sub!('__TESTHOST__', xctest_host_path)
|
150
150
|
xctestrun_config['TestBundlePath'].sub('__TESTROOT__', xctestrun_rootpath)
|
151
151
|
end
|
152
152
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-test_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xcodeproj
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 1.1.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 1.1.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: plist
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|