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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec16c2330cc60d599fed17337f8af38866763f57
4
- data.tar.gz: 734c4e447eee6977e7e4e182328a0c1972962d28
3
+ metadata.gz: bec010d959a204e33d769bf7ab234f8649815db6
4
+ data.tar.gz: 9f282da9a5e8b3b9ed7c8548315138f874fc972e
5
5
  SHA512:
6
- metadata.gz: 668104c54439ef04b3b055b285398339c1adf37560bb3995e28f2be895da7b88cf0d90e27056ef2b74cd3ac1e43d4ea25b05e0eb96cf880a0be5a43d79d0079e
7
- data.tar.gz: 472a1d6267b13b5deb5b06dd1e0571452d8cbcfd9da955046a91880fc0ac2de45c2fead147c2ca9e86915ecfb62f0049f13219a64c17838df06b7e62e70a7833
6
+ metadata.gz: 4fcf5b434645fc9f979b5597316fc385b5ded4986900c099e22f2bb8a35211f375ec92db06c84d4d8e01d29bc5f95341b77d188387a1629b460b60fbd434bdbf
7
+ data.tar.gz: 7085bb1d529cd7e88c62e0ec769c6b931cc8359125a6d728cbb0c1cb632f3b7c4b2b3a8d98b21cc87674505fb67964419aa557215bc415413b80534cdc3df45d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -89,11 +89,11 @@ class SimpleCov::Formatter::Console
89
89
  end
90
90
 
91
91
  group_str = []
92
- groups.map do |base, v|
93
- if v > 0
94
- group_str << "#{base}-#{base + v}"
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 << "#{base}"
96
+ group_str << "#{starting_line}"
97
97
  end
98
98
  end
99
99
 
@@ -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.1 ruby lib
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.1"
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-01-31"
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.1
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-01-31 00:00:00.000000000 Z
11
+ date: 2017-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov