simplecov-markdown 0.1.5 → 0.1.7

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: e4640ca1940b3b4f110594eecee821426d55b6d9
4
- data.tar.gz: db11724466187cc7b341f66ee3311855a2b93e78
3
+ metadata.gz: a81438f25e76a0afb0d8992d1ee59848221c4342
4
+ data.tar.gz: 5cee48f547d434e87ee54f1fae235b8376b49b13
5
5
  SHA512:
6
- metadata.gz: 2a54b5304b68de38d8136ce65517cd732f1f1a276f0d2d73f9b54d533e3926d7c86dafc785ff41d93aaf18af869e3460ff8bf373ad2fab53e7e75d2f7f5dfe1c
7
- data.tar.gz: 480f43a08866cb6f8a9ecac1e1b7505eecd4f29ec64e9a124690908fc0a17a93ce9feb273b72d6ebfca55f92e69261c05d351cc557e7639495d4382edd07a1c1
6
+ metadata.gz: 544bbeafc14c03855a6fcde55e781d1deedc14cf9a8a2ff0deec0618caff0b4a4c5fbe668fada36fde65b40e071fe426b1b9558d1ebcbf289055e3b8dc37af65
7
+ data.tar.gz: 3df78d1763643c39890038f35dfda87f8b370d33709418d6aef96d503afc66dffcbf4ff6008d718112cf2c65ecd516eff5fed751648418f387500f81d348e0ed
data/.travis.yml CHANGED
@@ -3,4 +3,5 @@ rvm:
3
3
  - 1.9.3
4
4
  - 2.0.0
5
5
  - 2.1
6
+ - 2.2
6
7
  cache: bundler
data/Gemfile.lock CHANGED
@@ -1,57 +1,65 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simplecov-markdown (0.1.5)
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.7.11)
12
- multi_json (~> 1.10)
11
+ coveralls (0.8.2)
12
+ json (~> 1.8)
13
13
  rest-client (>= 1.6.8, < 2)
14
- simplecov (~> 0.9.1)
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
- mime-types (2.4.3)
21
- multi_json (1.10.1)
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.7.3)
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.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
+ 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.2.0)
36
- rspec-mocks (3.2.1)
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.2.0)
39
- rspec-support (3.2.2)
40
- rspec-temp_dir (0.0.3)
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.9.2)
47
+ simplecov (0.10.0)
43
48
  docile (~> 1.1.0)
44
- multi_json (~> 1.0)
45
- simplecov-html (~> 0.9.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.9.0)
51
- term-ansicolor (1.3.0)
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.3.4)
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
@@ -1,7 +1,7 @@
1
1
  module SimpleCov
2
2
  module Formatter
3
3
  class MarkdownFormatter
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
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.5
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-03-01 00:00:00.000000000 Z
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.2
155
+ rubygems_version: 2.2.3
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: Markdown formatter for simplecov