metriks 0.9.8.2 → 0.9.8.3

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/lib/metriks.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Metriks
3
- VERSION = '0.9.8.2'
3
+ VERSION = '0.9.8.3'
4
4
 
5
5
  def self.get(name)
6
6
  Metriks::Registry.default.get(name)
data/lib/metriks/timer.rb CHANGED
@@ -13,7 +13,7 @@ module Metriks
13
13
  end
14
14
 
15
15
  def restart
16
- @interval.split
16
+ @interval = Hitimes::Interval.now
17
17
  end
18
18
 
19
19
  def stop
data/metriks.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'metriks'
16
- s.version = '0.9.8.2'
16
+ s.version = '0.9.8.3'
17
17
  s.date = '2012-05-05'
18
18
 
19
19
  ## Make sure your summary is short. The description may be as long
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 8
9
- - 2
10
- version: 0.9.8.2
9
+ - 3
10
+ version: 0.9.8.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Lindvall