fastlane-plugin-test_center 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cce3ceea480e8c00a9704c208a950e92296e1cf
4
- data.tar.gz: d8a6ac9ca9187ee1969e1cfcb9b387f1c3513afb
3
+ metadata.gz: ec962ea051ad7610239a329a85b661c325b64499
4
+ data.tar.gz: ca1ba415a045bfe03befd311764e2dec4407dcca
5
5
  SHA512:
6
- metadata.gz: 47cf4c0754f87dac2b3e5ccf4fc61f820d4d01f7f95a6829df601125c07b1f0bf37ed05760388e4945b06942b61c8ff9e1217272da34e1e29587d6e273287e5b
7
- data.tar.gz: a06ada0668fde73d88f4f57f49a519f0475ad1426e961561456a2a2598afbc67045c5bdb545913aac1086e3aefc1b50b118c32875abb23a822b3f6d6d48c3645
6
+ metadata.gz: e5b6952b6b59bc341dce9393c4368fdabd19f44b50429387a1a2bc57f046650894082f8874936889aa2ac418166900d6bc3e3936fe85b8fff88b175ca8013b92
7
+ data.tar.gz: 3f456c4abd63aa4066586d3beb9e32d6bc424ae4f5eb7f291b5fb20cea61a097a6dc5df4143a0b229813b282fc539b429e5d7bb10974f2f66baccd184616e72c
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson
@@ -122,13 +122,14 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: |2
126
- This fastlane plugin includes the following actions:
127
- - multi_scan: uses scan to run Xcode tests a given number of times: only re-testing failing tests
128
- - suppress_tests_from_junit: uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme
129
- - suppress_tests: suppresses specific tests in a specific or all Xcode Schemes in a given project
130
- - suppressed_tests: retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project
131
- - tests_from_junit: retrieves the failing and passing tests as reported in a junit xml file
125
+ description: " This fastlane plugin includes the following actions: \n\n multi_scan:
126
+ uses scan to run Xcode tests a given number of times: only re-testing failing tests\n\n
127
+ \ suppress_tests_from_junit: uses a junit xml report file to suppress either passing
128
+ or failing tests in an Xcode Scheme\n\n suppress_tests: suppresses specific tests
129
+ in a specific or all Xcode Schemes in a given project\n\n suppressed_tests: retrieves
130
+ a list of tests that are suppressed in a specific or all Xcode Schemes in a project\n\n
131
+ \ tests_from_junit: retrieves the failing and passing tests as reported in a junit
132
+ xml file\n"
132
133
  email: ldf.public+github@outlook.com
133
134
  executables: []
134
135
  extensions: []