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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +3 -3
  3. data/lib/version.rb +1 -1
  4. metadata +1 -2
  5. data/Gemfile.lock +0 -51
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26d7746e028237504d076bf131e5750e6106b14d
4
- data.tar.gz: d43a3ff6925fbfdb678585ceff24b73a46c40817
3
+ metadata.gz: 57ca01f2da6206ff1936eba7046078bf6ce498f7
4
+ data.tar.gz: fddbcd737085afd8fc9139886fa8592c7853c980
5
5
  SHA512:
6
- metadata.gz: 755cb6cd96043e61d6026406fc6d80d0f0ee40c846fbc3d03aace8f8d60886e87589105949bd650a82e875080612f822f96cd4fc1dc81d53c8b9dd76e0e93324
7
- data.tar.gz: 7d184d6f42cb6bbe994f670d8c476cc051ff9b0b5579c13ebc9f9a0604da894d89b135f675a0eef56e98681ac542c15f92f21a29d598bfaa10974b503c2b4fc5
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
- # Gemfile.lock
30
- # .ruby-version
31
- # .ruby-gemset
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
@@ -1,3 +1,3 @@
1
1
  module GCOV
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
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.1
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