simplecov-markdown 0.1.9 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa6ffbbbc712ff6d2505e288e4bdf99a6054e1f8
4
- data.tar.gz: 288925f03e3c7002eb596bdb58db3b44f83d632d
3
+ metadata.gz: e0207d59884b631bfc6107b33d21a6ad25d60b0b
4
+ data.tar.gz: b76bcd574facf30150c39f7a4d8cc3322fb4e5b9
5
5
  SHA512:
6
- metadata.gz: f56e88750b24c32bc87f5209615ef1768fb7c47707c23978a8cf2b11fe9085f109513858583c68cb320703313736474e19f1ca8153caa3e68bfc6a13f886fc1c
7
- data.tar.gz: c1092700488a6ff6da72345a4758cb4ed0ee87ccf1218552b2d7fa46498c8cae783184d314575edb2b0fd60731f535b82b910a6e8ca853d4939ef6a5eb918883
6
+ metadata.gz: 1a914736f43aaf0b3bea518c6e44b3f5189d56657e9b07a2bf8ed4d1470ecfba7ef0e85cdc28785746e2d48e099b8983cc3873bff0f6c3d476153607e83be881
7
+ data.tar.gz: 6269d2d8f0927418e863034f93fbf55d08903ce6f7466db83da585683793f3db85bc67eaa7e51185981ea6e44de08cfcd0a440c63d75873cf6909a5d3699d06a
@@ -1,6 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
3
  - 2.0.0
5
4
  - 2.1
6
5
  - 2.2
@@ -1,55 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simplecov-markdown (0.1.9)
4
+ simplecov-markdown (0.2.0)
5
5
  simplecov
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ansi (1.5.0)
11
- coveralls (0.8.10)
12
- json (~> 1.8)
13
- rest-client (>= 1.6.8, < 2)
14
- simplecov (~> 0.11.0)
11
+ coveralls (0.8.15)
12
+ json (>= 1.8, < 3)
13
+ simplecov (~> 0.12.0)
15
14
  term-ansicolor (~> 1.3)
16
15
  thor (~> 0.19.1)
17
- tins (~> 1.6.0)
16
+ tins (>= 1.6.0, < 2)
18
17
  diff-lcs (1.2.5)
19
18
  docile (1.1.5)
20
- domain_name (0.5.25)
21
- unf (>= 0.0.5, < 1.0.0)
22
19
  hirb (0.7.3)
23
- http-cookie (1.0.2)
24
- domain_name (~> 0.5)
25
- json (1.8.3)
26
- mime-types (2.99)
27
- netrc (0.11.0)
20
+ json (2.0.2)
28
21
  rake (10.5.0)
29
- rest-client (1.8.0)
30
- http-cookie (>= 1.0.2, < 2.0)
31
- mime-types (>= 1.16, < 3.0)
32
- netrc (~> 0.7)
33
- rspec (3.4.0)
34
- rspec-core (~> 3.4.0)
35
- rspec-expectations (~> 3.4.0)
36
- rspec-mocks (~> 3.4.0)
37
- rspec-core (3.4.1)
38
- rspec-support (~> 3.4.0)
39
- rspec-expectations (3.4.0)
22
+ rspec (3.5.0)
23
+ rspec-core (~> 3.5.0)
24
+ rspec-expectations (~> 3.5.0)
25
+ rspec-mocks (~> 3.5.0)
26
+ rspec-core (3.5.3)
27
+ rspec-support (~> 3.5.0)
28
+ rspec-expectations (3.5.0)
40
29
  diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.4.0)
42
- rspec-mocks (3.4.1)
30
+ rspec-support (~> 3.5.0)
31
+ rspec-mocks (3.5.0)
43
32
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.4.0)
45
- rspec-support (3.4.1)
33
+ rspec-support (~> 3.5.0)
34
+ rspec-support (3.5.0)
46
35
  rspec-temp_dir (0.0.4)
47
36
  rspec
48
- simplecov (0.11.1)
37
+ simplecov (0.12.0)
49
38
  docile (~> 1.1.0)
50
- json (~> 1.8)
39
+ json (>= 1.8, < 3)
51
40
  simplecov-html (~> 0.10.0)
52
- simplecov-console (0.3.0)
41
+ simplecov-console (0.3.1)
53
42
  ansi
54
43
  hirb
55
44
  simplecov
@@ -57,10 +46,7 @@ GEM
57
46
  term-ansicolor (1.3.2)
58
47
  tins (~> 1.0)
59
48
  thor (0.19.1)
60
- tins (1.6.0)
61
- unf (0.1.4)
62
- unf_ext
63
- unf_ext (0.0.7.1)
49
+ tins (1.12.0)
64
50
 
65
51
  PLATFORMS
66
52
  ruby
@@ -73,3 +59,6 @@ DEPENDENCIES
73
59
  rspec-temp_dir (~> 0.0.3)
74
60
  simplecov-console
75
61
  simplecov-markdown!
62
+
63
+ BUNDLED WITH
64
+ 1.12.5
@@ -1,7 +1,7 @@
1
1
  module SimpleCov
2
2
  module Formatter
3
3
  class MarkdownFormatter
4
- VERSION = "0.1.9"
4
+ VERSION = "0.2.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noritaka Horio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-16 00:00:00.000000000 Z
11
+ date: 2016-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  requirements: []
154
154
  rubyforge_project:
155
- rubygems_version: 2.2.2
155
+ rubygems_version: 2.5.1
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: Markdown formatter for simplecov