fastlane-plugin-test_center 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/test_center/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cce3ceea480e8c00a9704c208a950e92296e1cf
|
4
|
+
data.tar.gz: d8a6ac9ca9187ee1969e1cfcb9b387f1c3513afb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47cf4c0754f87dac2b3e5ccf4fc61f820d4d01f7f95a6829df601125c07b1f0bf37ed05760388e4945b06942b61c8ff9e1217272da34e1e29587d6e273287e5b
|
7
|
+
data.tar.gz: a06ada0668fde73d88f4f57f49a519f0475ad1426e961561456a2a2598afbc67045c5bdb545913aac1086e3aefc1b50b118c32875abb23a822b3f6d6d48c3645
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-test_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
@@ -129,7 +129,7 @@ description: |2
|
|
129
129
|
- suppress_tests: suppresses specific tests in a specific or all Xcode Schemes in a given project
|
130
130
|
- suppressed_tests: retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project
|
131
131
|
- tests_from_junit: retrieves the failing and passing tests as reported in a junit xml file
|
132
|
-
email:
|
132
|
+
email: ldf.public+github@outlook.com
|
133
133
|
executables: []
|
134
134
|
extensions: []
|
135
135
|
extra_rdoc_files: []
|
@@ -169,3 +169,4 @@ signing_key:
|
|
169
169
|
specification_version: 4
|
170
170
|
summary: Makes testing your iOS app easier
|
171
171
|
test_files: []
|
172
|
+
has_rdoc:
|