duvet 0.2.0 → 0.2.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/duvet.gemspec CHANGED
@@ -1,58 +1,56 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{duvet}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joshua Hawxwell"]
12
- s.date = %q{2010-11-12}
12
+ s.date = %q{2010-11-27}
13
13
  s.default_executable = %q{duvet}
14
14
  s.description = %q{Duvet a simple code coverage tool for ruby 1.9}
15
15
  s.email = %q{m@hawx.me}
16
16
  s.executables = ["duvet"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
- "README.md"
19
+ "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
- ".gitignore",
24
- "LICENSE",
25
- "README.md",
26
- "Rakefile",
27
- "VERSION",
28
- "bin/duvet",
29
- "duvet.gemspec",
30
- "lib/duvet.rb",
31
- "lib/duvet/cov.rb",
32
- "lib/duvet/covs.rb",
33
- "lib/duvet/ext.rb",
34
- "templates/css/dark.sass",
35
- "templates/css/light.sass",
36
- "templates/css/rcov.sass",
37
- "templates/html/file.haml",
38
- "templates/html/index.haml",
39
- "templates/js/jquery.js",
40
- "templates/js/main.js",
41
- "templates/js/plugins.js",
42
- "test/helper.rb",
43
- "test/test_duvet.rb",
44
- "test_duvet/lib/klass.rb",
45
- "test_duvet/lib/run.rb",
46
- "test_duvet/test/test_all.rb"
23
+ "LICENSE",
24
+ "README.md",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "bin/duvet",
28
+ "duvet.gemspec",
29
+ "lib/duvet.rb",
30
+ "lib/duvet/cov.rb",
31
+ "lib/duvet/covs.rb",
32
+ "lib/duvet/ext.rb",
33
+ "templates/css/dark.sass",
34
+ "templates/css/light.sass",
35
+ "templates/css/rcov.sass",
36
+ "templates/html/file.haml",
37
+ "templates/html/index.haml",
38
+ "templates/js/jquery.js",
39
+ "templates/js/main.js",
40
+ "templates/js/plugins.js",
41
+ "test/helper.rb",
42
+ "test/test_duvet.rb",
43
+ "test_duvet/lib/klass.rb",
44
+ "test_duvet/lib/run.rb",
45
+ "test_duvet/test/test_all.rb"
47
46
  ]
48
47
  s.homepage = %q{http://github.com/hawx/duvet}
49
- s.rdoc_options = ["--charset=UTF-8"]
50
48
  s.require_paths = ["lib"]
51
49
  s.rubygems_version = %q{1.3.7}
52
50
  s.summary = %q{Duvet a simple code coverage tool for ruby 1.9}
53
51
  s.test_files = [
54
52
  "test/helper.rb",
55
- "test/test_duvet.rb"
53
+ "test/test_duvet.rb"
56
54
  ]
57
55
 
58
56
  if s.respond_to? :specification_version then
@@ -21,6 +21,7 @@
21
21
  %th Name
22
22
  %th Total Lines
23
23
  %th Lines of Code
24
+ %th Lines Ran
24
25
  %th Total Coverage
25
26
  %th Code Coverage
26
27
 
@@ -29,6 +30,7 @@
29
30
  %td{:class => "name"}= file['path']
30
31
  %td= file['lines']
31
32
  %td= file['lines_code']
33
+ %td= file['lines_ran']
32
34
  %td= coverage['total']
33
35
  %td= coverage['code']
34
36
 
@@ -21,6 +21,7 @@
21
21
  %th{:class => "name"} Name
22
22
  %th{:class => "lines"} Total Lines
23
23
  %th{:class => "loc"} Lines of Code
24
+ %th{:class => "ran"} Lines Ran
24
25
  %th{:class => "cov"} Total Coverage
25
26
  %th{:class => "code"} Code Coverage
26
27
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joshua Hawxwell
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-12 00:00:00 +00:00
17
+ date: 2010-11-27 00:00:00 +00:00
18
18
  default_executable: duvet
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -54,7 +54,6 @@ extra_rdoc_files:
54
54
  - README.md
55
55
  files:
56
56
  - .document
57
- - .gitignore
58
57
  - LICENSE
59
58
  - README.md
60
59
  - Rakefile
@@ -83,8 +82,8 @@ homepage: http://github.com/hawx/duvet
83
82
  licenses: []
84
83
 
85
84
  post_install_message:
86
- rdoc_options:
87
- - --charset=UTF-8
85
+ rdoc_options: []
86
+
88
87
  require_paths:
89
88
  - lib
90
89
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,24 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
22
- cov
23
- doc
24
- .yardoc