fastlane-plugin-setup_fragile_tests_for_rescan 1.1.0 → 2.0.0

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: 1ded2daae21d9ba1afd5875e67c0a19048c38895
4
- data.tar.gz: 3395f9cbed2f8f1dba0d1a4e2f470d6e01d2e6cb
3
+ metadata.gz: a2ec4fb144b2d9bd01d51374430718fb99aa3c77
4
+ data.tar.gz: 78c2fc230c79ce9cec3a91083196112b481e43a6
5
5
  SHA512:
6
- metadata.gz: e1e648ef08f5206057909e00dbe8d629093ccbf5938c7c623dd79f7dba0229a15498cf108b83b4405bb735d0eaf44b39872665d0cbd1d4d44825d277f725d42d
7
- data.tar.gz: acacf54bed601c1323d5b523cbcee02a6e660b38e375b5b2d7f216f7d56e88ae9d2e0a261e9865da376f6ae06ca333a0921f45823919b4544546523148e70200
6
+ metadata.gz: 67b90368479482cbe9c7ea8c2e4a1b6c75c5f18df4d74f6ce6dc6cc9a6d913ccc68c36847b7a278b346eec5943d16395307ef4002650660081c9bc33352aa6f5
7
+ data.tar.gz: 96a8734fbe65a2ee994d7588430e7f9c69ccf4cce7f060b0771147602be60361203577abada830e984fcd1fc2418d43940bba2fb302ff5c1db4146c86d8741fd
@@ -105,6 +105,14 @@ module Fastlane
105
105
  "Reviews the scan report file to find the passing tests in an Xcode project and then suppresses the tests in the test-suite's source file."
106
106
  end
107
107
 
108
+ def self.deprecated_notes
109
+ "This action is deprecated in favor of the suppress_tests_from_junit and multi_scan actions shipped with the test_control plugin"
110
+ end
111
+
112
+ def self.category
113
+ :deprecated
114
+ end
115
+
108
116
  def self.available_options
109
117
  [
110
118
  FastlaneCore::ConfigItem.new(
@@ -1,5 +1,5 @@
1
- module Fastlane
1
+ module Fastlane
2
2
  module SetupFragileTestsForRescan
3
- VERSION = "1.1.0"
3
+ VERSION = "2.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-setup_fragile_tests_for_rescan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-01 00:00:00.000000000 Z
11
+ date: 2017-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj
@@ -109,7 +109,7 @@ dependencies:
109
109
  - !ruby/object:Gem::Version
110
110
  version: 1.107.0
111
111
  description:
112
- email: lyndsey.ferguson@gmail.com
112
+ email: ldf.public+github@outlook.com
113
113
  executables: []
114
114
  extensions: []
115
115
  extra_rdoc_files: []
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.5.2
143
+ rubygems_version: 2.6.11
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Suppress stabile tests so that 'scan' can run the fragile tests again