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 +4 -4
- data/lib/highway/steps/library/xcode_test.rb +2 -0
- data/lib/highway/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 470af68392dfcbc58452bc54eb5bea71bfe008b83b03de55b0f902113694298a
|
|
4
|
+
data.tar.gz: d86fc2e7fcd80362a98a688d6500972af20c5528cfa2b487f9deba97b007e997
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/highway/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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: []
|