coverband 0.0.20 → 0.0.21

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.
@@ -3,7 +3,7 @@ namespace :coverband do
3
3
  desc "record coverband coverage baseline"
4
4
  task :baseline do
5
5
  Coverband::Reporter.baseline {
6
- require File.expand_path("../config/environment", Dir.pwd)
6
+ require File.expand_path("./config/environment", Dir.pwd)
7
7
  }
8
8
  end
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Coverband
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coverband
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -184,7 +184,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
184
184
  version: '0'
185
185
  segments:
186
186
  - 0
187
- hash: 834847330280210116
187
+ hash: 4325330329090522770
188
188
  required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  none: false
190
190
  requirements:
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  segments:
195
195
  - 0
196
- hash: 834847330280210116
196
+ hash: 4325330329090522770
197
197
  requirements: []
198
198
  rubyforge_project:
199
199
  rubygems_version: 1.8.23