xcov 0.7 → 0.8

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
  SHA1:
3
- metadata.gz: 91702d34b310b64ac9b161ffdc46a375d514e164
4
- data.tar.gz: 07e3acb2b8fbd7cb674c94acb7ee258655f8322b
3
+ metadata.gz: fab9b5e1ca61f2be002266a8c186969f600dbb76
4
+ data.tar.gz: 36cfc70ed2cc8c117886e82cfb7fc35154ccba7b
5
5
  SHA512:
6
- metadata.gz: d44ad849fd3de7ba246fbdd35b594b958dcb46b622f11365ac2d8b271db7a095bd67af9aae64141dd5920be75b3b5f04304627bf92c7e1d66c650463e62ce733
7
- data.tar.gz: 9d1a384c93f4fb49078a7d7775a818556350b18de2fb76b5ca1344b6e19fcb530e8f3434fb5d72bcb51e96afb84b4f3276af77f14070e3c41e94945abb12f0ec
6
+ metadata.gz: 483d3206bf078ee1bd369b4f4018e862717e953a0f1eea19fb55cf2a0c1712e5077cbe1618d7df0b778a0274058324985f1c57903c19838cbd1bd1b4037bb879
7
+ data.tar.gz: 33728a655159156cb4ba4cbcd5bc6de68da0cfc2c256e0028cd181d2a47062600d47a18e8663e6cf8e358c6053fd5ffb25dddf5a8756aebe54b0af89d826d9f5
@@ -38,7 +38,7 @@ module Xcov
38
38
  private
39
39
 
40
40
  def print(text)
41
- Helper.log.error text.red
41
+ UI.message text.red
42
42
  end
43
43
  end
44
44
 
@@ -25,7 +25,7 @@ module Xcov
25
25
  begin
26
26
  ignore_list = YAML.load_file(ignore_file_path)
27
27
  rescue
28
- Helper.log.info "Skipping file blacklisting as no ignore file was found at path #{ignore_file_path}".yellow
28
+ UI.message "Skipping file blacklisting as no ignore file was found at path #{ignore_file_path}".yellow
29
29
  end
30
30
 
31
31
  return ignore_list
@@ -21,7 +21,7 @@ module Xcov
21
21
  @type = Source.type(name)
22
22
 
23
23
  if @ignored
24
- Helper.log.info "Ignoring #{name} coverage".yellow
24
+ UI.message "Ignoring #{name} coverage".yellow
25
25
  end
26
26
  end
27
27
 
@@ -30,9 +30,9 @@ module Xcov
30
30
  attachments: attachments
31
31
 
32
32
  if result.code.to_i == 200
33
- Helper.log.info 'Successfully sent Slack notification'.green
33
+ UI.message 'Successfully sent Slack notification'.green
34
34
  else
35
- Helper.log.error result.to_s.red
35
+ UI.message result.to_s.red
36
36
  end
37
37
  end
38
38
 
@@ -1,6 +1,6 @@
1
1
  module Xcov
2
2
 
3
- VERSION = "0.7"
3
+ VERSION = "0.8"
4
4
  DESCRIPTION = "xcov is a friendly visualizer for Xcode's code coverage files"
5
5
 
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcov
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: '0.8'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Vidal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-09 00:00:00.000000000 Z
11
+ date: 2016-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.32.0
19
+ version: 0.44.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.32.0
29
+ version: 0.44.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0
@@ -78,14 +78,14 @@ dependencies:
78
78
  requirements:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: 1.25.0
81
+ version: 1.90.0
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
- version: 1.25.0
88
+ version: 1.90.0
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: rake
91
91
  requirement: !ruby/object:Gem::Requirement