rdo 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -101,7 +101,7 @@ module RDO
101
101
  rs.info[:execution_time] ||= Time.now - t
102
102
  if logger.debug?
103
103
  logger.debug(
104
- "(%.6fs) %s%s" % [
104
+ "(%.6f) %s%s" % [
105
105
  rs.execution_time,
106
106
  statement,
107
107
  ("<Bind: #{bind_values.inspect}>" unless bind_values.empty?)
@@ -36,7 +36,7 @@ module RDO
36
36
  rs.info[:execution_time] ||= Time.now - t
37
37
  if logger.debug?
38
38
  logger.debug(
39
- "(%.6fs) %s %s" % [
39
+ "(%.6f) %s %s" % [
40
40
  rs.execution_time,
41
41
  command,
42
42
  ("<Bind: #{bind_values.inspect}>" unless bind_values.empty?)
@@ -6,5 +6,5 @@
6
6
  ##
7
7
 
8
8
  module RDO
9
- VERSION = "0.1.3"
9
+ VERSION = "0.1.4"
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: