fastlane-plugin-test_center 3.5.4 → 3.5.5

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: 4c7c0894717f111592d34ef8a83dd6d13220b46c
4
- data.tar.gz: 5c9f5904907744c3a7157c364a05603b8148804b
3
+ metadata.gz: e706b6b12ba93541b7cb73278793770a163ee9c1
4
+ data.tar.gz: fec2bed86cbb28a637c2e1caf5b8c42f31086ee2
5
5
  SHA512:
6
- metadata.gz: b6992be335a1f79cecb063e160659c49e90bc04b4ac7886a36e5f7a374ee65e0c701f39ded1f3975a5c4a09a9b1e978ba00be5cb4f454ae9cef43f0d904f21e9
7
- data.tar.gz: 53d7c27a3ad6aa6facdf701f5b3c3beaa2442a5715933ae0a87bb5a649a8819ddf5e68d36557366281db8bb23ac9af9a25988874430c41705894cb36569bf1bc
6
+ metadata.gz: 9815ecca815c12cc0d31492b41a5d971f9f2c99191e0f5810af72d6f6987680f0abecfff4b15f4c106ef85e4c286bf4a8b4c7f84efaadc24452e5c2654de513d
7
+ data.tar.gz: 6bb11fdae062d365b835987746b644a1e03e2ed0efcb6ccced29bc9426778a93b2c94dff321c978984ff002e62da4acbb11c91dd7837e5d3c635da5f329edaeb
data/README.md CHANGED
@@ -62,7 +62,7 @@ lane :sweep do
62
62
  testrun_completed_block: test_run_block
63
63
  )
64
64
  unless result[:failed_testcount].zero?
65
- UI.info("There are #{result[:failed_testcount]} legitimate failing tests")
65
+ UI.message("There are #{result[:failed_testcount]} legitimate failing tests")
66
66
  end
67
67
  end
68
68
  ```
@@ -221,7 +221,7 @@ module Fastlane
221
221
  end
222
222
 
223
223
  def self.is_supported?(platform)
224
- platform == :ios
224
+ %i[ios mac].include?(platform)
225
225
  end
226
226
 
227
227
  def self.category
@@ -161,7 +161,7 @@ module Fastlane
161
161
  end
162
162
 
163
163
  def self.is_supported?(platform)
164
- platform == :ios
164
+ %i[ios mac].include?(platform)
165
165
  end
166
166
 
167
167
  def self.category
@@ -148,7 +148,7 @@ module Fastlane
148
148
  end
149
149
 
150
150
  def self.is_supported?(platform)
151
- platform == :ios
151
+ %i[ios mac].include?(platform)
152
152
  end
153
153
  end
154
154
  end
@@ -177,7 +177,7 @@ module Fastlane
177
177
  end
178
178
 
179
179
  def self.is_supported?(platform)
180
- platform == :ios
180
+ %i[ios mac].include?(platform)
181
181
  end
182
182
  end
183
183
  end
@@ -316,7 +316,7 @@ module Fastlane
316
316
  end
317
317
 
318
318
  def self.is_supported?(platform)
319
- platform == :ios
319
+ %i[ios mac].include?(platform)
320
320
  end
321
321
  end
322
322
  end
@@ -169,7 +169,7 @@ module Fastlane
169
169
  end
170
170
 
171
171
  def self.is_supported?(platform)
172
- platform == :ios
172
+ %i[ios mac].include?(platform)
173
173
  end
174
174
  end
175
175
  end
@@ -133,7 +133,7 @@ module Fastlane
133
133
  end
134
134
 
135
135
  def self.is_supported?(platform)
136
- platform == :ios
136
+ %i[ios mac].include?(platform)
137
137
  end
138
138
  end
139
139
  end
@@ -137,7 +137,7 @@ module Fastlane
137
137
  end
138
138
 
139
139
  def self.is_supported?(platform)
140
- platform == :ios
140
+ %i[ios mac].include?(platform)
141
141
  end
142
142
  end
143
143
  end
@@ -80,7 +80,7 @@ module Fastlane
80
80
  end
81
81
 
82
82
  def self.is_supported?(platform)
83
- platform == :ios
83
+ %i[ios mac].include?(platform)
84
84
  end
85
85
  end
86
86
  end
@@ -90,7 +90,7 @@ module Fastlane
90
90
  end
91
91
 
92
92
  def self.is_supported?(platform)
93
- platform == :ios
93
+ %i[ios mac].include?(platform)
94
94
  end
95
95
  end
96
96
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.5.4"
3
+ VERSION = "3.5.5"
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.4
4
+ version: 3.5.5
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-08-15 00:00:00.000000000 Z
11
+ date: 2018-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json