fastlane-plugin-test_center 2.4.0 → 2.4.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: 270262acce80a1f4e13f63b7e3926d3a2664932b
4
- data.tar.gz: 42ccbeb22f3661ef6c770f4f020a2e72c44b68da
3
+ metadata.gz: da0572fa8a2b44960ba7c49324f4e36adb09527f
4
+ data.tar.gz: 7c6711279952bf7e5d167e7a4164996949568bf8
5
5
  SHA512:
6
- metadata.gz: aaefef06f68566da00b2bd6e4c6ffaeb0e734e0cf9b1f2eb2b504c08c7e7dba6f1189d8d0061f45ea54821fb65094949c3433a2836b596ec5066985aa0b387eb
7
- data.tar.gz: e258386f7567d2e2c4297628c73e97f0387446632bea9c05bd31c6da0feab3fcd74e3bf6cf48cce5e3629312f1df2ec0dc638062ead05d0312b73f59012384be
6
+ metadata.gz: ad441ce667c16bcb376b8f1e1bf05a75a788545ec299a0c39bbe408f999bcc68e53616e30095d99a377497309e9f875bcaca4bf9308574abcd55bd140bc25dc7
7
+ data.tar.gz: 45423e0897670299612f766f2415d213a38426f21ca012aad8f3d472ccc95b02bddc6dbc21c8a2838736960f45799d58283cec7109e08b0acc050cd22f86ea0a
@@ -147,6 +147,7 @@ module Fastlane
147
147
  def self.xctest_bundle_path(xctestrun_rootpath, xctestrun_config)
148
148
  xctest_host_path = xctestrun_config['TestHostPath'].sub('__TESTROOT__', xctestrun_rootpath)
149
149
  xctestrun_config['TestBundlePath'].sub('__TESTHOST__', xctest_host_path)
150
+ xctestrun_config['TestBundlePath'].sub('__TESTROOT__', xctestrun_rootpath)
150
151
  end
151
152
 
152
153
  def self.testrun_path(scan_options)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "2.4.0"
3
+ VERSION = "2.4.1"
4
4
  end
5
5
  end
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.0
4
+ version: 2.4.1
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-28 00:00:00.000000000 Z
11
+ date: 2018-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj