simplecov-rcov-setup 0.0.1 → 0.0.2

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: 837c097339051c806c153f2279ba182e979af7bf
4
- data.tar.gz: aebd234d1068149713a6c836f7a207175198dad8
3
+ metadata.gz: a14f330ce6f69ca842939d52c63732e62fab6d7e
4
+ data.tar.gz: 251d1f265f513997946d096a6593b3c58e1c5993
5
5
  SHA512:
6
- metadata.gz: 68874e112bdc364c1a9e3fc78af813867c8dc3ce9b1a94ebb667699733d68a25cc0ebe7e5c90fe48f35e0fc9d32939b00189d5c221121b85f1554a0add06dd01
7
- data.tar.gz: 44891becad36653471b51745847acb7182293440db4952463324b02ad0d17b96fcfba988a48b7b7153253180dcb3ffa983bbcb9315f9d417a05c4964006fca47
6
+ metadata.gz: aeb2156ad52dc0b52e95a11f3632c51b5022e6618cec7d643f1a5676219a69ad25a334e4cc99ee21c6308dfe75112287cdd0e28d7eb041c585d91b306a63f585
7
+ data.tar.gz: bb6e65e0a967222a36c6e47b6d8efd583dfc786c3bac9c33db0bb68a02f530378f008272fd2a3d9e4a40fea0887a689256f329fd8b8d5199be3d35f18167f096
@@ -2,7 +2,7 @@ module SimpleCov
2
2
  module Formatter
3
3
  class RcovFormatter
4
4
  class Setup
5
- VERSION = "0.0.1"
5
+ VERSION = '0.0.2'
6
6
  end
7
7
  end
8
8
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['github@spam.raszi.hu']
11
11
  spec.summary = 'SimpleCov Rcov Formatter setup'
12
12
  spec.description = 'Helps to setup SimpleCov Rcov formatter'
13
- spec.homepage = ''
13
+ spec.homepage = 'https://github.com/raszi/simplecov-rcov-setup'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-rcov-setup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - KARASZI István
@@ -67,7 +67,7 @@ files:
67
67
  - lib/simplecov-rcov-setup.rb
68
68
  - lib/simplecov-rcov-setup/version.rb
69
69
  - simplecov-rcov-setup.gemspec
70
- homepage: ''
70
+ homepage: https://github.com/raszi/simplecov-rcov-setup
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: {}