xcov 1.3.4 → 1.3.5
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/xcov/options.rb +1 -1
- data/lib/xcov/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7984985bdbdff4ddf35556121d63a21e039228a
|
|
4
|
+
data.tar.gz: 43adff6756fc7d8c2c6d544e86cd8daec446a60b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8af9af31f32cb3352170c3b18004b3c10cdda446b023ba48034ef9970a1bf2af0867e675523ac5cc64e9601e878820bc8153699fc6fe0ac55fc958d659121692
|
|
7
|
+
data.tar.gz: 8c85209f1fa8cc3d737377c4e4d508520027187261b53dd58ee92a5c784dada13a98ed426ddcfc067bfb8359aaa3afc68ff66827ee7c18626e61779cbbfab686
|
data/lib/xcov/options.rb
CHANGED
|
@@ -209,7 +209,7 @@ module Xcov
|
|
|
209
209
|
optional: true,
|
|
210
210
|
conflicting_options: [:coveralls_service_name, :coveralls_service_job_id],
|
|
211
211
|
description: "Repository token to be used by integrations not compatible with Coveralls"
|
|
212
|
-
)
|
|
212
|
+
),
|
|
213
213
|
|
|
214
214
|
# Fastlane compatibility issue fix
|
|
215
215
|
FastlaneCore::ConfigItem.new(
|
data/lib/xcov/version.rb
CHANGED