highway 1.0.5 → 1.0.7

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
  SHA256:
3
- metadata.gz: 489e833227b29b1b471e2f9296a434ba99c351d2fe49189074b033aeb0c0b2ae
4
- data.tar.gz: 36580683a8cd8dfedeb932e6528f6abcc551acb19834cea71f0a2eace5cb99c1
3
+ metadata.gz: ee3f2e7b9ef6c3f0c2dbb7147fa76254006735bd77fd5e894a761df266251cd8
4
+ data.tar.gz: 72487db47f7809ca5b0a2fbdad65fd2a8547fb1aba17f2d5ca535f6c5b167829
5
5
  SHA512:
6
- metadata.gz: 03b7609941bff19c3a8fabc78785244c96a33d039eadb2e601e916c6202d04099596516068641affa7ac725e0bb773f252b042afd8f140f1fbccecbb8fc560e7
7
- data.tar.gz: d2b34da037b7ecf6647b6a14ebfe3f5b1c65fcb54492799ab40e43e869f27809b0a40585e57a24a5bc7ed7a045807ae9e92fb14ea3f6b80cc0fa8046dc9e749d
6
+ metadata.gz: 7df350fea15eed329f597e18d5366a224755317f59a485f32a62e98b041daa1dcc6b26296adc1b5fad8a215c43383aa857a92481b6c54ff70da12a0917707ba5
7
+ data.tar.gz: 07552066b344a3c52dd7cace48deb46c1d7fa94a1c432a513cb74fca409d941919b0b53a1e0d8725b0148c0e969d6981eac8f8cd53cbbef1617b960143fe8649
@@ -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.7".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.7
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-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.0
19
+ version: 2.201.0
20
20
  - - "<="
21
21
  - !ruby/object:Gem::Version
22
22
  version: 3.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 2.0.0
29
+ version: 2.201.0
30
30
  - - "<="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 3.0.0
@@ -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: []