simplecov-lcov 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3a0fb9ae11e72faa2bd751ac2f665175d75f4f3
4
- data.tar.gz: 52ec3110dfebe84b8190f87ecb5167e5f70ce5af
3
+ metadata.gz: 03719ab4d0797514d62d234909dcfabf618b3057
4
+ data.tar.gz: d85e0ac787f64fe9a2814db19999d71b439a7239
5
5
  SHA512:
6
- metadata.gz: 24814ec68025fff24603c9ba713f9fc92a8f701083dae4cac08dfeb75392bea72a9f518175895e8f3803681d45946fc6da703cb02cc9da11b91bfc368b9534cf
7
- data.tar.gz: 785aa1ba6061cc616b9ebf8e1c98f2a776a910d34e629d44579556fc6481520f96bf3ab7cf9a53dfa4e70e66683f520b7aea044e64722421ceb490bb51d11c2d
6
+ metadata.gz: fffcfaef24cdaadcbc4d5c8dc44a49d07eb5e599c9146761c33f115544a0b60df7a74a5ae65168403d21d953503383a373b2f916aca7f2d43c59ecf0996889fa
7
+ data.tar.gz: b950fc1a32f58120f0d1ad46d9500f29563074f2b069d882b2f27289ac22ecf071a4c820d67c5c0d6abf8e27dd3520795d3c4be4a07562b5e2f38175872d2387
@@ -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.3)
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.8.2)
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.2.1
1
+ 0.3.0
@@ -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.2.1"
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-06-25"
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.3"
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.2.1
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-06-25 00:00:00.000000000 Z
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.3
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.