simplecov-markdown 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 171d773630097a66f1b2cd2e8909d98516150341
4
- data.tar.gz: 44c880a867f30ad4c2eff25636d06ace0f4d8863
3
+ metadata.gz: e4640ca1940b3b4f110594eecee821426d55b6d9
4
+ data.tar.gz: db11724466187cc7b341f66ee3311855a2b93e78
5
5
  SHA512:
6
- metadata.gz: 493a66ca95bec559009383f87270bbb923822d629d668622ece4dbe3d2c779e608ab236cdad9656a87f609148a1dd300e6ffcd56d04f5e299cd773680938ad1b
7
- data.tar.gz: eef9cd131bfdc9827d5f5c9b96661392236d31c4a7505259efc0e56d553cce23a080f79ed6ee6ff627d380a4456588d42edb5d071e0a65f824775f432c6b0178
6
+ metadata.gz: 2a54b5304b68de38d8136ce65517cd732f1f1a276f0d2d73f9b54d533e3926d7c86dafc785ff41d93aaf18af869e3460ff8bf373ad2fab53e7e75d2f7f5dfe1c
7
+ data.tar.gz: 480f43a08866cb6f8a9ecac1e1b7505eecd4f29ec64e9a124690908fc0a17a93ce9feb273b72d6ebfca55f92e69261c05d351cc557e7639495d4382edd07a1c1
data/.travis.yml CHANGED
@@ -3,3 +3,4 @@ rvm:
3
3
  - 1.9.3
4
4
  - 2.0.0
5
5
  - 2.1
6
+ cache: bundler
data/Gemfile.lock CHANGED
@@ -1,54 +1,57 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simplecov-markdown (0.1.3)
4
+ simplecov-markdown (0.1.5)
5
5
  simplecov
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  colorize (0.7.5)
11
- coveralls (0.7.2)
12
- multi_json (~> 1.3)
13
- rest-client (= 1.6.7)
14
- simplecov (>= 0.7)
15
- term-ansicolor (= 1.2.2)
16
- thor (= 0.18.1)
11
+ coveralls (0.7.11)
12
+ multi_json (~> 1.10)
13
+ rest-client (>= 1.6.8, < 2)
14
+ simplecov (~> 0.9.1)
15
+ term-ansicolor (~> 1.3)
16
+ thor (~> 0.19.1)
17
17
  diff-lcs (1.2.5)
18
18
  docile (1.1.5)
19
- hirb (0.7.2)
19
+ hirb (0.7.3)
20
20
  mime-types (2.4.3)
21
21
  multi_json (1.10.1)
22
+ netrc (0.10.3)
22
23
  rake (10.4.2)
23
- rest-client (1.6.7)
24
- mime-types (>= 1.16)
25
- rspec (3.1.0)
26
- rspec-core (~> 3.1.0)
27
- rspec-expectations (~> 3.1.0)
28
- rspec-mocks (~> 3.1.0)
29
- rspec-core (3.1.7)
30
- rspec-support (~> 3.1.0)
31
- rspec-expectations (3.1.2)
24
+ rest-client (1.7.3)
25
+ mime-types (>= 1.16, < 3.0)
26
+ netrc (~> 0.7)
27
+ rspec (3.2.0)
28
+ rspec-core (~> 3.2.0)
29
+ rspec-expectations (~> 3.2.0)
30
+ rspec-mocks (~> 3.2.0)
31
+ rspec-core (3.2.1)
32
+ rspec-support (~> 3.2.0)
33
+ rspec-expectations (3.2.0)
32
34
  diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.1.0)
34
- rspec-mocks (3.1.3)
35
- rspec-support (~> 3.1.0)
36
- rspec-support (3.1.2)
35
+ rspec-support (~> 3.2.0)
36
+ rspec-mocks (3.2.1)
37
+ diff-lcs (>= 1.2.0, < 2.0)
38
+ rspec-support (~> 3.2.0)
39
+ rspec-support (3.2.2)
37
40
  rspec-temp_dir (0.0.3)
38
41
  rspec
39
- simplecov (0.9.1)
42
+ simplecov (0.9.2)
40
43
  docile (~> 1.1.0)
41
44
  multi_json (~> 1.0)
42
- simplecov-html (~> 0.8.0)
45
+ simplecov-html (~> 0.9.0)
43
46
  simplecov-console (0.2.0)
44
47
  colorize
45
48
  hirb
46
49
  simplecov
47
- simplecov-html (0.8.0)
48
- term-ansicolor (1.2.2)
49
- tins (~> 0.8)
50
- thor (0.18.1)
51
- tins (0.13.2)
50
+ simplecov-html (0.9.0)
51
+ term-ansicolor (1.3.0)
52
+ tins (~> 1.0)
53
+ thor (0.19.1)
54
+ tins (1.3.4)
52
55
 
53
56
  PLATFORMS
54
57
  ruby
@@ -1,7 +1,7 @@
1
1
  module SimpleCov
2
2
  module Formatter
3
3
  class MarkdownFormatter
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noritaka Horio