bones-extras 1.0.0 → 1.0.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/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.0.1 / 2009-11-06
2
+
3
+ * 1 bug fix
4
+ * Fixed a missing include file for Rcov tasks
5
+
1
6
  == 1.0.0 / 2009-11-04
2
7
 
3
8
  * 1 major enhancement
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ Bones {
15
15
  authors 'Tim Pease'
16
16
  email 'tim.pease@gmail.com'
17
17
  url 'http://github.com/TwP/bones-extras'
18
- version '1.0.0'
18
+ version '1.0.1'
19
19
  ignore_file '.gitignore'
20
20
 
21
21
  depend_on 'bones'
@@ -33,6 +33,7 @@ module Bones::Plugins::Rcov
33
33
 
34
34
  def post_load
35
35
  require 'rcov'
36
+ require 'rcov/rcovtask'
36
37
  config = ::Bones.config
37
38
  config.exclude << "^#{Regexp.escape(config.rcov.dir)}/"
38
39
  have?(:rcov) { true }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bones-extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Pease
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-04 00:00:00 -07:00
12
+ date: 2009-11-06 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency