simplecov-markdown 0.1.5 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/Gemfile.lock +36 -25
- data/lib/simplecov-markdown/version.rb +1 -1
- data/spec/spec_helper.rb +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a81438f25e76a0afb0d8992d1ee59848221c4342
|
4
|
+
data.tar.gz: 5cee48f547d434e87ee54f1fae235b8376b49b13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 544bbeafc14c03855a6fcde55e781d1deedc14cf9a8a2ff0deec0618caff0b4a4c5fbe668fada36fde65b40e071fe426b1b9558d1ebcbf289055e3b8dc37af65
|
7
|
+
data.tar.gz: 3df78d1763643c39890038f35dfda87f8b370d33709418d6aef96d503afc66dffcbf4ff6008d718112cf2c65ecd516eff5fed751648418f387500f81d348e0ed
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,57 +1,65 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
simplecov-markdown (0.1.
|
4
|
+
simplecov-markdown (0.1.7)
|
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.
|
12
|
-
|
11
|
+
coveralls (0.8.2)
|
12
|
+
json (~> 1.8)
|
13
13
|
rest-client (>= 1.6.8, < 2)
|
14
|
-
simplecov (~> 0.
|
14
|
+
simplecov (~> 0.10.0)
|
15
15
|
term-ansicolor (~> 1.3)
|
16
16
|
thor (~> 0.19.1)
|
17
17
|
diff-lcs (1.2.5)
|
18
18
|
docile (1.1.5)
|
19
|
+
domain_name (0.5.24)
|
20
|
+
unf (>= 0.0.5, < 1.0.0)
|
19
21
|
hirb (0.7.3)
|
20
|
-
|
21
|
-
|
22
|
+
http-cookie (1.0.2)
|
23
|
+
domain_name (~> 0.5)
|
24
|
+
json (1.8.3)
|
25
|
+
mime-types (2.6.1)
|
22
26
|
netrc (0.10.3)
|
23
27
|
rake (10.4.2)
|
24
|
-
rest-client (1.
|
28
|
+
rest-client (1.8.0)
|
29
|
+
http-cookie (>= 1.0.2, < 2.0)
|
25
30
|
mime-types (>= 1.16, < 3.0)
|
26
31
|
netrc (~> 0.7)
|
27
|
-
rspec (3.
|
28
|
-
rspec-core (~> 3.
|
29
|
-
rspec-expectations (~> 3.
|
30
|
-
rspec-mocks (~> 3.
|
31
|
-
rspec-core (3.
|
32
|
-
rspec-support (~> 3.
|
33
|
-
rspec-expectations (3.
|
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)
|
34
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
-
rspec-support (~> 3.
|
36
|
-
rspec-mocks (3.
|
40
|
+
rspec-support (~> 3.3.0)
|
41
|
+
rspec-mocks (3.3.1)
|
37
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
-
rspec-support (~> 3.
|
39
|
-
rspec-support (3.
|
40
|
-
rspec-temp_dir (0.0.
|
43
|
+
rspec-support (~> 3.3.0)
|
44
|
+
rspec-support (3.3.0)
|
45
|
+
rspec-temp_dir (0.0.4)
|
41
46
|
rspec
|
42
|
-
simplecov (0.
|
47
|
+
simplecov (0.10.0)
|
43
48
|
docile (~> 1.1.0)
|
44
|
-
|
45
|
-
simplecov-html (~> 0.
|
49
|
+
json (~> 1.8)
|
50
|
+
simplecov-html (~> 0.10.0)
|
46
51
|
simplecov-console (0.2.0)
|
47
52
|
colorize
|
48
53
|
hirb
|
49
54
|
simplecov
|
50
|
-
simplecov-html (0.
|
51
|
-
term-ansicolor (1.3.
|
55
|
+
simplecov-html (0.10.0)
|
56
|
+
term-ansicolor (1.3.2)
|
52
57
|
tins (~> 1.0)
|
53
58
|
thor (0.19.1)
|
54
|
-
tins (1.
|
59
|
+
tins (1.5.4)
|
60
|
+
unf (0.1.4)
|
61
|
+
unf_ext
|
62
|
+
unf_ext (0.0.7.1)
|
55
63
|
|
56
64
|
PLATFORMS
|
57
65
|
ruby
|
@@ -64,3 +72,6 @@ DEPENDENCIES
|
|
64
72
|
rspec-temp_dir (~> 0.0.3)
|
65
73
|
simplecov-console
|
66
74
|
simplecov-markdown!
|
75
|
+
|
76
|
+
BUNDLED WITH
|
77
|
+
1.10.4
|
data/spec/spec_helper.rb
CHANGED
@@ -2,6 +2,14 @@ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
|
2
2
|
require 'simplecov'
|
3
3
|
require 'simplecov-console'
|
4
4
|
|
5
|
+
SimpleCov.add_filter do |source_file|
|
6
|
+
source_file.filename =~ /spec/ && !(source_file.filename =~ /fixtures/)
|
7
|
+
end
|
8
|
+
|
9
|
+
SimpleCov.start
|
10
|
+
|
11
|
+
require 'simplecov-markdown'
|
12
|
+
|
5
13
|
if ENV["COVERALLS_REPO_TOKEN"]
|
6
14
|
require 'coveralls'
|
7
15
|
Coveralls.wear!
|
@@ -11,11 +19,3 @@ else
|
|
11
19
|
SimpleCov::Formatter::MarkdownFormatter
|
12
20
|
]
|
13
21
|
end
|
14
|
-
|
15
|
-
SimpleCov.start do
|
16
|
-
add_filter do |source_file|
|
17
|
-
source_file.filename =~ /spec/ && !(source_file.filename =~ /fixtures/)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
require 'simplecov-markdown'
|
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.
|
4
|
+
version: 0.1.7
|
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-
|
11
|
+
date: 2015-06-24 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.
|
155
|
+
rubygems_version: 2.2.3
|
156
156
|
signing_key:
|
157
157
|
specification_version: 4
|
158
158
|
summary: Markdown formatter for simplecov
|