highway 1.0.5 → 1.0.6

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: 489e833227b29b1b471e2f9296a434ba99c351d2fe49189074b033aeb0c0b2ae
4
- data.tar.gz: 36580683a8cd8dfedeb932e6528f6abcc551acb19834cea71f0a2eace5cb99c1
3
+ metadata.gz: 470af68392dfcbc58452bc54eb5bea71bfe008b83b03de55b0f902113694298a
4
+ data.tar.gz: d86fc2e7fcd80362a98a688d6500972af20c5528cfa2b487f9deba97b007e997
5
5
  SHA512:
6
- metadata.gz: 03b7609941bff19c3a8fabc78785244c96a33d039eadb2e601e916c6202d04099596516068641affa7ac725e0bb773f252b042afd8f140f1fbccecbb8fc560e7
7
- data.tar.gz: d2b34da037b7ecf6647b6a14ebfe3f5b1c65fcb54492799ab40e43e869f27809b0a40585e57a24a5bc7ed7a045807ae9e92fb14ea3f6b80cc0fa8046dc9e749d
6
+ metadata.gz: 0bead069ffbdf46d9221aa99b2feb1407dd50fb724fa1c5e30ce6cca9ae5e4e7cb3a3c9285a22a49efd43fe5db28bd26ea4428fb90566d22fa7e30dd570af857
7
+ data.tar.gz: 5a464d1abb3fde76a40acd5ddfe280ad8110ec1138340f71e59a2744821e30a856d0b9037efa54819360348a78ebca7da7e20e4a3ff5934c5c672dfc43153760
@@ -111,6 +111,7 @@ module Highway
111
111
  output_dir = context.artifacts_dir
112
112
  output_types = ["html", "junit"].join(",")
113
113
  output_files = [output_html_file, output_junit_file].join(",")
114
+ xcodebuild_formatter = "xcpretty"
114
115
 
115
116
  # Prepare temporary variables.
116
117
 
@@ -139,6 +140,7 @@ module Highway
139
140
  output_directory: output_dir,
140
141
  output_types: output_types,
141
142
  output_files: output_files,
143
+ xcodebuild_formatter: xcodebuild_formatter,
142
144
 
143
145
  })
144
146
 
@@ -6,6 +6,6 @@
6
6
  module Highway
7
7
 
8
8
  # Version of Highway gem.
9
- VERSION = "1.0.5".freeze
9
+ VERSION = "1.0.6".freeze
10
10
 
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Netguru
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-29 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane
@@ -172,8 +172,8 @@ dependencies:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
174
  version: 0.17.0
175
- description:
176
- email:
175
+ description:
176
+ email:
177
177
  executables: []
178
178
  extensions: []
179
179
  extra_rdoc_files: []
@@ -242,7 +242,7 @@ licenses:
242
242
  - MIT
243
243
  metadata:
244
244
  source_code_uri: https://github.com/netguru/highway
245
- post_install_message:
245
+ post_install_message:
246
246
  rdoc_options: []
247
247
  require_paths:
248
248
  - lib
@@ -257,8 +257,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
257
257
  - !ruby/object:Gem::Version
258
258
  version: '0'
259
259
  requirements: []
260
- rubygems_version: 3.1.2
261
- signing_key:
260
+ rubygems_version: 3.1.6
261
+ signing_key:
262
262
  specification_version: 4
263
263
  summary: Build system on top of Fastlane.
264
264
  test_files: []