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: 6194d410744b7eec52d3ac8f3ab70d1c913dcc93
4
- data.tar.gz: '078e7ee898526e7a569a8acb7b910f71c9ee3ae6'
3
+ metadata.gz: 32c5a2d01f51505d19909c8d466352c35129c146
4
+ data.tar.gz: 5692ef3309e33bfe70cd470f9c67249f292c4d77
5
5
  SHA512:
6
- metadata.gz: 9fe4de31101bd2c59c235c4036ebdd52e4891eeada401a23efb5a5f294544a61e4fe7d6a1ec7b02d781b24ba87fab27f874e9186698b6b6eac5472ccec7a665b
7
- data.tar.gz: a0a6eea6c609321e7685fcffd6c400f8f9e19c741b2a5336fc774fbcdef9678bc101ba3006b6f669a1a0e2dfa0ba83a6b9879a351ed9ea5290d8bbd2e6b896a9
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
- "This action is deprecated in favor of the suppress_tests_from_junit and multi_scan actions shipped with the test_center plugin"
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module SetupFragileTestsForRescan
3
- VERSION = "2.1.0"
3
+ VERSION = "2.1.1"
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: 2.1.0
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: 2017-11-16 00:00:00.000000000 Z
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj