coverband 0.0.4 → 0.0.5

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.
@@ -64,7 +64,7 @@ module Coverband
64
64
  if @reporter
65
65
  if @reporter.is_a?(Redis)
66
66
  #"/Users/danmayer/projects/cover_band_server/app.rb"=>[54, 55]
67
- old_files = files.dup
67
+ old_files = @files.dup
68
68
  @files = {}
69
69
  old_files.each_pair do |key, values|
70
70
  @reporter.sadd "coverband", key.gsub('/','.')
@@ -1,3 +1,3 @@
1
1
  module Coverband
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: 1023737906618146469
111
+ hash: 1757980899486783468
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements:
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: 1023737906618146469
120
+ hash: 1757980899486783468
121
121
  requirements: []
122
122
  rubyforge_project:
123
123
  rubygems_version: 1.8.25