remnant 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/remnant/base.rb CHANGED
@@ -41,7 +41,7 @@ class Remnant
41
41
  Remnant.handler.timing("#{key_prefix}.#{remnant_key}", ms.to_i)
42
42
  end
43
43
 
44
- Remnant.handler.timing("#{key_prefix}.gc", Remnant::GC.ms.to_i)
44
+ Remnant.handler.timing("#{key_prefix}.gc", Remnant::GC.time.to_i)
45
45
  Remnant.handler.timing("#{key_prefix}.db", Remnant::Database.total_time.to_i)
46
46
 
47
47
  @sample_counter = 0
@@ -1,3 +1,3 @@
1
1
  class Remnant
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remnant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: