gcov2x 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/.gitignore +3 -3
- data/lib/version.rb +1 -1
- metadata +1 -2
- data/Gemfile.lock +0 -51
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57ca01f2da6206ff1936eba7046078bf6ce498f7
|
4
|
+
data.tar.gz: fddbcd737085afd8fc9139886fa8592c7853c980
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1418669ecc7dabbcc5eb66ee02416a731ce6261f67af75177852227208a9f3dd95df98905114e7ac402bdfa756965a612cc9b79a0840889a23b22d932ce7abe
|
7
|
+
data.tar.gz: 08a95cea4f181a4ad6ba3d5352fb6ce4a3acfcebb7d65354c2d9d1972b8c9deae3bb8de9733114556e105badea92e41fc227a504128cededb08b6dedf9f0186d
|
data/.gitignore
CHANGED
@@ -26,9 +26,9 @@ build/
|
|
26
26
|
|
27
27
|
# for a library or gem, you might want to ignore these files since the code is
|
28
28
|
# intended to run in multiple environments; otherwise, check them in:
|
29
|
-
|
30
|
-
|
31
|
-
|
29
|
+
Gemfile.lock
|
30
|
+
.ruby-version
|
31
|
+
.ruby-gemset
|
32
32
|
|
33
33
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
34
34
|
.rvmrc
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gcov2x
|
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
|
- Mattias Bergbom
|
@@ -133,7 +133,6 @@ files:
|
|
133
133
|
- ".gitignore"
|
134
134
|
- ".travis.yml"
|
135
135
|
- Gemfile
|
136
|
-
- Gemfile.lock
|
137
136
|
- LICENSE
|
138
137
|
- README.md
|
139
138
|
- Rakefile
|
data/Gemfile.lock
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
gcov2x (0.4.1)
|
5
|
-
gyoku (~> 1.0)
|
6
|
-
mixlib-cli
|
7
|
-
term-ansicolor
|
8
|
-
terminal-table
|
9
|
-
|
10
|
-
GEM
|
11
|
-
specs:
|
12
|
-
builder (3.2.2)
|
13
|
-
diff-lcs (1.2.5)
|
14
|
-
docile (1.1.5)
|
15
|
-
gyoku (1.2.2)
|
16
|
-
builder (>= 2.1.2)
|
17
|
-
mixlib-cli (1.5.0)
|
18
|
-
multi_json (1.10.1)
|
19
|
-
rake (10.4.2)
|
20
|
-
rspec (3.1.0)
|
21
|
-
rspec-core (~> 3.1.0)
|
22
|
-
rspec-expectations (~> 3.1.0)
|
23
|
-
rspec-mocks (~> 3.1.0)
|
24
|
-
rspec-core (3.1.7)
|
25
|
-
rspec-support (~> 3.1.0)
|
26
|
-
rspec-expectations (3.1.2)
|
27
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
28
|
-
rspec-support (~> 3.1.0)
|
29
|
-
rspec-mocks (3.1.3)
|
30
|
-
rspec-support (~> 3.1.0)
|
31
|
-
rspec-support (3.1.2)
|
32
|
-
rubygems-tasks (0.2.4)
|
33
|
-
simplecov (0.9.1)
|
34
|
-
docile (~> 1.1.0)
|
35
|
-
multi_json (~> 1.0)
|
36
|
-
simplecov-html (~> 0.8.0)
|
37
|
-
simplecov-html (0.8.0)
|
38
|
-
term-ansicolor (1.3.0)
|
39
|
-
tins (~> 1.0)
|
40
|
-
terminal-table (1.4.5)
|
41
|
-
tins (1.3.3)
|
42
|
-
|
43
|
-
PLATFORMS
|
44
|
-
ruby
|
45
|
-
|
46
|
-
DEPENDENCIES
|
47
|
-
gcov2x!
|
48
|
-
rake
|
49
|
-
rspec
|
50
|
-
rubygems-tasks
|
51
|
-
simplecov
|