fastlane-plugin-setup_fragile_tests_for_rescan 2.1.0 → 2.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32c5a2d01f51505d19909c8d466352c35129c146
|
4
|
+
data.tar.gz: 5692ef3309e33bfe70cd470f9c67249f292c4d77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f31c9238cb503d92c4b3720b01a9a9c768f9df1bfaa9a1dd96daacd8d1023385ac432a5b4a2ff8a4a174eee0d8c0303445fff46cbe99a67ad1afc1ad171a8405
|
7
|
+
data.tar.gz: 4524ee039907f681b539f12f1b6f9300ca5b12d0b816fab6c2f74107530d50f908c4c78f56a3cd444899c839b09a6ee77320759804e3845c6204c9dbc35566fb
|
@@ -106,7 +106,10 @@ module Fastlane
|
|
106
106
|
end
|
107
107
|
|
108
108
|
def self.deprecated_notes
|
109
|
-
"
|
109
|
+
"⛔️\n" \
|
110
|
+
"🚫 This action is deprecated.\n" \
|
111
|
+
"🙏 Please use the suppress_tests_from_junit and multi_scan actions shipped with the test_center plugin.\n" \
|
112
|
+
"😇"
|
110
113
|
end
|
111
114
|
|
112
115
|
def self.category
|
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: 2.1.
|
4
|
+
version: 2.1.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:
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xcodeproj
|