simplecov-lcov 0.2.1 → 0.3.0
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/Gemfile.lock +2 -2
- data/VERSION +1 -1
- data/simplecov-lcov.gemspec +4 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03719ab4d0797514d62d234909dcfabf618b3057
|
4
|
+
data.tar.gz: d85e0ac787f64fe9a2814db19999d71b439a7239
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fffcfaef24cdaadcbc4d5c8dc44a49d07eb5e599c9146761c33f115544a0b60df7a74a5ae65168403d21d953503383a373b2f916aca7f2d43c59ecf0996889fa
|
7
|
+
data.tar.gz: b950fc1a32f58120f0d1ad46d9500f29563074f2b069d882b2f27289ac22ecf071a4c820d67c5c0d6abf8e27dd3520795d3c4be4a07562b5e2f38175872d2387
|
data/Gemfile.lock
CHANGED
@@ -18,7 +18,7 @@ GEM
|
|
18
18
|
descendants_tracker (0.0.4)
|
19
19
|
thread_safe (~> 0.3, >= 0.3.1)
|
20
20
|
diff-lcs (1.2.5)
|
21
|
-
docile (1.1.
|
21
|
+
docile (1.1.5)
|
22
22
|
faraday (0.9.0)
|
23
23
|
multipart-post (>= 1.2, < 3)
|
24
24
|
git (1.2.6)
|
@@ -76,7 +76,7 @@ GEM
|
|
76
76
|
rspec-mocks (3.0.0)
|
77
77
|
rspec-support (~> 3.0.0)
|
78
78
|
rspec-support (3.0.0)
|
79
|
-
simplecov (0.
|
79
|
+
simplecov (0.9.0)
|
80
80
|
docile (~> 1.1.0)
|
81
81
|
multi_json
|
82
82
|
simplecov-html (~> 0.8.0)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/simplecov-lcov.gemspec
CHANGED
@@ -2,14 +2,15 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
+
# stub: simplecov-lcov 0.3.0 ruby lib
|
5
6
|
|
6
7
|
Gem::Specification.new do |s|
|
7
8
|
s.name = "simplecov-lcov"
|
8
|
-
s.version = "0.
|
9
|
+
s.version = "0.3.0"
|
9
10
|
|
10
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
12
|
s.authors = ["fortissimo1997"]
|
12
|
-
s.date = "2014-
|
13
|
+
s.date = "2014-08-09"
|
13
14
|
s.description = "Custom SimpleCov formatter to generate a lcov style coverage."
|
14
15
|
s.email = "fortissimo1997@gmail.com"
|
15
16
|
s.extra_rdoc_files = [
|
@@ -39,7 +40,7 @@ Gem::Specification.new do |s|
|
|
39
40
|
s.homepage = "http://github.com/fortissimo1997/simplecov-lcov"
|
40
41
|
s.licenses = ["MIT"]
|
41
42
|
s.require_paths = ["lib"]
|
42
|
-
s.rubygems_version = "2.0
|
43
|
+
s.rubygems_version = "2.1.0"
|
43
44
|
s.summary = "Custom SimpleCov formatter to generate a lcov style coverage."
|
44
45
|
|
45
46
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplecov-lcov
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- fortissimo1997
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
154
|
version: '0'
|
155
155
|
requirements: []
|
156
156
|
rubyforge_project:
|
157
|
-
rubygems_version: 2.0
|
157
|
+
rubygems_version: 2.1.0
|
158
158
|
signing_key:
|
159
159
|
specification_version: 4
|
160
160
|
summary: Custom SimpleCov formatter to generate a lcov style coverage.
|