simplecov-markdown 0.1.4 → 0.1.5
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 +31 -28
- data/lib/simplecov-markdown/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4640ca1940b3b4f110594eecee821426d55b6d9
|
4
|
+
data.tar.gz: db11724466187cc7b341f66ee3311855a2b93e78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a54b5304b68de38d8136ce65517cd732f1f1a276f0d2d73f9b54d533e3926d7c86dafc785ff41d93aaf18af869e3460ff8bf373ad2fab53e7e75d2f7f5dfe1c
|
7
|
+
data.tar.gz: 480f43a08866cb6f8a9ecac1e1b7505eecd4f29ec64e9a124690908fc0a17a93ce9feb273b72d6ebfca55f92e69261c05d351cc557e7639495d4382edd07a1c1
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,54 +1,57 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
simplecov-markdown (0.1.
|
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.
|
12
|
-
multi_json (~> 1.
|
13
|
-
rest-client (
|
14
|
-
simplecov (
|
15
|
-
term-ansicolor (
|
16
|
-
thor (
|
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.
|
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.
|
24
|
-
mime-types (>= 1.16)
|
25
|
-
|
26
|
-
|
27
|
-
rspec-
|
28
|
-
rspec-
|
29
|
-
|
30
|
-
|
31
|
-
|
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.
|
34
|
-
rspec-mocks (3.1
|
35
|
-
|
36
|
-
|
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.
|
42
|
+
simplecov (0.9.2)
|
40
43
|
docile (~> 1.1.0)
|
41
44
|
multi_json (~> 1.0)
|
42
|
-
simplecov-html (~> 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.
|
48
|
-
term-ansicolor (1.
|
49
|
-
tins (~> 0
|
50
|
-
thor (0.
|
51
|
-
tins (
|
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
|