simplecov-markdown 0.1.7 → 0.1.9

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: a81438f25e76a0afb0d8992d1ee59848221c4342
4
- data.tar.gz: 5cee48f547d434e87ee54f1fae235b8376b49b13
3
+ metadata.gz: aa6ffbbbc712ff6d2505e288e4bdf99a6054e1f8
4
+ data.tar.gz: 288925f03e3c7002eb596bdb58db3b44f83d632d
5
5
  SHA512:
6
- metadata.gz: 544bbeafc14c03855a6fcde55e781d1deedc14cf9a8a2ff0deec0618caff0b4a4c5fbe668fada36fde65b40e071fe426b1b9558d1ebcbf289055e3b8dc37af65
7
- data.tar.gz: 3df78d1763643c39890038f35dfda87f8b370d33709418d6aef96d503afc66dffcbf4ff6008d718112cf2c65ecd516eff5fed751648418f387500f81d348e0ed
6
+ metadata.gz: f56e88750b24c32bc87f5209615ef1768fb7c47707c23978a8cf2b11fe9085f109513858583c68cb320703313736474e19f1ca8153caa3e68bfc6a13f886fc1c
7
+ data.tar.gz: c1092700488a6ff6da72345a4758cb4ed0ee87ccf1218552b2d7fa46498c8cae783184d314575edb2b0fd60731f535b82b910a6e8ca853d4939ef6a5eb918883
data/.travis.yml CHANGED
@@ -4,4 +4,5 @@ rvm:
4
4
  - 2.0.0
5
5
  - 2.1
6
6
  - 2.2
7
+ - 2.3.0
7
8
  cache: bundler
data/Gemfile.lock CHANGED
@@ -1,62 +1,63 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simplecov-markdown (0.1.7)
4
+ simplecov-markdown (0.1.9)
5
5
  simplecov
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- colorize (0.7.5)
11
- coveralls (0.8.2)
10
+ ansi (1.5.0)
11
+ coveralls (0.8.10)
12
12
  json (~> 1.8)
13
13
  rest-client (>= 1.6.8, < 2)
14
- simplecov (~> 0.10.0)
14
+ simplecov (~> 0.11.0)
15
15
  term-ansicolor (~> 1.3)
16
16
  thor (~> 0.19.1)
17
+ tins (~> 1.6.0)
17
18
  diff-lcs (1.2.5)
18
19
  docile (1.1.5)
19
- domain_name (0.5.24)
20
+ domain_name (0.5.25)
20
21
  unf (>= 0.0.5, < 1.0.0)
21
22
  hirb (0.7.3)
22
23
  http-cookie (1.0.2)
23
24
  domain_name (~> 0.5)
24
25
  json (1.8.3)
25
- mime-types (2.6.1)
26
- netrc (0.10.3)
27
- rake (10.4.2)
26
+ mime-types (2.99)
27
+ netrc (0.11.0)
28
+ rake (10.5.0)
28
29
  rest-client (1.8.0)
29
30
  http-cookie (>= 1.0.2, < 2.0)
30
31
  mime-types (>= 1.16, < 3.0)
31
32
  netrc (~> 0.7)
32
- rspec (3.3.0)
33
- rspec-core (~> 3.3.0)
34
- rspec-expectations (~> 3.3.0)
35
- rspec-mocks (~> 3.3.0)
36
- rspec-core (3.3.1)
37
- rspec-support (~> 3.3.0)
38
- rspec-expectations (3.3.0)
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)
39
40
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.3.0)
41
- rspec-mocks (3.3.1)
41
+ rspec-support (~> 3.4.0)
42
+ rspec-mocks (3.4.1)
42
43
  diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.3.0)
44
- rspec-support (3.3.0)
44
+ rspec-support (~> 3.4.0)
45
+ rspec-support (3.4.1)
45
46
  rspec-temp_dir (0.0.4)
46
47
  rspec
47
- simplecov (0.10.0)
48
+ simplecov (0.11.1)
48
49
  docile (~> 1.1.0)
49
50
  json (~> 1.8)
50
51
  simplecov-html (~> 0.10.0)
51
- simplecov-console (0.2.0)
52
- colorize
52
+ simplecov-console (0.3.0)
53
+ ansi
53
54
  hirb
54
55
  simplecov
55
56
  simplecov-html (0.10.0)
56
57
  term-ansicolor (1.3.2)
57
58
  tins (~> 1.0)
58
59
  thor (0.19.1)
59
- tins (1.5.4)
60
+ tins (1.6.0)
60
61
  unf (0.1.4)
61
62
  unf_ext
62
63
  unf_ext (0.0.7.1)
@@ -72,6 +73,3 @@ DEPENDENCIES
72
73
  rspec-temp_dir (~> 0.0.3)
73
74
  simplecov-console
74
75
  simplecov-markdown!
75
-
76
- BUNDLED WITH
77
- 1.10.4
@@ -1,7 +1,7 @@
1
1
  module SimpleCov
2
2
  module Formatter
3
3
  class MarkdownFormatter
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.9"
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.7
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noritaka Horio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-24 00:00:00.000000000 Z
11
+ date: 2016-01-16 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.3
155
+ rubygems_version: 2.2.2
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: Markdown formatter for simplecov