metrix 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -126,7 +126,7 @@ module Metrix
126
126
  begin
127
127
  sleep_for = @interval - (Time.now - started - cnt * interval)
128
128
  if sleep_for > 0
129
- Metrix.logger.info "finished run in %.06f, sleeping for %.06f" % [Time.now - now, sleep_for]
129
+ Metrix.logger.info "finished run in %.06f, sleeping for %.06f. metrix version: #{Metrix::VERSION}, attributes: #{attributes}" % [Time.now - now, sleep_for]
130
130
  sleep sleep_for
131
131
  else
132
132
  Metrix.logger.info "not sleeping because %.06f is negative" % [sleep_for]
@@ -1,3 +1,3 @@
1
1
  module Metrix
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -192,3 +192,4 @@ test_files:
192
192
  - spec/lib/metrix/system_spec.rb
193
193
  - spec/lib/metrix_spec.rb
194
194
  - spec/spec_helper.rb
195
+ has_rdoc: