simplecov-console 0.4.1 → 0.4.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 +4 -4
- data/VERSION +1 -1
- data/lib/simplecov-console.rb +4 -4
- data/simplecov-console.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bec010d959a204e33d769bf7ab234f8649815db6
|
|
4
|
+
data.tar.gz: 9f282da9a5e8b3b9ed7c8548315138f874fc972e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fcf5b434645fc9f979b5597316fc385b5ded4986900c099e22f2bb8a35211f375ec92db06c84d4d8e01d29bc5f95341b77d188387a1629b460b60fbd434bdbf
|
|
7
|
+
data.tar.gz: 7085bb1d529cd7e88c62e0ec769c6b931cc8359125a6d728cbb0c1cb632f3b7c4b2b3a8d98b21cc87674505fb67964419aa557215bc415413b80534cdc3df45d
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.2
|
data/lib/simplecov-console.rb
CHANGED
|
@@ -89,11 +89,11 @@ class SimpleCov::Formatter::Console
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
group_str = []
|
|
92
|
-
groups.map do |
|
|
93
|
-
if
|
|
94
|
-
group_str << "#{
|
|
92
|
+
groups.map do |starting_line, length|
|
|
93
|
+
if length > 0
|
|
94
|
+
group_str << "#{starting_line}-#{starting_line + length}"
|
|
95
95
|
else
|
|
96
|
-
group_str << "#{
|
|
96
|
+
group_str << "#{starting_line}"
|
|
97
97
|
end
|
|
98
98
|
end
|
|
99
99
|
|
data/simplecov-console.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: simplecov-console 0.4.
|
|
5
|
+
# stub: simplecov-console 0.4.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "simplecov-console".freeze
|
|
9
|
-
s.version = "0.4.
|
|
9
|
+
s.version = "0.4.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Chetan Sarva".freeze]
|
|
14
|
-
s.date = "2017-
|
|
14
|
+
s.date = "2017-06-21"
|
|
15
15
|
s.description = "Simple console output formatter for SimpleCov".freeze
|
|
16
16
|
s.email = "chetan@pixelcop.net".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplecov-console
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chetan Sarva
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: simplecov
|