fastlane-plugin-test_center 3.5.8 → 3.5.9

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: 2f7fe0b1bfee7741cac3f6ed4a16bd4315dcc58f
4
- data.tar.gz: 3fde82976a32fe04cbaa64d6e7a867c73a808dd4
3
+ metadata.gz: 61bc8728dd74fdf047e74386d9cb5cb4b0f0d753
4
+ data.tar.gz: 77b98ba834e8fcb18fc3c0189aa757fa6fb1a14f
5
5
  SHA512:
6
- metadata.gz: f258c314ee92d54200134d5a516078bb7bea957954d3186eaa22f8bf9ebcc72c11dd7b37a3568516195a4ef71a71253a630bc3d2cb65d21e992ac4c626bdd2a0
7
- data.tar.gz: 1b8304982dc5af1022ddfad36e3c7e8532fa9b208b40fbca3f00e55edce4a8464df574c412806bfe1fc94ba1e682b3a47afd581f2196fc099431d5504e25cfe6
6
+ metadata.gz: 8b7fdf2acb1a244af23db7584c043e20179c7cf6f9d164c08d94d63055eebcfd5cc467c57b5ae80043408e6e12988f7384e1f21179db27eaf168e71a1b684b48
7
+ data.tar.gz: 5f2366303671ed2de76837dd440a496bae487d11a7769171a070850c46c82fae6497b6f24e414d434cbd07c5422658e032d59c06b87db84118c8a8cccca2924a
@@ -12,6 +12,8 @@ module Fastlane
12
12
  xctestrun_rootpath = File.dirname(xctestrun_path)
13
13
  tests = Hash.new([])
14
14
  xctestrun.each do |testable_name, xctestrun_config|
15
+ next if testable_name == '__xctestrun_metadata__'
16
+
15
17
  test_identifiers = XCTestList.tests(xctest_bundle_path(xctestrun_rootpath, xctestrun_config))
16
18
  if xctestrun_config.key?('SkipTestIdentifiers')
17
19
  test_identifiers.reject! { |test_identifier| xctestrun_config['SkipTestIdentifiers'].include?(test_identifier) }
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.5.8"
3
+ VERSION = "3.5.9"
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: 3.5.8
4
+ version: 3.5.9
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-10-15 00:00:00.000000000 Z
11
+ date: 2018-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json