instruments 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. data/lib/instruments.rb +2 -2
  2. metadata +1 -1
data/lib/instruments.rb CHANGED
@@ -45,7 +45,7 @@ module Instruments
45
45
  level = if t > HTTP_ERROR
46
46
  :error
47
47
  elsif t > HTTP_WARN
48
- :warn
48
+ :warning
49
49
  else
50
50
  :info
51
51
  end
@@ -86,7 +86,7 @@ module Instruments
86
86
  level = if t > DB_ERROR
87
87
  :error
88
88
  elsif t > DB_WARN
89
- :warn
89
+ :warning
90
90
  else
91
91
  :info
92
92
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instruments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: