simplecov-lcov 0.3.0 → 0.4.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/.tachikoma.yml +1 -0
- data/.travis.yml +1 -0
- data/README.markdown +2 -0
- data/VERSION +1 -1
- data/simplecov-lcov.gemspec +4 -4
- metadata +3 -3
- data/Gemfile.lock +0 -102
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8944dfeea26ddc93177d29121638658b703b9f5a
|
4
|
+
data.tar.gz: 2bf722b7152e7d4729ab798201140a67f21db295
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1f54d33e2235e715f18bcc9175096181b1322b69ab23b0ba89b892452d6fa09eb934dc9bf91d44180e3552a316417ed17a095351910a974649ed953904b2ea1
|
7
|
+
data.tar.gz: 6d8b1781694630fc67e58b11049bd3e2b6da7a1f59d03d72f64f36ed20e8a5f73c5f43df97cd065329bfe31e7363fe92de4bd0bc89f81aaaa66e20a2f398dbce
|
data/.tachikoma.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
strategy: bundler
|
data/.travis.yml
CHANGED
data/README.markdown
CHANGED
@@ -8,6 +8,8 @@ Custom SimpleCov formatter to generate a lcov style coverage.
|
|
8
8
|
[](http://inch-ci.org/github/fortissimo1997/simplecov-lcov)
|
9
9
|
[](https://codeclimate.com/github/fortissimo1997/simplecov-lcov)
|
10
10
|
[](https://gemnasium.com/fortissimo1997/simplecov-lcov)
|
11
|
+
[](https://scrutinizer-ci.com/g/fortissimo1997/simplecov-lcov/?branch=master)
|
12
|
+
[](https://www.omniref.com/ruby/gems/simplecov-lcov)
|
11
13
|
|
12
14
|
## Usage
|
13
15
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.4.0
|
data/simplecov-lcov.gemspec
CHANGED
@@ -2,15 +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.
|
5
|
+
# stub: simplecov-lcov 0.4.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "simplecov-lcov"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.4.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = ["fortissimo1997"]
|
13
|
-
s.date = "2014-
|
13
|
+
s.date = "2014-12-16"
|
14
14
|
s.description = "Custom SimpleCov formatter to generate a lcov style coverage."
|
15
15
|
s.email = "fortissimo1997@gmail.com"
|
16
16
|
s.extra_rdoc_files = [
|
@@ -21,9 +21,9 @@ Gem::Specification.new do |s|
|
|
21
21
|
".coveralls.yml",
|
22
22
|
".document",
|
23
23
|
".rspec",
|
24
|
+
".tachikoma.yml",
|
24
25
|
".travis.yml",
|
25
26
|
"Gemfile",
|
26
|
-
"Gemfile.lock",
|
27
27
|
"LICENSE.txt",
|
28
28
|
"README.markdown",
|
29
29
|
"Rakefile",
|
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.4.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-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -119,9 +119,9 @@ files:
|
|
119
119
|
- .coveralls.yml
|
120
120
|
- .document
|
121
121
|
- .rspec
|
122
|
+
- .tachikoma.yml
|
122
123
|
- .travis.yml
|
123
124
|
- Gemfile
|
124
|
-
- Gemfile.lock
|
125
125
|
- LICENSE.txt
|
126
126
|
- README.markdown
|
127
127
|
- Rakefile
|
data/Gemfile.lock
DELETED
@@ -1,102 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: http://rubygems.org/
|
3
|
-
specs:
|
4
|
-
activesupport (4.1.1)
|
5
|
-
i18n (~> 0.6, >= 0.6.9)
|
6
|
-
json (~> 1.7, >= 1.7.7)
|
7
|
-
minitest (~> 5.1)
|
8
|
-
thread_safe (~> 0.1)
|
9
|
-
tzinfo (~> 1.1)
|
10
|
-
addressable (2.3.6)
|
11
|
-
builder (3.2.2)
|
12
|
-
coveralls (0.7.0)
|
13
|
-
multi_json (~> 1.3)
|
14
|
-
rest-client
|
15
|
-
simplecov (>= 0.7)
|
16
|
-
term-ansicolor
|
17
|
-
thor
|
18
|
-
descendants_tracker (0.0.4)
|
19
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
20
|
-
diff-lcs (1.2.5)
|
21
|
-
docile (1.1.5)
|
22
|
-
faraday (0.9.0)
|
23
|
-
multipart-post (>= 1.2, < 3)
|
24
|
-
git (1.2.6)
|
25
|
-
github_api (0.11.3)
|
26
|
-
addressable (~> 2.3)
|
27
|
-
descendants_tracker (~> 0.0.1)
|
28
|
-
faraday (~> 0.8, < 0.10)
|
29
|
-
hashie (>= 1.2)
|
30
|
-
multi_json (>= 1.7.5, < 2.0)
|
31
|
-
nokogiri (~> 1.6.0)
|
32
|
-
oauth2
|
33
|
-
hashie (2.1.1)
|
34
|
-
highline (1.6.21)
|
35
|
-
i18n (0.6.9)
|
36
|
-
jeweler (2.0.1)
|
37
|
-
builder
|
38
|
-
bundler (>= 1.0)
|
39
|
-
git (>= 1.2.5)
|
40
|
-
github_api
|
41
|
-
highline (>= 1.6.15)
|
42
|
-
nokogiri (>= 1.5.10)
|
43
|
-
rake
|
44
|
-
rdoc
|
45
|
-
json (1.8.1)
|
46
|
-
jwt (1.0.0)
|
47
|
-
mime-types (2.3)
|
48
|
-
mini_portile (0.6.0)
|
49
|
-
minitest (5.3.4)
|
50
|
-
multi_json (1.10.1)
|
51
|
-
multi_xml (0.5.5)
|
52
|
-
multipart-post (2.0.0)
|
53
|
-
nokogiri (1.6.2.1)
|
54
|
-
mini_portile (= 0.6.0)
|
55
|
-
oauth2 (0.9.4)
|
56
|
-
faraday (>= 0.8, < 0.10)
|
57
|
-
jwt (~> 1.0)
|
58
|
-
multi_json (~> 1.3)
|
59
|
-
multi_xml (~> 0.5)
|
60
|
-
rack (~> 1.2)
|
61
|
-
rack (1.5.2)
|
62
|
-
rake (10.3.2)
|
63
|
-
rdoc (4.1.1)
|
64
|
-
json (~> 1.4)
|
65
|
-
rest-client (1.6.7)
|
66
|
-
mime-types (>= 1.16)
|
67
|
-
rspec (3.0.0)
|
68
|
-
rspec-core (~> 3.0.0)
|
69
|
-
rspec-expectations (~> 3.0.0)
|
70
|
-
rspec-mocks (~> 3.0.0)
|
71
|
-
rspec-core (3.0.0)
|
72
|
-
rspec-support (~> 3.0.0)
|
73
|
-
rspec-expectations (3.0.0)
|
74
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
75
|
-
rspec-support (~> 3.0.0)
|
76
|
-
rspec-mocks (3.0.0)
|
77
|
-
rspec-support (~> 3.0.0)
|
78
|
-
rspec-support (3.0.0)
|
79
|
-
simplecov (0.9.0)
|
80
|
-
docile (~> 1.1.0)
|
81
|
-
multi_json
|
82
|
-
simplecov-html (~> 0.8.0)
|
83
|
-
simplecov-html (0.8.0)
|
84
|
-
term-ansicolor (1.3.0)
|
85
|
-
tins (~> 1.0)
|
86
|
-
thor (0.19.1)
|
87
|
-
thread_safe (0.3.4)
|
88
|
-
tins (1.3.0)
|
89
|
-
tzinfo (1.2.1)
|
90
|
-
thread_safe (~> 0.1)
|
91
|
-
|
92
|
-
PLATFORMS
|
93
|
-
ruby
|
94
|
-
|
95
|
-
DEPENDENCIES
|
96
|
-
activesupport
|
97
|
-
bundler
|
98
|
-
coveralls
|
99
|
-
jeweler (~> 2.0.1)
|
100
|
-
rdoc
|
101
|
-
rspec
|
102
|
-
simplecov
|