danger-xcov 0.2.3 → 0.2.4

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: 73410410113e7680150761858b62770621188b8a
4
- data.tar.gz: 3d7300cafde7cdcb95e899976b15a2f89c50f124
3
+ metadata.gz: 33ab0f1b9e1f0863dec6613ad501d15213026e45
4
+ data.tar.gz: d8b0a7f95744e58c3fb7ee5d172fb0294d1ef2af
5
5
  SHA512:
6
- metadata.gz: 317b4fde808f296f51f763ba058dbf32529d4ba35e0954b978d3eba69cfc2f1220f76ccea611ce978e49444ebcb0a02fc5e3cf1487984df055664a3647eb010d
7
- data.tar.gz: 290cb655a45eb5c39b76e3aa69a8b52d1ed76348bcb11c9881894854c3fc7d0a144a4fededb3eecc657f363ea756282caffeab1362093933c10d82aa72f6c5e6
6
+ metadata.gz: 1b6246187b0f20f3e377e060361fc6f5b23976f8208c2b1792b1688c316015d0155e2d7b90ff400fca8f83ecc09bb7c8ad62cb4b11dcd86db8c75dac2b3f8046
7
+ data.tar.gz: b3770a47c869dc9d1569d77cd42b49019e06099ae47590f9f63f1ecddae67c406ad7883602c3c8dc6d12e55cfbb79095748de997a355ed855db160f5e9169533
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- ![logo](http://www.nakiostudio.com/xcov-logo.png)
1
+ <h3 align="center">
2
+ <img src="/assets_readme/logo.png" alt="xcov Logo" />
3
+ </h3>
2
4
  -------
3
5
  [![Twitter: @carlostify](https://img.shields.io/badge/contact-@carlostify-blue.svg?style=flat)](https://twitter.com/carlostify)
4
6
  [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/nakiostudio/xcov/blob/master/LICENSE)
@@ -32,7 +34,9 @@ xcov.report(
32
34
 
33
35
  The result is as cool as follows:
34
36
 
35
- ![screenshot](http://www.nakiostudio.com/danger-xcov.png)
37
+ <h3 align="center">
38
+ <img src="/assets_readme/xcov_danger.png" />
39
+ </h3>
36
40
 
37
41
  ## License
38
42
  This project is licensed under the terms of the MIT license. See the LICENSE file.
Binary file
Binary file
data/danger-xcov.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.require_paths = ['lib']
18
18
 
19
19
  spec.add_dependency 'danger', '>= 2.1'
20
- spec.add_dependency 'xcov', '>= 1.1.1'
20
+ spec.add_dependency 'xcov', '>= 1.1.2'
21
21
  spec.add_development_dependency 'bundler', '~> 1.3'
22
22
  spec.add_development_dependency 'rake'
23
23
  end
data/lib/danger_plugin.rb CHANGED
@@ -25,7 +25,7 @@ module Danger
25
25
  # Validates the code coverage of the files changed within a Pull Request.
26
26
  # This method accepts the same arguments allowed by the xcov gem.
27
27
  #
28
- # @param args Hash{Symbol => String}
28
+ # @param args Hash{Symbol => String}
29
29
  # This method accepts the same arguments accepted by the xcov gem.
30
30
  # A complete list of parameters allowed is available here:
31
31
  # https://github.com/nakiostudio/xcov
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module DangerXcov
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  DESCRIPTION = "Danger plugin to validate the code coverage of the files changed"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-xcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Vidal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-01 00:00:00.000000000 Z
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.1.1
33
+ version: 1.1.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 1.1.1
40
+ version: 1.1.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -78,6 +78,8 @@ files:
78
78
  - LICENSE
79
79
  - README.md
80
80
  - Rakefile
81
+ - assets_readme/logo.png
82
+ - assets_readme/xcov_danger.png
81
83
  - danger-xcov.gemspec
82
84
  - lib/danger_plugin.rb
83
85
  - lib/version.rb
@@ -106,4 +108,3 @@ signing_key:
106
108
  specification_version: 4
107
109
  summary: Danger plugin to validate the code coverage of the files changed
108
110
  test_files: []
109
- has_rdoc: