fastlane-plugin-xcode_test_reporter 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 619d7e5afd23bc45a661f7f804314206880f40926cb28001f4bea19994f2c834
4
- data.tar.gz: 590ed6d82071730885c0d174979630fb1006be6f666787c640753c94eab44797
3
+ metadata.gz: 888edbfee8eab76f4a361d0681be996bf0000ce19e9cfd194616d9b9fefd62cb
4
+ data.tar.gz: 171693d0f84e4ea228cc02afe4cb8952c34b3227f4be8b0d28e0d20ff5bbb64a
5
5
  SHA512:
6
- metadata.gz: 613cca6b5730e4d88451083400f88825a987ee201eeaad4185a39bba20d0e0b06273843d6891b15a8f258e67fbb7f280ec5c8902cabb215eb96b22b95303eda6
7
- data.tar.gz: '08e93bdb4f9971f8326c0a61ba5525f786989486af4c4e9bd6aa955bfb4ae4ec2a5972f6c86e56d7a812210469f9a1b219afa9dfa15b2cfbc6b9051ff0c36fe3'
6
+ metadata.gz: 67e36f4b8cf6e78b296233e2cf32315e0b3197b242404935919d2b5e72068292762f6f66194bae35ceedaae0e33cea513352997d1621df3574bdf2997115b02d
7
+ data.tar.gz: 15fa749ac98b39eee5abbf0576b5b30ffb7e72c2b29dad0f7f08ae4c62aad488c45abca6f4f0309e706da544ed1e01a3b1fcfd94abdaf6df9de4152a11d9b071
@@ -47,17 +47,17 @@ module Fastlane
47
47
  [
48
48
  FastlaneCore::ConfigItem.new(key: :output_directory,
49
49
  env_name: "XCODE_TEST_REPORTER_OUTPUT_DIRECTORY",
50
- description: "Directoy in which the report files should be written to. Same directory as source by default.",
50
+ description: "Directoy in which the report files should be written to",
51
51
  optional: true,
52
52
  type: String),
53
53
  FastlaneCore::ConfigItem.new(key: :path,
54
54
  env_name: "XCODE_TEST_REPORTER_PATH",
55
- description: "Path containing the plist files (default: .)",
55
+ description: "Path containing the plist files",
56
56
  optional: true,
57
57
  type: String),
58
58
  FastlaneCore::ConfigItem.new(key: :path,
59
59
  env_name: "XCODE_TEST_REPORTER_FORMAT",
60
- description: "The report format to output for (one of 'html', 'junit', or comma-separated values). (default: junit)",
60
+ description: "The report format to output for (one of 'html', 'junit', or comma-separated values)",
61
61
  default_value: "junit",
62
62
  optional: true,
63
63
  type: String)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module XcodeTestReporter
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-xcode_test_reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taisuke Hori